Designing The Perfect Slider
A thorough guide to things you need to consider when creating ‘slider’ UI elements. - https://goo.gl/RTbG1B
#slider #ui
A thorough guide to things you need to consider when creating ‘slider’ UI elements. - https://goo.gl/RTbG1B
#slider #ui
Apollo Server 1.0: A GraphQL Server for All Node Frameworks
A community-maintained, open-source GraphQL server that works with Express, Hapi, Koa, Lambda, Micro, Restify, etc. - https://goo.gl/j7HxDW
#nodejs #graphQL
A community-maintained, open-source GraphQL server that works with Express, Hapi, Koa, Lambda, Micro, Restify, etc. - https://goo.gl/j7HxDW
#nodejs #graphQL
Apollo GraphQL
Apollo Server 1.0 — A GraphQL server for all Node.js frameworks
Use GraphQL with Express, Hapi, Koa, Lambda, Micro, Restify, etc.
JavaScript Factory Functions with ES6+
“In JavaScript, any function can return an object. When it does so without the new keyword, it’s a factory function.” - https://goo.gl/QsqRAF
#javascript #es6
“In JavaScript, any function can return an object. When it does so without the new keyword, it’s a factory function.” - https://goo.gl/QsqRAF
#javascript #es6
Medium
JavaScript Factory Functions with ES6+
Note: This is part of the “Composing Software” series on learning functional programming and compositional software techniques in…
Enhancing CSS Layout: From Floats To Flexbox To Grid
Manuel Matuzović thinks Grid is “one of the most exciting developments since responsive design” adding that we should “get the best out of it as soon as possible”. - https://goo.gl/UXMxdy
#css #layout #float #flexbox #grid
Manuel Matuzović thinks Grid is “one of the most exciting developments since responsive design” adding that we should “get the best out of it as soon as possible”. - https://goo.gl/UXMxdy
#css #layout #float #flexbox #grid
Smashingmagazine
Progressively Enhancing CSS Layout: From Floats To Flexbox To Grid – Smashing Magazine
CSS tutorial on how we can use floats, Flexbox and CSS Grid with a few lines of CSS to build flexible, responsive multi-column CSS layouts.
You Might Not Need jQuery
“a good bit has changed in browser land since the last ‘You Might Not Need jQuery’ article you might have stumbled upon” - https://goo.gl/r4J44S
#javascript
“a good bit has changed in browser land since the last ‘You Might Not Need jQuery’ article you might have stumbled upon” - https://goo.gl/r4J44S
#javascript
CSS-Tricks
(Now More Than Ever) You Might Not Need jQuery
The DOM and native browser API's have improved by leaps and bounds since jQuery's release all the way back in 2006. People have been writing "You Might
Revalidation: Higher Order Component for Forms in React
Write your forms as stateless function components. - https://goo.gl/M5oix4
#react #hoc #form
Write your forms as stateless function components. - https://goo.gl/M5oix4
#react #hoc #form
GitHub
25th-floor/revalidation
Higher Order Component for Validating Forms in React - 25th-floor/revalidation
User Agent Parsing: How It Works and How It Can Be Used
An in-depth look at user agent parsing, the pros and cons, and is it useful for device detection. - https://goo.gl/bqdk2r
#mobile
An in-depth look at user agent parsing, the pros and cons, and is it useful for device detection. - https://goo.gl/bqdk2r
#mobile
mobiForge
User Agent parsing: how it works and how it can be used - mobiForge
The User-Agent is a central piece of web architecture and plays an important role in content negotiation. It was created with the express intention of building the ability to address users making requests with different clients or ‘agents’ differently, depending…
How to Create a Reddit Clone Using React and Firebase
Nirmalya Ghosh shows you how to use Firebase’s real-time database features, coupled with create-react-app, to build a basic Reddit clone with live voting - https://goo.gl/o4zg1S
#react
Nirmalya Ghosh shows you how to use Firebase’s real-time database features, coupled with create-react-app, to build a basic Reddit clone with live voting - https://goo.gl/o4zg1S
#react
SitePoint
How to Create a Reddit Clone Using React and Firebase — SitePoint
Nirmalya Ghosh shows you how to use Firebase's real-time database features, coupled with create-react-app, to build a basic Reddit clone with live voting.
Using Viewport Units to Scale Fixed Layouts
Sebastian Eberlein explores ‘edge cases’ where scaling a fixed layout with viewport units can be a viable solution. - https://goo.gl/fXrYMn
#css
Sebastian Eberlein explores ‘edge cases’ where scaling a fixed layout with viewport units can be a viable solution. - https://goo.gl/fXrYMn
#css
Hackernoon
Using viewport units to scale fixed layouts
A Beginner’s Guide to HTML5 Cross-Browser Polyfills
Oliver Williams shows how polyfills let you write modern code that will work everywhere. - https://goo.gl/cszMWY
#html5 #polyfills
Oliver Williams shows how polyfills let you write modern code that will work everywhere. - https://goo.gl/cszMWY
#html5 #polyfills
SitePoint
A Beginner's Guide to HTML5 Cross-Browser Polyfills — SitePoint
Nowadays, new features are added to browsers at a rate of knots. Oliver Williams shows how polyfills let you write modern code, which will work everywhere.
Optimizing Performance of A-Frame Scenes for Mobile Devices
Using benchmarking to figure out the level of 3D complexity a mobile phone is capable of, and determining which performance metrics are required for such a benchmark. - https://goo.gl/d3332n
#mobile
Using benchmarking to figure out the level of 3D complexity a mobile phone is capable of, and determining which performance metrics are required for such a benchmark. - https://goo.gl/d3332n
#mobile
Mozilla Hacks – the Web developer blog
Optimizing Performance of A-Frame Scenes for Mobile Devices – Mozilla Hacks - the Web developer blog
A-Frame makes building 3D and VR web applications easy, so developers of all skill levels can create rich and interactive virtual worlds. For an Oregon State University student project focused ...
📚 New courses of this week from Pluralsight
📌 - Advanced React.js By Samer Buna (https://app.pluralsight.com/library/courses/reactjs-advanced/table-of-contents)
📌 - Getting Started with ES2017/ES8 By Roland Guijt (https://app.pluralsight.com/library/courses/es2017-es8-getting-started/table-of-contents)
📌 - Moving Forward with Mongoose.js By Mark Scott (https://app.pluralsight.com/library/courses/mongoosejs-moving-forward/table-of-contents)
#pluralsight #courses
📌 - Advanced React.js By Samer Buna (https://app.pluralsight.com/library/courses/reactjs-advanced/table-of-contents)
📌 - Getting Started with ES2017/ES8 By Roland Guijt (https://app.pluralsight.com/library/courses/es2017-es8-getting-started/table-of-contents)
📌 - Moving Forward with Mongoose.js By Mark Scott (https://app.pluralsight.com/library/courses/mongoosejs-moving-forward/table-of-contents)
#pluralsight #courses
8 Things to Learn in React Before Using Redux
What you should know about React before using Redux, focusing on state management and components. - https://goo.gl/XE8BQW
#react
What you should know about React before using Redux, focusing on state management and components. - https://goo.gl/XE8BQW
#react
www.robinwieruch.de
8 things to learn in React before using Redux
Facts about React that should be known before using Redux (or MobX). Most important: Learn React first, then opt-in Redux but only if you need it. There are various techniques in React.js for scaling your local state management. Only if these are not sufficient…
5 CSS Properties That You Probably Don't Know
Including contains, writing-mode, and will-change. -
https://goo.gl/9EA9G6
#css
Including contains, writing-mode, and will-change. -
https://goo.gl/9EA9G6
#css
Telerik Blogs
5 CSS Properties That You Probably Don't Know - Telerik Blogs
5 CSS Properties That You Probably Don't Know is out. Stay connected to Telerik Blogs for .NET, JavaScript, cross-platform app development (and beyond) news and tutorials.
A Progressive Web Application with Vue.js, Webpack + Material Design
The third part in a series that aims to build a basic but complete Progressive Web Application with VueJs, Webpack and Material Design. - https://goo.gl/RKjv5t
#progressiveWebApp #vue
The third part in a series that aims to build a basic but complete Progressive Web Application with VueJs, Webpack and Material Design. - https://goo.gl/RKjv5t
#progressiveWebApp #vue
Sicara | Agile Big Data Development
A Progressive Web Application with Vue JS, Webpack & Material Design [Part 3]
This article is part of a serie that aims to build a basic but complete Progressive Web Application with VueJs, Webpack & Material Design…
React and Redux Testing with Jest: How Some Jokers Learned to Take Snapshots
Snapshots replaced a whole slew of Enzyme expect statements and allowed the Bleacher Report Engineering team to easily test their Redux actions and store. - https://goo.gl/8QUrsu
#react #testing #redux #jest
Snapshots replaced a whole slew of Enzyme expect statements and allowed the Bleacher Report Engineering team to easily test their Redux actions and store. - https://goo.gl/8QUrsu
#react #testing #redux #jest
Bleacher Report Engineering
React and Redux Testing with Jest: How Some Jokers Learned to Take Snapshots
TL;DR
5 Ways to Ensure A Great UX for Progressive Web Apps
Do these five things to ensure that your PWA is performant, usable, and takes advantage of new web standards - https://goo.gl/Msbepm
#progressiveWebApp
Do these five things to ensure that your PWA is performant, usable, and takes advantage of new web standards - https://goo.gl/Msbepm
#progressiveWebApp
TechBeacon
5 ways to ensure a great UX for progressive web apps
Do these five things to ensure that your PWA is performant, usable, and takes advantage of new web standards.
Using Immutable.js with Redux
“it turns out that using Immutable.js with Redux is not that complicated and is a good practice.” - https://goo.gl/9oeuVw
#redux #immutable
“it turns out that using Immutable.js with Redux is not that complicated and is a good practice.” - https://goo.gl/9oeuVw
#redux #immutable
Medium
Using Immutable.js with Redux
Contrary to my initial thinking, it turns out that using Immutable.js with Redux is not that complicated and is a good practice.
Node Emerging as a Universal Development Framework
The results from a global survey on Node usage are out. They paint a picture of the technologies being used with Node, language preferences, and preferred production and dev environments. - https://goo.gl/9htZ2L
#nodejs
The results from a global survey on Node usage are out. They paint a picture of the technologies being used with Node, language preferences, and preferred production and dev environments. - https://goo.gl/9htZ2L
#nodejs
Hacker Noon
Node.js Emerging as the Universal Development Framework for a Diversity of Applications
Last year and at the beginning of this year, we asked you, Node.js users, to help us understand where, how and why you are using Node.js…