From a91f30b783a822c614648f510c8d2f2b8b9e88b5 Mon Sep 17 00:00:00 2001 From: Ido Ophir Date: Mon, 7 Apr 2025 11:57:17 +0300 Subject: [PATCH] Update README.md (#282) adding a point in lecture Scalability Harvard authored-by: samy-soliman <42540697+samy-soliman@users.noreply.github.com> --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b4b75f23..124e187d 100644 --- a/README.md +++ b/README.md @@ -398,12 +398,14 @@ First, you'll need a basic understanding of common principles, learning about wh [Scalability Lecture at Harvard](https://www.youtube.com/watch?v=-W9F__D3oY4) * Topics covered: - * Vertical scaling - * Horizontal scaling - * Caching - * Load balancing - * Database replication - * Database partitioning + * Vertical scaling + * Horizontal scaling + * Caching + * Load balancing + * Database replication + * Database partitioning + * High availability + ### Step 2: Review the scalability article