Tag: #outbox-pattern
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Async Processing Patterns Mastery: CQRS, Saga, Event Sourcing — Senior Backend Developer Essential Guide
Netflix processes 260M users, Uber handles petabytes of real-time data — all asynchronously. CQRS, Saga (Choreography vs Orchestration), Event Sourcing, Outbox, Idempotency, DLQ — the complete async patterns guide every
2026-03-22 · 28 min read #async#cqrs#saga-pattern#event-sourcing#event-drivenMicroservices Data Synchronization with the Outbox Pattern and CDC: A Practical Debezium Guide
A comprehensive guide to microservices data synchronization using the Outbox Pattern and CDC (Change Data Capture). Covers Dual Write problem analysis, Outbox table design, Debezium connector configuration, Kafka Connect
2026-03-09 · 20 min read #architecture#outbox-pattern#cdc#debezium#microservices