System Design Advanced
Saga Pattern: Distributed Transactions Without 2PC
Coordinate multi-service writes with orchestration, choreography, and compensating transactions.
10 min read·Kodetra Technologies
16d agoHow-to content for builders, indie hackers, and AI engineers. Less theory, more shipped code.
System Design Coordinate multi-service writes with orchestration, choreography, and compensating transactions.
Tutorials Reason + Act loop, tool routing, retries — implement a real agent in 200 lines of Python.
System Design Guarantee events publish even when Kafka is down. Outbox pattern with Postgres, step-by-step.
Database Microsecond reads via embedded SQLite synced from Turso Cloud: setup, gotchas, patterns