True Blade Blog
-
Implementing The Raft Consensus Algorithm
What I learned from implementing the Raft Consensus Algorithm. -
Using an Intel NUC in a Video Management System
The compact size of Intel's small form factor PC, the NUC, is packed with robust engineering, making it well suited for a variety of tasks.
Read how we're using the NUC as a client hardware platform for our Open Source Video Management System.
-
Using the Python 'click' library's parser as a simple function
Using 'click' as more than just a command line entry point
-
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.