Update ℹ️: I added my work log to the home page.
Tags

How-To

Implementing the Raft Consensus Algorithm in Rust
Blockchain

Implementing the Raft Consensus Algorithm in Rust

MacBobby Chibuzor May 22, 2024

Understanding and Implementing the Raft Consensus Algorithm in Rust Distributed systems are essential for ensuring high availability and fault tolerance in modern applications.

Read More
How to

Asking for Compensations in the Gig Economy

MacBobby Chibuzor May 5, 2024

Backstory I am writing this piece as a way to help answer some rampant question in the tech space.

Read More
Blockchain

Using Merkle Trees for Token Gating in Blockchain DApps

MacBobby Chibuzor Mar 8, 2024

Introduction Understanding Merkle Trees Merkle Trees, a concept named after Ralph Merkle who proposed it in 1979, stand as a cornerstone in cryptographic algorithms, especially within blockchain technology.

Read More