From 9535c2c409045602c300918a7c7eb4e540754520 Mon Sep 17 00:00:00 2001 From: John Washam Date: Wed, 7 Sep 2016 21:32:14 -0700 Subject: [PATCH] Marked item as complete. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59f5cd2..25aadef 100644 --- a/README.md +++ b/README.md @@ -852,7 +852,7 @@ You'll get more graph practice in Skiena's book (see Books section below) and th - [x] Database Normalization - 1NF, 2NF, 3NF and 4NF: https://www.youtube.com/watch?v=UrYLYV7WSHM - [x] https://github.com/checkcheckzz/system-design-interview - There are a lot of resources in this one. Look through the articles and examples. I put some of them below. - [x] How to ace a systems design interview: http://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview/ - - [ ] Scalable Web Architecture and Distributed Systems: http://www.aosabook.org/en/distsys.html + - [x] Scalable Web Architecture and Distributed Systems: http://www.aosabook.org/en/distsys.html - [ ] Numbers Everyone Should Know: http://everythingisdata.wordpress.com/2009/10/17/numbers-everyone-should-know/ - [ ] Fallacies of Distributed Computing Explained: https://pages.cs.wisc.edu/~zuyu/files/fallacies.pdf - [ ] Pragmatic Programming Techniques: http://horicky.blogspot.com/2010/10/scalable-system-design-patterns.html