From 317f036b5c6f22f8f1a1fc112ac7bd79c34d187f Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sun, 26 Aug 2018 08:11:15 +0800 Subject: [PATCH] down the tone --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebb35c4..e1ceaf6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# High Scalability, High Availability, High Stability, High Performance, and High Intelligence System Design Patterns +# Scalable, Available, Stable, Performant, and Intelligent System Design Patterns -An updated and curated list of selected readings to illustrate best practices in building high scalability, high availability, high stability, high performance, and high intelligence large-scale systems. Concepts are explained in the articles of prominent engineers and credible references. Case studies are taken from battle-tested systems that serve millions to billions of users. +An updated and curated list of readings to illustrate best practices and patterns in building scalable, available, stable, performant, and intelligent large-scale systems. Concepts are explained in the articles of prominent engineers and credible references. Case studies are taken from battle-tested systems that serve millions to billions of users. #### If your system goes slow :traffic_light: > Understand your problems: scalability problem (fast for a single user but slow under heavy load) or performance problem (slow for a single user) by reviewing some [design principles](#principle) and checking how [scalability](#scalability) and [performance](#performance) problems are solved at tech companies. The section of [intelligence](#intelligence) are created for those who work with data and machine learning at big (data) and deep (learning) scale.