From 8db764dff688ce9bc608a67f47c667bfa21ab516 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Thu, 12 Apr 2018 23:39:23 +0800 Subject: [PATCH] =?UTF-8?q?Paxos=20Made=20Live=20=E2=80=93=20An=20Engineer?= =?UTF-8?q?ing=20Perspective?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df71696..dc05490 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An updated and curated list of selected readings to illustrate High Scalability, High Availability, High Stability, High Performance, and High Intelligence Back-end Designs. Concepts are explained in the articles of notable engineers (Jeff Dean, Werner Vogels, James Hamilton, etc) and credible references. Case studies are taken from battle-tested systems those are serving millions to billions of users. #### What if your Back-end went slow? -> Understand your problems: performance problem (slow for a single user) or scalability problem (fast for a single user but slow under heavy load) by reviewing [design principles](#principles). You can also check some [talks](#talks) of elite engineers from tech giants (Google, Facebook, Instagram, etc) to see how they build and scale their systems. +> Understand your problems: performance problem (slow for a single user) or scalability problem (fast for a single user but slow under heavy load) by reviewing [design principles](#principles). You can also check some [talks](#talks) of elite engineers from tech giants to see how they build and scale their systems. #### What if your Back-end went down? > "Even if you lose all one day, you can build all over again if you retain your calm!" - Thuan Pham, CTO at Uber Technologies Inc. @@ -498,6 +498,7 @@ An updated and curated list of selected readings to illustrate High Scalability, * [Explaining Low-Level Systems (OS, Network, Storage, etc)](https://www.palantir.com/how-to-ace-a-systems-design-interview/) * [OSI and TCP/IP Cheat Sheet (Short but Sweet)](http://jaredheinrichs.com/mastering-the-osi-tcpip-models.html) * [The Precise Meaning of I/O Wait Time in Linux](http://veithen.github.io/2013/11/18/iowait-linux.html) + * [Paxos Made Live – An Engineering Perspective](https://research.google.com/archive/paxos_made_live.html) * ["What Happens When ...", "How x Do y"](https://www.glassdoor.com/Interview/What-happens-when-you-type-www-google-com-in-your-browser-QTN_56396.htm) * [What Happens When You Type google.com into Browser and Press Enter?](https://github.com/alex/what-happens-when) * [Netflix: What Happens When You Press Play?](http://highscalability.com/blog/2017/12/11/netflix-what-happens-when-you-press-play.html)