From e7c60cc069d5ef68e79156e66aef1afedd792d66 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 2 Nov 2025 09:17:10 +0000 Subject: [PATCH] Add link to principles of extreme fault tolerance --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a636ae..44d0647 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ Contributions are always welcome! - [ ] [Scale From Zero To Millions Of Users](https://bytebytego.com/courses/system-design-interview/scale-from-zero-to-millions-of-users) - [ ] [Caching](https://planetscale.com/blog/caching) - [ ] [Load Balancing](https://samwho.dev/load-balancing) +- [ ] [The principles of extreme fault tolerance](https://planetscale.com/blog/the-principles-of-extreme-fault-tolerance) ### System design examples