From 46c8f3eb92c2e87af4a21f4588ee50e5c81bd878 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Wed, 14 Aug 2024 22:14:44 -0700 Subject: [PATCH] Update message queues article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a190e8d..48f96a4 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ This repository contains resources to learn System Design concepts and prepare f - [Database Architectures](https://www.mongodb.com/developer/products/mongodb/active-active-application-architectures/) - [Failover](https://avinetworks.com/glossary/failover/) - [Proxy Server](https://www.fortinet.com/resources/cyberglossary/proxy-server) -- [Message Queues](https://medium.com/must-know-computer-science/system-design-message-queues-245612428a22) +- [Message Queues](https://blog.algomaster.io/p/7a468472-87f1-4b5c-98ba-cf2f1e0e193d) - [Checksums](https://blog.algomaster.io/p/what-are-checksums) - [WebSockets](https://www.pubnub.com/guides/websockets/) - [Bloom Filters](https://www.enjoyalgorithms.com/blog/bloom-filter)