From 1c63e6a52dc2bd4385e9454b2f3c5e2522f2cd5b Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Sat, 27 Jan 2018 03:40:30 +0800 Subject: [PATCH] Add two very good online and free books: Google SRE and DistSys (mixu) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c5177d7..d82be9f 100644 --- a/README.md +++ b/README.md @@ -309,6 +309,8 @@ A curated list of selected readings to illustrate Scalability, Availability, and * [Scaling Slack - Bing Wei, Software Engineer (Infrastructure) at Slack](https://www.infoq.com/presentations/slack-scalability) ## Books +* [Google Site Reliability Engineering (Online - Free)](https://landing.google.com/sre/book.html) +* [Distributed Systems for Fun and Profit (Online - Free)](http://book.mixu.net/distsys/) * [The Art of Scalability](http://theartofscalability.com/) * [Designing Data-Intensive Applications](https://dataintensive.net/) * [Web Scalability for Startup Engineers](https://www.goodreads.com/book/show/23615147-web-scalability-for-startup-engineers)