6 Reasons Why JavaScript’s Async/Await Blows Promises Away

In case you missed it, Node now supports async/await out of the box since version 7.6. If you haven’t tried it yet, here are a bunch of… Read more

Similar

Writing a Printer Driver in JavaScript

![PL60](/blog-images/blog-printer-pl60.png?height=320)### What the hell! Why?I agree, writing a printer driver in JavaScript sounds ridiculous. And I'm really not the type to do low-level coding exercises for fun. I usually prefer designing and building f... (more…)

Read more »