Update README with Architectural Patterns section
Added a new section for Architectural Patterns and removed the previous section on System Design Architectural Patterns.
This commit is contained in:
committed by
GitHub
parent
7684b61e5c
commit
b424d7d31f
14
README.md
14
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
|
||||
|
||||
Reference in New Issue
Block a user