From 6bdb1778e4cf9ec9354a6f7934eba519ab66f859 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Sun, 24 Nov 2024 11:40:28 +0530 Subject: [PATCH] Update bloom filter article --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 446167e..2040814 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ Join my free [AlgoMaster Newsletter](https://bit.ly/amghsd) and get a **FREE Sys - [Database Sharding](https://blog.algomaster.io/p/what-is-database-sharding) - [Database Architectures](https://www.mongodb.com/developer/products/mongodb/active-active-application-architectures/) - [Failover](https://www.druva.com/glossary/what-is-a-failover-definition-and-related-faqs) +- [Bloom Filters](https://blog.algomaster.io/p/bloom-filters) - [Message Queues](https://blog.algomaster.io/p/message-queues) -- [Checksums](https://blog.algomaster.io/p/what-are-checksums) - [WebSockets](https://blog.algomaster.io/p/websockets) -- [Bloom Filters](https://blog.algomaster.io/p/85c95404-b346-4002-9270-feb5cfdd90ce) +- [Checksums](https://blog.algomaster.io/p/what-are-checksums) - [API Gateway](https://www.nginx.com/learn/api-gateway/) - [Microservices Guidelines](https://newsletter.systemdesign.one/p/netflix-microservices) - [Distributed Locking](https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html)