From 15fd99f5848f6989dfadf85f5492d03f03947e92 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Sun, 8 Feb 2026 18:17:24 -0500 Subject: [PATCH] Add Google SRE --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 602c695..58ccf7f 100644 --- a/README.md +++ b/README.md @@ -2032,6 +2032,14 @@ Books: - 📖 [Building Microservices](https://www.amazon.com/Building-Microservices-Designing-Fine-Grained-Systems/dp/1491950358), Sam Newman (quite complete discussion of microservices) - 📖 [Designing Data-Intensive Applications](https://dataintensive.net/) +- 📖 [Building Secure and Reliable Systems](https://google.github.io/building-secure-and-reliable-systems/raw/toc.html), Google, (free online). Very complete book. + - Design for security & reliability + - Design tradeoffs + - Design for least privilege + - Design for understandability + - Design for a changing landscape + - Design for resilience + - Design for recovery Articles: