Which JavaScript Frameworks Are the Fastest?
Catch the numbers on web performance regarding JavaScript Frameworks. - https://goo.gl/S1MxLv
#web #javascript #frameworks
Catch the numbers on web performance regarding JavaScript Frameworks. - https://goo.gl/S1MxLv
#web #javascript #frameworks
JavaScript Report
Which JavaScript Frameworks Are the Fastest?
Web performance is a big and complex topic. In this post we’ll narrow it down to a discussion of front end JavaScript frameworks and how using one versus another might impact the performance of your app. In particular, we’ll be looking at two things: (1)…
How to Use Variable Fonts on the Web
Anna Monus gives a nice introduciton to Variable Fonts. - https://goo.gl/ygPcJV
#css
Anna Monus gives a nice introduciton to Variable Fonts. - https://goo.gl/ygPcJV
#css
Web Design Envato Tuts+
How to Use Variable Fonts on the Web
Variable fonts were developed as the joint effort of the four biggest tech companies involved in type design—Apple, Google, Microsoft, and Adobe. As the name suggests, variable fonts allow...
Code Splitting with React and React Router
Avoid downloading code in your app until your user really needs it. That’s code splitting. A tutorial in both written and video formats. - https://goo.gl/UXUcSV
#react #splitCode
Avoid downloading code in your app until your user really needs it. That’s code splitting. A tutorial in both written and video formats. - https://goo.gl/UXUcSV
#react #splitCode
TylerMcGinnis.com - Learn the latest web technologies
Code Splitting with React and React Router
Code splitting has gained popularity recently for its ability to allow you to split your app into separate bundles your users can progressively load. In this post we'll take a look at not only what code splitting is and how to do it, but also how to implement…
Jimp: Image Processing Library with No Native Dependencies
Covers resizing, cropping, color manipulations, and more. Pure JS and solely for Node. - https://goo.gl/DT1HCP
#nodejs
Covers resizing, cropping, color manipulations, and more. Pure JS and solely for Node. - https://goo.gl/DT1HCP
#nodejs
GitHub
oliver-moran/jimp
An image processing library written entirely in JavaScript for Node, with zero external or native dependencies. - oliver-moran/jimp
Building an Online Text RPG with React and GraphQL
An extremely meaty first part to an ongoing series about building an online multiplayer RPG with React. - https://goo.gl/A6XVfA
#react #graphql
An extremely meaty first part to an ongoing series about building an online multiplayer RPG with React. - https://goo.gl/A6XVfA
#react #graphql
Pusher Blog
Online Text RPG using GraphQL and React - Part 1
Discover how to create an online text RPG using React, Node.js, GraphQL and Pusher. The first part is focused on building the backend and the frontend.
The Vue Libraries I Made in 2017
Wondering how you can contribute new Vue.js open-source software? Egoist provides good inspiration, having made around 20 different Vue.js libraries in 2017. - https://goo.gl/Ugj2a9
#vue #libraries
Wondering how you can contribute new Vue.js open-source software? Egoist provides good inspiration, having made around 20 different Vue.js libraries in 2017. - https://goo.gl/Ugj2a9
#vue #libraries
Medium
The Vue libraries I made in 2017
It’s been a great year for Vue.js, I made about 20 projects for you my beloved Vue folks.
Functional-Light JavaScript: A Balanced Book on FP in JS
Kyle Simpson’s written an interesting book that takes a pragmatic look at functional programming concepts in JavaScript. And, yes, you can read it all on GitHub. - https://goo.gl/AKHbXa
#javascript #functional
Kyle Simpson’s written an interesting book that takes a pragmatic look at functional programming concepts in JavaScript. And, yes, you can read it all on GitHub. - https://goo.gl/AKHbXa
#javascript #functional
GitHub
getify/Functional-Light-JS
Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter. - getify/Functional-Light-JS
Introducing VuePress: WordPress Development With Vue and GraphQL.
In this article, Ramsay Lanier introduces you to his new project VuePress, which allows you to create a simple blog with WordPress, Vue and GraphQL. - https://goo.gl/5WqRcU
#vue
In this article, Ramsay Lanier introduces you to his new project VuePress, which allows you to create a simple blog with WordPress, Vue and GraphQL. - https://goo.gl/5WqRcU
#vue
codeburst
Introducing VuePress: WordPress development with Vue and GraphQL.
In this article, I’ll introduce you to VuePress, show you how to create a simple blog, and create a custom layout component.
Demystifying CSS alignment
If you’ve been working on Flexbox or Grid and keep having to go back to check how you align the content then this is a great article that covers everything you need to know - https://goo.gl/F3HSC5
#css
If you’ve been working on Flexbox or Grid and keep having to go back to check how you align the content then this is a great article that covers everything you need to know - https://goo.gl/F3HSC5
#css
Medium
Demystifying CSS alignment
Aligning things in CSS has been a common source of frustration, fun and even memes for a long time. However CSS evolves quickly and new…
Server Rendering, Code Splitting, & Lazy Loading with React Router v4 -
https://goo.gl/3q37CP
#react #serverRendering
https://goo.gl/3q37CP
#react #serverRendering
Medium
Server Rendering, Code Splitting, and Lazy Loading with React Router v4
“Godspeed those who attempt the server-rendered, code-split apps.” — Ryan Florence, Co-Creator of React Router
Templating in Vue: Separation of Concerns or Separation of Technology?
In this article, Scott Molinari brings an interesting perspective on single-file components, the pattern you almost always find used in React or VueJS apps to break down application logic. - https://goo.gl/ko3yho
#vue
In this article, Scott Molinari brings an interesting perspective on single-file components, the pattern you almost always find used in React or VueJS apps to break down application logic. - https://goo.gl/ko3yho
#vue
Medium
Templating in Vue: Separation of Concerns or Separation of Technology or something else?
There is a past video of a Facebook team member, Pete Hunt, trying to sell JSX. He says, as does others, that the separation of HTML, CSS…
Nerv: A Fast IE8- and React 16-Compatible React Alternative
In a similar vein to Preact, Nerv bills itself as a tinier, faster React alternative and has browser compatibility as a particular focus. -
https://goo.gl/cKBkW8
#nerv
In a similar vein to Preact, Nerv bills itself as a tinier, faster React alternative and has browser compatibility as a particular focus. -
https://goo.gl/cKBkW8
#nerv
GitHub
NervJS/nerv
A blazing fast React alternative, compatible with IE8 and React 16. - NervJS/nerv
The Brutal Lifecycle of JavaScript Frameworks
Every now and then, a new framework pops up claiming it will revolutionize development. Until the next one. Stack Overflow looks at such lifecycles based on questions asked on its service. - https://goo.gl/SNbc22
#javascript #frameworks
Every now and then, a new framework pops up claiming it will revolutionize development. Until the next one. Stack Overflow looks at such lifecycles based on questions asked on its service. - https://goo.gl/SNbc22
#javascript #frameworks
Stack Overflow Blog
The Brutal Lifecycle of JavaScript Frameworks
JavaScript UI frameworks and libraries work in cycles. Every six months or so, a new one pops up, claiming that it has revolutionized UI development. Thousands of developers adopt it into their new projects, blog posts are written, Stack Overflow questions…
Up and Running with GraphQL in the Cloud using AWS AppSync
A hosted GraphQL service from Amazon could be a convenient backend for many types of React app. - https://goo.gl/YcPQ7W
#react #aws #graphql
A hosted GraphQL service from Amazon could be a convenient backend for many types of React app. - https://goo.gl/YcPQ7W
#react #aws #graphql
Hacker Noon
AWS AppSync — Up and Running with GraphQL in the Cloud
The AWS AppSync GraphQL service offers real-time updates and built-in offline support along with first class integration with…
What’s new in Vue Devtools 4.0
Vue.js team member Guillaume Chau dives into the new features and improvements in Vue Devtools 4. These including editable component data, filtering events by component, improvements to the layout and more! - https://goo.gl/FfBnaU
#vue #devTools
Vue.js team member Guillaume Chau dives into the new features and improvements in Vue Devtools 4. These including editable component data, filtering events by component, improvements to the layout and more! - https://goo.gl/FfBnaU
#vue #devTools
Medium
What’s new in Vue Devtools 4.0
A big update was released to the Vue devtools just a few days ago. Let’s dive into the new features and improvements! 🎄
Running a Node App on Amazon ECS: The EC2 Container Service Mega-Walkthrough
If you’re using Amazon Web Services, ECS can be attractive way to run apps - this article digs into why and some of the things to watch out for when using it to run Node apps. - https://goo.gl/X8iaEH
#aws #nodejs
If you’re using Amazon Web Services, ECS can be attractive way to run apps - this article digs into why and some of the things to watch out for when using it to run Node apps. - https://goo.gl/X8iaEH
#aws #nodejs
Learning to Operate Kubernetes Reliably
An in-depth post on why Stripe chose to build on top of Kubernetes, how they integrated Kubernetes into their existing infrastructure, and their approach to increasing reliability. - https://goo.gl/dfztqE
#kubernetes
An in-depth post on why Stripe chose to build on top of Kubernetes, how they integrated Kubernetes into their existing infrastructure, and their approach to increasing reliability. - https://goo.gl/dfztqE
#kubernetes
Stripe
Learning to operate Kubernetes reliably
We recently built a distributed [cron][] job scheduling system on top of [Kubernetes][kubernetes], an exciting new platform for container orchestration. Kubernetes is very popular right now and makes a lot of exciting promises: one of the most exciting is…
CSS Grid Layout Secrets Revealed
Dig into the CSS Grid Layout specification to uncover some features you might have missed – and some coming soon. - https://goo.gl/ivavxo
#css #grid
Dig into the CSS Grid Layout specification to uncover some features you might have missed – and some coming soon. - https://goo.gl/ivavxo
#css #grid
Creative Bloq
CSS Grid Layout secrets revealed
Dig into the CSS Grid Layout specification to uncover some features you might have missed – and some coming soon.