From 35ba9b8138666154304ecf52988a6bbaa9a583b9 Mon Sep 17 00:00:00 2001 From: Neo Kim <118598641+systemdesign42@users.noreply.github.com> Date: Fri, 25 Jul 2025 12:20:44 +0200 Subject: [PATCH] Add code reviews --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7a4212..8fc0e60 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ - [Cell Based Architecture](https://newsletter.systemdesign.one/p/cell-based-architecture) - [Consistency Patterns](https://systemdesign.one/consistency-patterns/) - [Top 5 Caching Patterns](https://newsletter.systemdesign.one/p/caching-patterns) +- [How to Scale Code Reviews](https://newsletter.systemdesign.one/p/how-to-do-code-review) - [How Discord Boosts Performance With Code-Splitting](https://newsletter.systemdesign.one/p/what-is-code-splitting-in-react) - [Consistent Hashing](https://systemdesign.one/consistent-hashing-explained/) - [Concurrency Is Not Parallelism](https://newsletter.systemdesign.one/p/concurrency-is-not-parallelism)