From ccae227df0c23490e2e7d819414ed9fc63a48f02 Mon Sep 17 00:00:00 2001 From: Thanos Baskous Date: Sun, 6 Nov 2016 19:06:39 -0800 Subject: [PATCH] PR 289 nit: missing period at end of sentence. (#297) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8298ab3..13fe40e 100644 --- a/README.md +++ b/README.md @@ -1690,7 +1690,7 @@ This section covers a few unusually useful or “must know about” resources or - [Resilience and Reliability on AWS](http://shop.oreilly.com/product/0636920026839.do) - [AWS documentation as Kindle ebooks](https://www.amazon.com/Amazon-Web-Services/e/B007R6MVQ6) - General references - - [AWS Well Architected Framework Guide](https://d0.awsstatic.com/whitepapers/architecture/AWS_Well-Architected_Framework.pdf): Amazon's own 56 page guide to operational excellence - guidelines and checklists to validate baseline security, reliability, performance (including high availability) and cost optimization practices + - [AWS Well Architected Framework Guide](https://d0.awsstatic.com/whitepapers/architecture/AWS_Well-Architected_Framework.pdf): Amazon's own 56 page guide to operational excellence - guidelines and checklists to validate baseline security, reliability, performance (including high availability) and cost optimization practices. - [Awesome Microservices](https://github.com/mfornos/awesome-microservices): A curated list of tools and technologies for microservice architectures. Worth browsing to learn about popular open source projects. - [Is it fast yet?](https://istlsfastyet.com/): Ilya Grigorik’s TLS performance overview - [High Performance Browser Networking](https://hpbn.co/): A full, modern book on web network performance; a presentation on the HTTP/2 portion is [here](https://docs.google.com/presentation/d/1r7QXGYOLCh4fcUq0jDdDwKJWNqWK1o4xMtYpKZCJYjM/edit?usp=sharing).