From 517109809587efa5ff24a908f1f11916eb6812fd Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Mon, 22 Jul 2024 12:59:06 -0700 Subject: [PATCH] Add availability article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 023b663..630d812 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This repository contains resources to learn System Design concepts and prepare f ## 📌 System Design Key Concepts - [Scalability](https://blog.algomaster.io/p/scalability) +- [Availability](https://blog.algomaster.io/p/82270ed9-5b98-4db5-b1cc-40b1ecc2b01e) - [CAP Theorem](https://blog.algomaster.io/p/15f1d791-86ce-40ed-8269-962dbddbefdb) - [ACID Transactions](https://blog.algomaster.io/p/ecae03ba-1930-42ef-8796-83e2fa818989) - [Consistent Hashing](https://highscalability.com/consistent-hashing-algorithm/)