Node 7.6 and Koa 2: asynchronous flow control made right

TL;DR: Node 7.6 was released yesterday with native support for async/await which was a blocker to declare Koa 2 stable; that means we can… Read more

Similar

Node Web App Without Database

As I said in an earlier post, I’m currently working on a Node/Preact app to manage my Hugo blog without having to use my computer & editor. Since I’m alone on this, with no deadline, I can take my time, try different things, etc. At first, I was going... (more…)

Read more »

Introduction to Isolated-VM in Node.js

Temporal's Node SDK makes heavy use of V8 isolates via the isolated-vm npm package to ensure your Workflows are deterministic. Each Workflow runs in an isolate that prevents your Workflow code from directly accessing any logic that may break Workflow dete... (more…)

Read more »