True Blade Blog
-
Implementing The Raft Consensus Algorithm
What I learned from implementing the Raft Consensus Algorithm. -
Python 3.10: new dataclass features
Dataclasses is a feature of the Python programming language which I designed and implemented in Python 3.7. It allows you to easily add a number of useful features to any Python class that you write.