The Browser Hacker's Guide To Instantly Loading Everything
A snappy 25 minute talk on modern techniques to improving page loading performance from the front-end perspective, particularly from a mobile POV. - https://goo.gl/KDm6Ry
#browser
A snappy 25 minute talk on modern techniques to improving page loading performance from the front-end perspective, particularly from a mobile POV. - https://goo.gl/KDm6Ry
#browser
YouTube
Addy Osmani: The Browser Hackers Guide To Instantly Loading Everything | JSConf EU 2017
http://2017.jsconf.eu/speakers/addy-osmani-the-browser-hackers-guide-to-instantly-loading-everything.html Venture deep into the belly of the browser to uncov...
JavaScript Power Tools: Real-World 'redux-saga' Patterns
redux-saga is a versatile library that can clarify the behavior and interaction patterns of complex single-page-applications and forms. - https://goo.gl/MH7xa5
#react #reduxsaga
redux-saga is a versatile library that can clarify the behavior and interaction patterns of complex single-page-applications and forms. - https://goo.gl/MH7xa5
#react #reduxsaga
Formidable - The JavaScript Experts. We build the modern web.
Javascript Power Tools Part III: Real-world redux-saga Patterns
In the past two articles, we've talked a lot about redux-saga in the abstract, without much concern for real-world applications. Now that we’re equipped with new knowledge, we're ready to jump in and start putting the pieces back together. First, we'll take…
billboard.js: A Chart Library, based on D3 v4+
A fork of C3.js focusing on ease of use and working with the latest D3. - https://goo.gl/bXQrsq
#javascript #d3js
A fork of C3.js focusing on ease of use and working with the latest D3. - https://goo.gl/bXQrsq
#javascript #d3js
naver.github.io
billboard.js
Re-usable easy interface JavaScript chart library, based on D3 v4+
A New Vue for NativeScript
Learn about the new Vue.js integration with NativeScript - https://goo.gl/7EtqtL
#vue #nativescript
Learn about the new Vue.js integration with NativeScript - https://goo.gl/7EtqtL
#vue #nativescript
The essentials of throttling in your application architecture
Five scenarios for planning a service-oriented architecture or microservices architecture - https://goo.gl/WGVEBP
#microservice #architecture
Five scenarios for planning a service-oriented architecture or microservices architecture - https://goo.gl/WGVEBP
#microservice #architecture
Ibm
Go full throttle: The essentials of throttling in an application architecture
Five scenarios for planning an SOA or microservices architecture
Using CORS Policies to Implement CSRF Protection
If you only need to support modern browsers this modern alternative to cross-site request forgery tokens is worth a look. - https://goo.gl/3Kt6bg
#nodejs #cors
If you only need to support modern browsers this modern alternative to cross-site request forgery tokens is worth a look. - https://goo.gl/3Kt6bg
#nodejs #cors
Mixmax
Using CORS policies to implement CSRF protection | Mixmax Engineering Blog
Cross-Site Request Forgery (CSRF) allows an attacker to make unauthorized requests on behalf of a user. We tackle CSRFs while allowing a subset of Cross-Origin requests.
Click to continue
Click to continue
Reducing Our Redux Code with React Apollo
Apollo allowed this team to hugely simplify their code by taking on all of the data fetching responsibilities. - https://goo.gl/Ly4dKD
#react #redux
Apollo allowed this team to hugely simplify their code by taking on all of the data fetching responsibilities. - https://goo.gl/Ly4dKD
#react #redux
Apollo GraphQL
Reducing our Redux code with React Apollo
Switching to React Apollo eliminated a lot of complexity from our application — here’s how we did it!
Building Production-Ready CSS Grid Layouts
“to start working with CSS grid, you first need to set aside the habits, assumptions and practices that have enabled you to create advanced CSS-based layouts” - https://goo.gl/T3TS5F
#css #grid
“to start working with CSS grid, you first need to set aside the habits, assumptions and practices that have enabled you to create advanced CSS-based layouts” - https://goo.gl/T3TS5F
#css #grid
Smashing Magazine
Building Production-Ready CSS Grid Layouts Today – Smashing Magazine
Find out which new layout opportunities and challenges the CSS Grid Layout brings to the web industry today, and what old problems it solves.
Understanding Higher Order Components
Making sense of the rapidly changing best practice. - https://goo.gl/WptA6v
#react #hoc
Making sense of the rapidly changing best practice. - https://goo.gl/WptA6v
#react #hoc
freeCodeCamp
Understanding Higher Order Components
Making sense of the rapidly changing React best practice.
Have Web Standards on Mobile Caught Up to Phonegap in 2017?
Part 1 in a look at the state of web standards for the core PhoneGap/Cordova plugins to see if the mobile web has caught up in 2017. - https://goo.gl/6VveQS
#mobile #phonegap
Part 1 in a look at the state of web standards for the core PhoneGap/Cordova plugins to see if the mobile web has caught up in 2017. - https://goo.gl/6VveQS
#mobile #phonegap
The evolution of scalable microservices
How to leverage Events-first Domain Driven Design and Reactive principles to build scalable microservices, working our way through the evolution of a scalable microservices-based system. - https://goo.gl/YcSCVn
#microservice
How to leverage Events-first Domain Driven Design and Reactive principles to build scalable microservices, working our way through the evolution of a scalable microservices-based system. - https://goo.gl/YcSCVn
#microservice
O'Reilly Media
The evolution of scalable microservices
From building microliths to designing reactive microsystems.
Using JavaScript for Microcontroller Development
Learn about the ecosystem and some options for using JS on microcontrollers and IoT platforms. - https://goo.gl/kdKxX8
#javascript #IoT
Learn about the ecosystem and some options for using JS on microcontrollers and IoT platforms. - https://goo.gl/kdKxX8
#javascript #IoT
Auth0 - Blog
JavaScript for Microcontrollers and IoT: Part 1
Learn about the different options for running JavaScript on microcontrollers and IoT platforms
Have Web Standards on Mobile Caught Up to Phonegap in 2017?
Part 2 in a look at the state of web standards for the core PhoneGap/Cordova plugins to see if the mobile web has caught up in 2017. - https://goo.gl/AejPQ9
#mobile
Part 2 in a look at the state of web standards for the core PhoneGap/Cordova plugins to see if the mobile web has caught up in 2017. - https://goo.gl/AejPQ9
#mobile
Telerik Developer Network
Have Web Standards on Mobile Caught Up to Phonegap in 2017? Pt. 2
Raymond Camden continues his look at the state of web standards for the core PhoneGap/Cordova plugins to see if the mobile web has caught up in 2017.
How to Build and Publish a React Component Library
There are 3 parts to this series, so far. - https://goo.gl/VGjfFK
#react
There are 3 parts to this series, so far. - https://goo.gl/VGjfFK
#react
Hacker Noon
Building a React Component Library | Part 1
a tutorial for publishing your own component library to npm
CSS Animations vs Web Animations API
A comparison between using pure CSS versus JavaScript’s native API for animation. - https://goo.gl/vTCHJK
#css #animations #webapi
A comparison between using pure CSS versus JavaScript’s native API for animation. - https://goo.gl/vTCHJK
#css #animations #webapi
CSS-Tricks
CSS Animations vs Web Animations API | CSS-Tricks
There is a native API for animation in JavaScript known as the Web Animations API. We'll call it WAAPI in this post. MDN has good documentation on it, and
How to Choose Media Query Breakpoints to Best Support All Connected Devices
Improving your breakpoints by setting them based on content rather than preset device sizes and setting minor and major breakpoints. - https://goo.gl/odtyPz
#mobile
Improving your breakpoints by setting them based on content rather than preset device sizes and setting minor and major breakpoints. - https://goo.gl/odtyPz
#mobile
mobiForge
How to choose media query breakpoints to best support all connected devices - mobiForge
Håkon Wium Lie first sketched out media queries in his initial CSS proposal in 1994. Unfortunately, we had to wait another 8 years till it became a recommended W3C standard in June 2012. When browsers started to widely support media queries, we thought that…
The Ever Growing 'Append-Only' Stylesheet Problem
“I’ve heard it from lots of lots of developers. The years tick by on their projects, and all they ever seem to do is add to their CSS, never remove.” - https://goo.gl/6S25WT
#css
“I’ve heard it from lots of lots of developers. The years tick by on their projects, and all they ever seem to do is add to their CSS, never remove.” - https://goo.gl/6S25WT
#css
CSS-Tricks
Oh No! Our Stylesheet Only Grows and Grows and Grows! (The Append-Only Stylesheet Problem) | CSS-Tricks
This is a real worry these days. I've heard it from lots of lots of developers. The years tick by on their projects, and all they ever seem to do is add to