From b424d7d31f5c9a70523eab3d3970cdaeb3e513d3 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Wed, 15 Oct 2025 23:51:22 +0530 Subject: [PATCH] Update README with Architectural Patterns section Added a new section for Architectural Patterns and removed the previous section on System Design Architectural Patterns. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 962bb06..cddd622 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,13 @@ This repository contains free resources to learn System Design concepts and prep - [Disaster Recovery](https://cloud.google.com/learn/what-is-disaster-recovery) - [Distributed Tracing](https://www.dynatrace.com/news/blog/what-is-distributed-tracing/) +## 🖇️ Architectural Patterns +- [Client-Server Architecture](https://algomaster.io/learn/system-design/client-server-architecture) +- [Microservices Architecture](https://medium.com/hashmapinc/the-what-why-and-how-of-a-microservices-architecture-4179579423a9) +- [Serverless Architecture](https://blog.algomaster.io/p/2edeb23b-cfa5-4b24-845e-3f6f7a39d162) +- [Event-Driven Architecture](https://www.confluent.io/learn/event-driven-architecture/) +- [Peer-to-Peer (P2P) Architecture](https://www.spiceworks.com/tech/networking/articles/what-is-peer-to-peer/) + ## ⚖️ System Design Tradeoffs - [Top 15 Tradeoffs](https://blog.algomaster.io/p/system-design-top-15-trade-offs) - [Vertical vs Horizontal Scaling](https://algomaster.io/learn/system-design/vertical-vs-horizontal-scaling) @@ -84,13 +91,6 @@ This repository contains free resources to learn System Design concepts and prep - [Synchronous vs. asynchronous communications](https://blog.algomaster.io/p/aec1cebf-6060-45a7-8e00-47364ca70761) - [Latency vs Throughput](https://aws.amazon.com/compare/the-difference-between-throughput-and-latency/) -## 🖇️ System Design Architectural Patterns -- [Client-Server Architecture](https://algomaster.io/learn/system-design/client-server-architecture) -- [Microservices Architecture](https://medium.com/hashmapinc/the-what-why-and-how-of-a-microservices-architecture-4179579423a9) -- [Serverless Architecture](https://blog.algomaster.io/p/2edeb23b-cfa5-4b24-845e-3f6f7a39d162) -- [Event-Driven Architecture](https://www.confluent.io/learn/event-driven-architecture/) -- [Peer-to-Peer (P2P) Architecture](https://www.spiceworks.com/tech/networking/articles/what-is-peer-to-peer/) - ## ✅ [How to Answer a System Design Interview Problem](https://blog.algomaster.io/p/how-to-answer-a-system-design-interview-problem) ## 💻 System Design Interview Problems