Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.01 KB

File metadata and controls

40 lines (24 loc) · 1.01 KB

[Pattern name]

One-line summary of what this pattern does.

What it is

Two or three sentences explaining the concept in plain language.

When to use it

  • Bullet points describing the situations where this pattern applies.
  • Keep them concrete (for example "read-heavy workloads with a high cache hit ratio").

How it works

A short explanation of the mechanism. A small ASCII or Mermaid diagram helps:

[client] --> [component] --> [data store]

Trade-offs

Pro Con
Benefit Cost or risk
Benefit Cost or risk

Common variations

  • Variation one and when you would pick it.
  • Variation two and when you would pick it.

How to talk about it in an interview

A sentence or two on the signal interviewers look for, and the follow-up questions to expect.

Go deeper

Link to the relevant lesson in System Design Patterns or the main course.