DEV Community

#systemdesign

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Caching strategies: when they solve a problem and when they create three new ones

Caching strategies: when they solve a problem and when they create three new ones

1
Comments
4 min read
Why your Cache won't save you from a "Thundering Herd" 🐂

Why your Cache won't save you from a "Thundering Herd" 🐂

Comments
1 min read
Synchronous vs Asynchronous Processing: Choosing the Right Model for a Backend Workflow

Synchronous vs Asynchronous Processing: Choosing the Right Model for a Backend Workflow

1
Comments
4 min read
Designing rate limits for public apis without breaking real users

Designing rate limits for public apis without breaking real users

Comments
4 min read
How the LRU Cache Actually Works and Why Redis, Browsers, and Postgres All Approximate It

How the LRU Cache Actually Works and Why Redis, Browsers, and Postgres All Approximate It

Comments
4 min read
AI has not reached the scary part for taking my job

AI has not reached the scary part for taking my job

Comments
2 min read
The Thundering Herd Problem (and How to Actually Fix It)

The Thundering Herd Problem (and How to Actually Fix It)

Comments
5 min read
What the FastAPI Docs Don't Tell You About Production

What the FastAPI Docs Don't Tell You About Production

Comments
3 min read
Distributed Metadata Migration

Distributed Metadata Migration

Comments
3 min read
I Reviewed 800+ Company Engineering Blogs. Here's What Separates the Great Ones.

I Reviewed 800+ Company Engineering Blogs. Here's What Separates the Great Ones.

Comments
3 min read
LLD Data Structures in Design Context: Common Queue Mistakes Every Software Engineer Should Avoid

LLD Data Structures in Design Context: Common Queue Mistakes Every Software Engineer Should Avoid

1
Comments
3 min read
Green for Four Days While Nothing Shipped: A Reader Rebutted My Monitoring Post, and He Was Right

Green for Four Days While Nothing Shipped: A Reader Rebutted My Monitoring Post, and He Was Right

Comments 2
8 min read
LLD Data Structures in Design Context: Queue Design Patterns — How Real-World Systems Handle Background Work

LLD Data Structures in Design Context: Queue Design Patterns — How Real-World Systems Handle Background Work

1
Comments
4 min read
LLD Data Structures in Design Context: Recognizing Queue Problems Before Writing Code

LLD Data Structures in Design Context: Recognizing Queue Problems Before Writing Code

1
Comments
4 min read
LLD Data Structures in Design Context: Why Queues Make Systems Faster (Without Making Code Faster)

LLD Data Structures in Design Context: Why Queues Make Systems Faster (Without Making Code Faster)

1
Comments
4 min read
👋 Sign in for the ability to sort posts by relevant, latest, or top.