The Death of a Node.js Process

This post is based on content from my recently published book, Distributed Systems with Node.js. If you’re interested in building Node.js services, especially those that interact with external systems, then I highly recommend checking it out. It contains … Read more

Similar

Getting Started with Node.js and Kafka

In this tutorial, I'll talk about how I set up Kafka to provide website analytics and event tracking for a web application. For my use case, I wanted to store and process raw event data in real-time. With Google Analytics, you can't do that. Enter Kafka.W... (more…)

Read more »