From 447fbc3e83e8a7b00213cd5d7dd861da6690ce89 Mon Sep 17 00:00:00 2001 From: Gui Ambros Date: Thu, 17 Jan 2019 21:05:10 -0500 Subject: [PATCH] Add "Site Reliability Engineering" to the list Add "Site Reliability Engineering", written by Google's SRE team. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1b63fb..955bcff 100644 --- a/README.md +++ b/README.md @@ -433,6 +433,7 @@ Rob Pike, [Go at Google: Language Design in the Service of Software Engineering] ### Site Reliability Engineering (SRE) * [Graduating from Bootcamp and interested in becoming a Site Reliability Engineer?](https://medium.com/@tammybutow/graduating-from-bootcamp-and-interested-in-becoming-a-site-reliability-engineer-b69a38ce858b): a great collection of resources to learn about SRE. +* [Site Reliability Engineering](https://landing.google.com/sre/books/): written by members of Google's SRE team, with a comprehensive analysis of how to cover the entire software lifecycle - build, deploy, monitor, and maintain large scale systems. ### Testing