A Practical Journey from Application to Distributed Systems - Part 6
Reliability basics: Outbox pattern + why it matters
May 18, 202613 min read

Search for a command to run...
Articles tagged with #cloud-computing
Reliability basics: Outbox pattern + why it matters

Connect Orders ↔ Inventory (first working service-to-service flow)

Inventory service + gRPC + proto contracts

Orders service + Postgres + migrations + Docker/Compose

Learn how Docker connects everything behind the scenes

A Step-by-Step Guide to Packaging and Running Applications with Docker
