The Post JavaScript Apocalypse by Douglas Crockford
This is about JavaScript, clutter, purity, and thoughts on what should be in the language that comes after, assuming that we all live that long. (more…)
Read more »
When Promises were first introduced in ES6, they made the job of writing asynchronous code easier. Callback hell was replaced with simpler constructs that allowed developers to more easily handle asynchronous tasks. The key to understanding promises is kn… Read more