Must Read
Async and Await
JavaScript, in particular Node.js, has been frequently associated with callback hell[1]. If you've written code that deals with a lot of async I/O, you're probably familiar with this pattern: It turns out, this code can be much easier and safer to write.
Sponsor (Thank You)

Ember Rocks!
Build your web apps in record time. Two weeks is all it takes to get your web app up and running with ember and firebase.
Learn
React Tutorial: Cloning Yelp
Learn how to build large applications with React and how to integrate external APIs buy building a lightweight clone of Yelp using React.
Sticky Footer, Five Ways
The purpose of a sticky footer is that it "sticks" to the bottom of the browser window. But not always, if there is enough content on the page to push the footer lower, it still does that. But if the content on the page is short, a sticky footer will still hang to the bottom of the browser window.
How-To Guide: The Phoenix Framework And Ember.js
In this guide you will learn how to setup the Phoenix Framework as your back-end to an Ember.js front-end. It will use JSON API with Phoenix and Postgres as the DB.
Tools & Code
22 Amazing open source React projects
This is a collection of open source apps built with React.JS library. They compared nearly 800 projects to pick the top 22. (React Native: 11, React: 11)
Deco, the React Native IDE—Now free and open source!
Deco is an IDE for React Native. It's an all-in-one solution for writing React Native apps that you can download and use without any environment setup. Deco improves the React Native development workflow by focusing on component reuse and enabling you to edit your UI in real time.
Watch
Chrome 51: Intersection Observers, Passive Event Listeners and the Credential Management API
Chrome 51 makes it easy to know when an element enters or exits the viewport with Intersection Observers. You can make the sign in process WAY easier with the new Credential Management API. And you can reduce jank with passive event listeners.
Interesting Links
Google aims to kill passwords by the end of this year
Google will begin testing an alternative to passwords next month, in a move that could do away with complicated logins for good.