From e75ed6994568626cbba73a47132394153e13e620 Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Wed, 31 Jan 2018 19:30:23 +0800 Subject: [PATCH] Awesome Scalability, Availability, and Stability Back-end Design Patterns A curated list of selected readings to illustrate Scalability, Availability, and Stability Design Patterns in Back-end Development. Concepts are explained in the articles of notable engineers (Werner Vogels, James Hamilton, Martin Fowler, Robert C. Martin, Tom White, etc) and high quality reference sources (highscalability.com, infoq.com, etc). Case studies are taken from battle-tested systems those are serving millions of users (Netflix, Instagram, Riot Games, LINE, Expedia, etc). The repository gained 5000 stars after first month published. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3fcfb44..f5ba73b 100644 --- a/readme.md +++ b/readme.md @@ -259,7 +259,7 @@ - [Apache Wicket](https://github.com/PhantomYdn/awesome-wicket) - Java web app framework. - [Vert.x](https://github.com/vert-x3/vertx-awesome) - Toolkit for building reactive apps on the JVM. - [Terraform](https://github.com/shuaibiyy/awesome-terraform) - Tool for building, changing, and versioning infrastructure. - +- [Scalability](https://github.com/binhnguyennus/awesome-scalability) - Scalability, availability, and stability design patterns. ## Computer Science