Software Architecture
Architecture Hub
Curated deep-dives on distributed systems,
scalable backend design and architecture patterns.
Latest articles
20 total- The Repository PatternMediate between the domain model and the data mapping layer using a collection-like interface for accessing domain objects.
- The Outbox Pattern for Reliable MessagingGuarantee at-least-once event delivery without two-phase commit by writing events to the database in the same transaction as your business data.