Must Read
Secrets of Awesome JavaScript API Design
The subcategory of API design, is no different from a design that is a common thread that weaves together art, architecture, hardware and more. Yet API design is often given little attention in the world of software development
Learn
A Beginner’s JavaScript Study Plan
This year, there are more resources available than ever before, in a wide variety of formats for you to get started.
Node.js microservices on Google App Engine
Google App Engine is one of the oldest PaaS providers and it’s backed by the Google Cloud.While GAE is the higher level abstraction over Google Cloud infrastructure that offers auto-scaling and microservices architecture thus allowing developers to compose complex applications from smaller microservices
Optimize with HTTP/2 Server Push and Service Workers!
Server push is one of the coolest features of HTTP/2. It allows the server to send data to the client right after the handshake, without the client requesting it (sending a PUSH_STREAM). The client still has the possibility to reject messages (sending a RST_STREAM) if it already has recent cached resources that can be used.
Interesting Links
Using the Chrome devtools new code coverage feature
Code coverage has finally made it out of experiments and into Chrome Canary, meaning that it will soon reach general availability. This is an exciting feature that is useful both when working with JavaScript and CSS.
Misc
How To Pick a Frontend Web Framework
This article is supposed to help you get your head around an overwhelming amount of tools in Frontend Community.Also, there is a checklist, which may help you pick up the thing you need.