From 6af42a027a4427da2f1304b2f29bc27ef8500727 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Sun, 5 May 2024 18:50:54 -0700 Subject: [PATCH] Update sync vs async article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3e2780..c33fc97 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Learn System Design concepts and prepare for interviews using free resources. - [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) -- [Synchronous vs. asynchronous communications](https://www.techtarget.com/searchapparchitecture/tip/Synchronous-vs-asynchronous-communication-The-differences) +- [Synchronous vs. asynchronous communications](https://newsletter.ashishps.com/p/aec1cebf-6060-45a7-8e00-47364ca70761) - [REST vs RPC](https://aws.amazon.com/compare/the-difference-between-rpc-and-rest/) - [Batch Processing vs Stream Processing](https://newsletter.ashishps.com/p/d9442268-03d8-4f55-a103-7a3d4fb54661) - [Fault Tolerance](https://www.cockroachlabs.com/blog/what-is-fault-tolerance/)