From ece9f600e7148bde1cb1f4fd8817926016ebb94f Mon Sep 17 00:00:00 2001 From: Abhishek L Date: Sat, 28 Feb 2015 01:14:11 +0530 Subject: [PATCH] Blogs: Adding @aphyr's blog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f6bd78..e17df9b 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,6 @@ Must read papers on distributed systems. While nearly *all* of Lamport's work sh ## Blogs and other reading links - [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) +- [aphyr](https://aphyr.com/tags/Distributed-Systems), Posts on [jepsen](https://github.com/aphyr/jepsen) series are pretty awesome - [The C10K problem](http://www.kegel.com/c10k.html) - [On Designing and Deploying Internet-Scale Services](http://static.usenix.org/event/lisa07/tech/full_papers/hamilton/hamilton_html/)