From d46cc2780bfbce69ba584cff42701cfbb01a14d0 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Thu, 3 Apr 2025 17:14:03 +0530 Subject: [PATCH] add 30 system design concept article --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7290896..eac9774 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This repository contains free resources to learn System Design concepts and prep 👉 Subscribe to my [AlgoMaster Newsletter](https://bit.ly/amghsd) and get a **FREE System Design Interview Handbook** in your inbox. +✅ If you are new to System Design, start with this article: [System Design was HARD until I Learned these 30 Concepts](https://blog.algomaster.io/p/30-system-design-concepts) + ## 📌 System Design Key Concepts - [Scalability](https://blog.algomaster.io/p/scalability) - [Availability](https://blog.algomaster.io/p/system-design-what-is-availability)