Recently, I found myself implementing a library in a few different languages. I started in PHP, which is pretty much Java’s weird multi-paradigm little-brother. Thus, it has compile-time interfaces that will ensure that classes adhere to and implement spe... (more…)
Read more »
Promises introduced in ES6 to improve handling of async operations. They are around for a long time but with ES6 they became part of vanilla JavaScript. Now you can use Promises in your JavaScript… (more…)
Read more »
sixflix - 🎬 Detects whether a host environment supports ES6. Algorithm by Netflix.
Read more »
I've been lucky enough to be using JavaScript with a transpiler for a few years now and as web developers it really has opened a whole new world for us. Instead of waiting for browsers to support the latest features we are able to write the JavaScript of... (more…)
Read more »
I'm not saying these are the only reasons you should be using ES6 javascript. What I am saying, is that they keep me installing Babel on all my projects. (more…)
Read more »