Back to Blog

Tag

#architecture

6 articles
Article preview
Real Domains April 18, 2023 4 min read

Building a Real-Time Notification System

The architecture of a notification service that delivers to web, mobile, email, and SMS reliably at scale. Channel fanout, user preferences, and the delivery guarantees that matter.

Article preview
Real Domains September 17, 2022 4 min read

Building Product Search with Elasticsearch

What actually matters when designing a product search — indexing, relevance, aggregations, and the operational realities that turn "let's use Elasticsearch" into a multi-month project.

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.