From 67ec79f027ada6aeff7f946c7341956b9a965140 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 29 Sep 2025 21:13:55 +0000 Subject: [PATCH] Add new resources to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8a8e49c..459fd21 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Contributions are always welcome! - [ ] Simple: [What happens when you type in ‘www.cnn.com’ in your browser?](https://syedali.net/2013/08/18/what-happens-when-you-type-in-www-cnn-com-in-your-browser) - [ ] Detailed: [What happens when you type google.com into your browser's address box and press enter?](https://github.com/alex/what-happens-when) +- [ ] [Processes and Threads](https://planetscale.com/blog/processes-and-threads) ## Linux @@ -119,6 +120,7 @@ Contributions are always welcome! - [ ] [Redis Explained](https://architecturenotes.co/redis) - [ ] [Database Sharding Explained](https://architecturenotes.co/database-sharding-explained) - [ ] [Kafka 101](https://highscalability.com/untitled-2) +- [ ] [Database Sharding](https://planetscale.com/blog/database-sharding) ## CI/CD @@ -182,6 +184,7 @@ Contributions are always welcome! - [ ] [Failover](https://blog.alexewerlof.com/p/failover) - [ ] [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) ### System design examples