From 363261be5fbdb2c90b3c7780e1d9a114fefc7753 Mon Sep 17 00:00:00 2001 From: Raghav Date: Wed, 12 Mar 2025 23:09:04 -0700 Subject: [PATCH] Added Build Your Own Kafka --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ee4ed88..1948940 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ It's a great way to learn. ## Tutorials +#### Build your own `Distributed Systems` +* [**Java**: _Building Your Own Kafka-like System From Scratch: A Step-by-Step Guide_](https://github.com/buildthingsuseful/build-your-own-kafka) + #### Build your own `3D Renderer` * [**C++**: _Introduction to Ray Tracing: a Simple Method for Creating 3D Images_](https://www.scratchapixel.com/lessons/3d-basic-rendering/introduction-to-ray-tracing/how-does-it-work)