Back to Blog

Category

Core Patterns

6 articles
Article preview
Core Patterns June 21, 2023 5 min read

Transactional Outbox — The Pattern, End to End

Why "save to DB, then publish to Kafka" is almost always wrong, and the outbox pattern that fixes it — with real Java code, schema, and production considerations.

Article preview
Core Patterns October 27, 2022 5 min read

Event Sourcing in Practice — Lessons From Shipping It

The things nobody tells you about event sourcing until you've run it in production — snapshot strategies, schema evolution, event stream hygiene, and when to walk away.

Article preview
Core Patterns June 15, 2022 4 min read

Event Sourcing — The Basics

Storing events instead of state — what it is, what it buys you, and the situations where the complexity is worth the audit trail and replayability.

« Prev Page 3 Next »