ES6 Promises: Patterns and Anti-Patterns

When I first got started with NodeJS a few years ago, I was mortified by what is now affectionately known as “callback hell”. Fortunately… Read more

Similar

Regular Expressions in a post-ES6 world

In this article we’ll take a look at regular expressions in and after ES6. There’s a couple of regular expressions flags which were introduced in ES6: the /y or sticky flag, and the /u or Unicode flag. Then we’ll discuss five proposals which are making th... (more…)

Read more »

Journey to ES6 and Beyond

Traveling to Al Qudra lakes, with nothing much to do for about next hour, here comes a post about the history of JavaScript discussing how did we get here and what to expect in future. (more…)

Read more »