Published onMarch 15, 2026Event Sourcing in Node.js — Storing What Happened Instead of What Isevent-sourcingevent-storedatabasenodejsarchitectureBuild production event-sourced systems. Learn append-only event stores, aggregate reconstruction, snapshots, projections, EventStoreDB vs Postgres, temporal queries, and schema evolution strategies.
Published onMarch 15, 2026The Transactional Outbox Pattern — Guaranteed Message Delivery Without 2PCoutbox-patternevent-sourcingkafkareliabilitycdcEliminate dual-write problems with the outbox pattern. Learn polling publishers, CDC with Debezium, and building reliable event-driven systems.