From 878b5f74e236afabee4136d3cf2d991b94f3ad94 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Fri, 23 Aug 2024 06:43:25 -0700 Subject: [PATCH] Update architectural patterns articles --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fc08c3..8023765 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ This repository contains resources to learn System Design concepts and prepare f - [Distributed Locking](https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html) ## 🖇️ System Design Architectural Patterns -- [Client-Server Architecture](https://www.redswitches.com/blog/client-server-architecture/) +- [Client-Server Architecture](https://blog.algomaster.io/p/4585cf8e-30a4-4295-936f-308a25cb716c) - [Microservices Architecture](https://medium.com/hashmapinc/the-what-why-and-how-of-a-microservices-architecture-4179579423a9) -- [Serverless Architecture](https://www.datadoghq.com/knowledge-center/serverless-architecture/) +- [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/)