Table of Contents

Solution Architecture: Building Blocks & Patterns

How software systems are built, piece by piece.


What Is a Software System?

Every application — a food delivery app, an online bank, a streaming platform — is made up of building blocks connected together following a pattern.

There is no "correct" architecture. Only trade-offs.


Part 1: The Building Blocks

No system uses all of them. Knowing when to reach for each one is more important than knowing what they are.

Frontend → What the user sees