From e274b977fb292b3d80b64ba17e7e7607618254e1 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Fri, 31 May 2024 09:47:43 -0700 Subject: [PATCH] Update links to checksums and service discovery articles --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df025bd..99d3076 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Learn System Design concepts and prepare for interviews using free resources. - [Fault Tolerance](https://www.cockroachlabs.com/blog/what-is-fault-tolerance/) - [Consensus Algorithms](https://medium.com/@sourabhatta1819/consensus-in-distributed-system-ac79f8ba2b8c) - [Gossip Protocol](http://highscalability.com/blog/2023/7/16/gossip-protocol-explained.html) -- [Service Discovery](https://www.nginx.com/blog/service-discovery-in-a-microservices-architecture/) +- [Service Discovery](https://newsletter.ashishps.com/p/0204da93-f0e9-49b9-a88a-cb20b9931575) - [Disaster Recovery](https://cloud.google.com/learn/what-is-disaster-recovery) - [Distributed Tracing](https://www.dynatrace.com/news/blog/what-is-distributed-tracing/) - [Top 15 Tradeoffs](https://newsletter.ashishps.com/p/system-design-top-15-trade-offs) @@ -53,7 +53,7 @@ Learn System Design concepts and prepare for interviews using free resources. - [Bloom Filters](https://www.enjoyalgorithms.com/blog/bloom-filter) - [API Gateway](https://www.nginx.com/learn/api-gateway/) - [Distributed Locking](https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html) -- [Checksum](https://newsletter.ashishps.com/p/6e505422-4291-4b21-99aa-9584c1b0b0b7) +- [Checksums](https://newsletter.ashishps.com/p/what-are-checksums) ## 🖇️ System Design Architectural Patterns - [Client-Server Architecture](https://www.redswitches.com/blog/client-server-architecture/)