From c23dc5f68cc076ee2055810ac9f9d3073ee1e3f9 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Tue, 9 Apr 2024 22:26:38 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a0a2ac..92a3207 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This repository contains resources to learn System Design concepts and prepare f - [Latency vs Throughput](https://aws.amazon.com/compare/the-difference-between-throughput-and-latency/) - [CAP Theorem](https://www.bmc.com/blogs/cap-theorem/) - [ACID Transactions](https://redis.com/glossary/acid-transactions/) -- [Consistent Hashing](https://arpitbhayani.me/blogs/consistent-hashing/) +- [Consistent Hashing](https://highscalability.com/consistent-hashing-algorithm/) - [Rate Limiting](https://www.imperva.com/learn/application-security/rate-limiting/) - [API Design](https://abdulrwahab.medium.com/api-architecture-best-practices-for-designing-rest-apis-bf907025f5f) - [Strong vs Eventual Consistency](https://hackernoon.com/eventual-vs-strong-consistency-in-distributed-databases-282fdad37cf7)