From eb6ec68b77f75f5f775b79c4ba4e08db8383ea44 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Tue, 16 Jul 2024 21:09:12 -0700 Subject: [PATCH] Update Rate Limiting article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a869daf..95a8909 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This repository contains resources to learn System Design concepts and prepare f - [CAP Theorem](https://blog.algomaster.io/p/15f1d791-86ce-40ed-8269-962dbddbefdb) - [ACID Transactions](https://blog.algomaster.io/p/ecae03ba-1930-42ef-8796-83e2fa818989) - [Consistent Hashing](https://highscalability.com/consistent-hashing-algorithm/) -- [Rate Limiting](https://www.imperva.com/learn/application-security/rate-limiting/) +- [Rate Limiting](https://blog.algomaster.io/p/rate-limiting-algorithms-explained-with-code) - [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) - [Synchronous vs. asynchronous communications](https://blog.algomaster.io/p/aec1cebf-6060-45a7-8e00-47364ca70761)