Add Python Raft Consensus Protocol tutorial link

This commit is contained in:
AlexDevFlow 2026-03-08 21:28:13 +01:00 committed by GitHub
parent 294aef8fde
commit 2ee1ae02fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,8 @@ It's a great way to learn.
#### 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)
* [**Python**: _Build Your Own Raft Consensus Protocol From Scratch_](https://alexdevflow.github.io/en/blog/raft-consensus-python/)
#### Build your own `3D Renderer`