Tag: #saga-pattern
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 10 posts
Durable Execution & Workflow Engines 2026 — Temporal, Inngest, Trigger.dev, Hatchet, Restate, DBOS, Step Functions Deep Dive (Infrastructure for the Long-Running AI Agent Era)
In 2026, workflow engines sit on top of two massive waves — first, long-running AI agents (LLM jobs that run for minutes to days) have effectively mandated durable execution; second, Postgres is becoming the backbone of
2026-05-25 · 32 min read #durable-execution#workflow-engine#temporal#inngest#trigger-devDistributed Systems Complete Guide — Clocks, Consensus, Event Sourcing, Saga, CRDT, Failure Patterns (Season 2 Ep 12, 2025)
A distributed system looks like "several computers cooperating," but what it really is: "several computers whose clocks disagree, some of them broken, reaching agreement across a network that loses and delays messages."
2026-04-15 · 13 min read #distributed-systems#consensus#raft#paxos#lamport-clockThe Essential Difficulty of Distributed Systems — CAP, PACELC, Raft/Paxos, Vector Clock, Saga, Event Sourcing (2025)
CAP is not 'pick CP or AP'. PACELC, Raft leader election, Paxos's infamy, Lamport/Vector Clock, limits of 2PC and the rise of Saga, Event Sourcing/CQRS, Outbox Pattern, truth about Exactly-Once, FLP Impossibility, Google
2026-04-15 · 13 min read #distributed-systems#cap-theorem#pacelc#raft#paxosEvent-Driven Architecture Patterns Guide 2025: CQRS, Event Sourcing, Saga Pattern
Everything about EDA patterns! Domain events, Event Sourcing (event store), CQRS (command/query separation), Saga pattern (Choreography vs Orchestration), Outbox pattern, idempotency, eventual consistency, Kafka/RabbitMQ
2026-03-24 · 22 min read #event-driven#cqrs#event-sourcing#saga-pattern#microservicesAsync 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-drivenEvent-Driven Architecture Practical Guide: CQRS, Event Sourcing, Saga Patterns
Analyzes the core patterns of Event-Driven Architecture -- CQRS, Event Sourcing, and Saga -- with production code examples, and covers operational strategies and troubleshooting methods.
2026-03-14 · 26 min read #architecture#event-driven#cqrs#event-sourcing#saga-patternCQRS + Event Sourcing Microservices Architecture: Kafka-Based Implementation and Saga Pattern Practical Guide
A comprehensive architecture guide covering CQRS and Event Sourcing core principles, Kafka-based event store implementation, distributed transaction management with the Saga pattern, and production operation best practic
2026-03-06 · 24 min read #architecture#cqrs#event-sourcing#kafka#saga-patternEvent-Driven + Saga Architecture Tradeoffs
Event-Driven + Saga Architecture Tradeoffs - A practical guide for real-world adoption as of 2026
2026-03-04 · 15 min read #architecture#saga-pattern#2026-03Implementing Distributed Transactions in Microservices with the Saga Pattern: Choreography vs Orchestration
Implement distributed transactions in microservices using the Saga pattern. We cover the differences between Choreography and Orchestration, compensating transactions, and practical implementation with Temporal — all wit
2026-03-03 · 8 min read #architecture#saga-pattern#microservices#distributed-transactions#event-drivenEvent-Driven Architecture + CQRS + Saga Pattern: A Practical MSA Design Guide
A practical design guide combining Event-Driven Architecture, CQRS (Command Query Responsibility Segregation), and the Saga pattern in an MSA environment. Includes Kafka-based implementation code, Mermaid diagrams, and a
2026-03-02 · 8 min read #architecture#event-driven#cqrs#saga-pattern#microservices