Curated developer articles, tutorials, and guides – auto-updated hourly


In this post: what building a reliable webhook delivery system in Go and Kafka, my first project wit...


How we turned always-on Kafka sinks into on-demand workers that shrug off nightly bombardments — sca...


Kafka vs RabbitMQ: Which Message Broker Should You Actually Pick? Why is every "Kafka vs...


The textbook version of the transactional outbox is tight. You save the domain entity and an outbox....


Write the event into the same transaction as the row. Poll the table. Send to Kafka. Mark it sent......


Celestina Amadi leads the Cloud Engineering team behind the infrastructure that powers Moniepoint's....


Choosing a Python Kafka consumer is mainly about how it must fit into your application....


Exactly-once delivery is a lie: what your broker actually guarantees Your message broker's...


A practical guide to building reliable event-driven systems in Go using Apache Kafka. Learn how to.....


Apache Kafka: Understanding Event Streaming Architecture Apache Kafka has become the de...


Master high-throughput event-driven microservices architecture using Java 21, Spring Boot 3.4+, Apac...


Most teams do not adopt Kafka because they measured a need for it. They adopt it because a design...


1. The Naive Workflow: First Failure Strikes When you're building your first...


Introduction "Millions of messages per second" is a meaningless figure without a load...


Building real-time data streaming architectures requires sub-second processing latencies, robust...


Learning Java is an excellent starting point for anyone interested in software development. However,...


TL;DR CDC streams and maintained queryable state solve different problems. Use CDC streams...


Kafka can handle enormous event volumes, but achieving consistent production performance requires...


Modern microservices shouldn't depend entirely on synchronous REST calls. In this guide, I explore....


Let's learn about Kafka via these 91 free blog posts. They are ordered by HackerNoon reader...