Back to Blog

Tag

#distributed systems

4 articles
Article preview
Core Patterns February 10, 2026 11 min read

Highload Distributed Systems Architecture

How distributed systems stay up when traffic moves from hundreds to hundreds of thousands of requests per second — the architectural decisions, trade-offs, and failure modes that actually matter at scale.

Article preview
Basics November 4, 2025 8 min read

Microservices Architecture — Foundations and Diagrams

A practical introduction to microservices architecture — what it is, why teams adopt it, the core building blocks, and the trade-offs you inherit the moment you move away from a monolith.

Article preview
Basics November 22, 2021 5 min read

Distributed Systems From Scratch — The Mental Model

The essential ideas behind distributed systems, explained without the PhD jargon. What breaks when you cross a process boundary, and the patterns that exist to handle it.