Sitemap - 2024 - System Design Classroom

Nobody told me I would miss my JOINs when I started in microservices.

No matter what the books say, nobody likes making 20 requests to render a page.

Focus on Building Resilient Interactions, Not Just Resilient Services

Don’t share schemas. Share APIs.

What’s an event and what should be inside?

Horizontal Scaling Starts with Load Balancers – But Doesn’t Stop There

I have seen this mistake in production. The Dual Write Problem is not a myth.

Not All Features Are Equal

Happy paths only exists in YouTube tutorials

Queues, Topics, and Their Trade-offs

Work Queues: The Simplest Form of Batch Processing

Failing Silently is also an Option.

Even Data Can't Escape Physics: It Has Temperature, and It Has Gravity!

Did they tell you how to split the Database?

System design isn't a Cut & Paste job.

In the real world, you might need more than a simple Work Queue.

Event-Driven Architecture (EDA) is exciting until you deal with event versioning.

Distributed Services can't exist without Eventual Consistency.

A good System Design is not about getting more instances running.

"Don't talk to strangers" also applies to software development.

Resiliency beyond the Classic Circuit Breaker

Queues offer more than orderly processing

Normalization is not enough anymore.

Senior Developers understand Composition Over Inheritance.

Are you delivering what you promised?

"Cache me" if you can!

HashMap is a Data Structure every SWE should know.

Latency is a silent killer.

Publisher + Subscribers ~ Observer Pattern

The CAP Theorem needed an update.

Coming soon