From e8518631cf573646960c155f1ab6381e215a8c63 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Sun, 2 Jun 2024 10:47:22 -0700 Subject: [PATCH] Update load balancing article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99d3076..db2158e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Learn System Design concepts and prepare for interviews using free resources. - [Domain Name System (DNS)](https://www.cloudflare.com/learning/dns/what-is-dns/) - [Caching](https://medium.com/must-know-computer-science/system-design-caching-acbd1b02ca01) - [Distributed Caching](https://redis.com/glossary/distributed-caching/) -- [Load Balancing](https://aws.amazon.com/what-is/load-balancing/) +- [Load Balancing](https://newsletter.ashishps.com/p/load-balancing-algorithms-explained-with-code) - [SQL vs NoSQL](https://www.integrate.io/blog/the-sql-vs-nosql-difference/) - [Database Index](https://newsletter.ashishps.com/p/a-detailed-guide-on-database-indexes) - [Consistency Patterns](https://systemdesign.one/consistency-patterns/)