From bc11501bf0fa2ab2ed0f4ad05b8b1580d1778c0d Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Sat, 20 Apr 2024 06:40:31 -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 54066ff..b9371f4 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This repository contains resources to learn System Design concepts and prepare f - [SQL vs NoSQL](https://www.integrate.io/blog/the-sql-vs-nosql-difference/) - [Database Index](https://www.progress.com/tutorials/odbc/using-indexes) - [Consistency Patterns](https://systemdesign.one/consistency-patterns/) -- [HeartBeat](https://martinfowler.com/articles/patterns-of-distributed-systems/heartbeat.html) +- [HeartBeats](https://newsletter.ashishps.com/p/heartbeats-in-distributed-systems) - [Circuit Breaker](https://medium.com/geekculture/design-patterns-for-microservices-circuit-breaker-pattern-276249ffab33) - [Idempotency](https://blog.dreamfactory.com/what-is-idempotency/) - [Database Scaling](https://thenewstack.io/techniques-for-scaling-applications-with-a-database/)