Must Read
To type or not to type: quantifying detectable bugs in JavaScript
A summary of an academic paper that concludes both Flow and TypeScript are good at preventing bugs that could end up in committed code.
Learn
How I’m (Not) Using jQuery
Raymond Camden explains the steps he’s taken to wean himself off a dependence on jQuery for a number of common frontend development tasks.
Introduction to Vue.js
Get started quickly with the Vue.js JavaScript framework! Learn how to build custom, reusable components and animate them. Use props, slots, and scoped styles to create flexible components.
Relicensing React, Jest, Flow, and Immutable.js
Recently, there have been some issues involving patent-related features, but Facebook is now moving some of its projects to a standard MIT license.
An Internship on Laziness: Lazy Unlinking of Deoptimized Functions
A deep dive into a recently implemented V8 performance improvement oriented around how functions are optimized and deoptimized.
Chatbot Building Best Practices #1 — Message Delays
How to build a chatbot? Here are the best practices in building one.
Tools & Code
Modern JavaScript Cheatsheet
Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.
A Single Page ES2015+ Cheatsheet
A quick overview of new JavaScript features in ES2015, ES2016, ES2017 and beyond.