From 21f540dc085b330a07db5781d3079d0ca3bd5057 Mon Sep 17 00:00:00 2001 From: Abhishek L Date: Tue, 18 Feb 2020 14:08:43 +0100 Subject: [PATCH] add amazon builder's library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 848a082..fd10f1e 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ While designing distributed systems are hard enough, testing them is even harder - [ETH Zurich: Distributed Systems Part 2](http://dcg.ethz.ch/lectures/distsys), covers Distributed control algorithms, communication models, fault-tolerance among other things. In particular fault tolerance issues (models, consensus, agreement) and replication issues (2PC,3PC, Paxos), which are critical in understanding distributed systems are explained in great detail. ## Blogs and other reading links +- [Amazon Builder's Library](https://aws.amazon.com/builders-library/) - [How we implemented consistent hashing efficiently](https://blog.ably.io/how-to-implement-consistent-hashing-efficiently-fe038d59fff2) - [Notes on Distributed Systems for Young Bloods](http://www.somethingsimilar.com/2013/01/14/notes-on-distributed-systems-for-young-bloods/) - [High Scalability](http://highscalability.com/) Several architectures of huge internet services, for eg [twitter](http://highscalability.com/blog/2013/7/8/the-architecture-twitter-uses-to-deal-with-150m-active-users.html), [whatsapp](http://highscalability.com/blog/2014/2/26/the-whatsapp-architecture-facebook-bought-for-19-billion.html)