Must Read
Javascript : The Curious Case of Null >= 0
Abinav Seelan talks about the interesting scenario with null and operational operators and why it’s important to read the Javascript Spec.
Sponsor (Thank You)
Zero to Web App in Days not Weeks
Get a web-app up and running in minutes not weeks. Our starter template has user authentication, authorization and management, social login, profile management, an admin dashboard, subscription management and integrations with mailchimp, stripe, mandrill and much more...
PS: We are looking for beta testers.
Learn
Takeoff: A rapid development environment designed for hack days
Takeoff is a development environment designed for rapid prototyping. Here are some opinions that will guide you.
Modern Modules: Rethinking the Node Ecosystem for Modern JS
In this post, Mikeal Rogers shares the process of rethinking the Node ecosystem for modern JavaScript.
Building Angular Apps At Scale
A developer at Google shares a sneak preview of a tool (still in alpha) for more efficient builds of large Angular apps.
How JavaScript works: an overview of the engine, the runtime, and the call stack
This is the fist part of the series on a post about how JavaScript works. This post talks about an overview of the engine, the runtime, and the call stack.
How JavaScript works: inside the V8 engine + 5 tips on how to write optimized code
This is the second part of the series on how JavaScript works. It talks about inside the V8 engine and tips on how to write oprimized code.
How JavaScript works: memory management + how to handle 4 common memory leaks
This is the final part of the series about how JavaScript works. It talks about memory management and how to handle 4 common memory leaks.
Tools & Code
Learn How To Debug JavaScript with Chrome DevTools
Ditch console.log debugging once and for all! Learn how to use breakpoints to debug code within the Chrome Developer Tools.