Some strategies to gracefully shutdown the Node.js process and quickly restart your application after a catastrophic error terminates your program. (more…)
Read more »
This post is brought to you by Myles Borins who is a @nodejs ctc member / developer advocate for @googlecloud. Now with that background… (more…)
Read more »
Why should someone consider using Node.js? Read this blog to gain understanding of a few of the unique aspects of Node.js! Learn about asynchronous vs. synchronous workflow, objects and typing, IDE considerations, and managing dependencies. (more…)
Read more »
Fawn provides the ability to carry out edits on a mongoDB database as a series of steps. If an error occurs on any of the steps, the database is returned to its initial state (its state before the transaction started). It's based on the two phase commit s... (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... (more…)
Read more »