From dddd55e1e6d4709526688977ba8846ee118f4f56 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sat, 27 Jan 2018 18:33:29 +0800 Subject: [PATCH] Edit the section of Books --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ab6300..9076b26 100644 --- a/README.md +++ b/README.md @@ -314,12 +314,12 @@ A curated list of selected readings to illustrate Scalability, Availability, and ## 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/) -* [Beyond the Twelve-Factor App - Exploring the DNA of Highly Scalable, Resilient Cloud Applications (Online - Free)](http://www.oreilly.com/webops-perf/free/beyond-the-twelve-factor-app.csp) +* [Beyond the Twelve-Factor App - Exploring the DNA of Highly Scalable, Resilient Cloud Applications (Free)](http://www.oreilly.com/webops-perf/free/beyond-the-twelve-factor-app.csp) +* [Chaos Engineering - Building Confidence in System Behavior through Experiments (Free)](http://www.oreilly.com/webops-perf/free/chaos-engineering.csp?intcmp=il-webops-free-product-na_new_site_chaos_engineering_text_cta) * [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) * [Scalability Rules: 50 Principles for Scaling Web Sites](http://scalabilityrules.com/) -* [Chaos Engineering - Building Confidence in System Behavior through Experiments](http://www.oreilly.com/webops-perf/free/chaos-engineering.csp?intcmp=il-webops-free-product-na_new_site_chaos_engineering_text_cta) ## Special Thanks * Jonas Bonér, CTO at Lightbend, for the [original inspiration](https://www.slideshare.net/jboner/scalability-availability-stability-patterns)