From b558f9daefefec8d8e54d3ed5ce9445e3271ad32 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 26 Oct 2025 14:12:05 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 459fd21..9a636ae 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ Contributions are always welcome! - [ ] [Hacking a Google Interview – Handout 1](http://courses.csail.mit.edu/iap/interview/Hacking_a_Google_Interview_Handout_1.pdf) - [ ] [Hacking a Google Interview – Handout 2](http://courses.csail.mit.edu/iap/interview/Hacking_a_Google_Interview_Handout_2.pdf) - [ ] [Hacking a Google Interview – Handout 3](http://courses.csail.mit.edu/iap/interview/Hacking_a_Google_Interview_Handout_3.pdf) +- [ ] [Big O](https://samwho.dev/big-o) ## System design @@ -185,6 +186,7 @@ Contributions are always welcome! - [ ] [Monoliths, Service Architecture, and Microservices](https://architecturenotes.co/granularity-of-systems) - [ ] [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) ### System design examples