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… (more…)
Read more »
Contract testing helps ensure the compatibility of microservices and decouples the development and deployment processes of software teams. In this article, you’ll learn more about contract testing and how to use Pact to verify and ensure your Node.js micr… Read more