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

Rust

Docker + Rust + Solana: Building a Scalable Blockchain Backend
Blockchain Dev ops

Docker + Rust + Solana: Building a Scalable Blockchain Backend

MacBobby Chibuzor Aug 18, 2024

Introduction When prototyping a Rust application, you may need to provide a backend service to handle requests from your frontend.

Read More
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
Blockchain Foundations: 1
Blockchain

Blockchain Foundations: 1

MacBobby Chibuzor May 13, 2024

What is a blockchain Technical definition A blockchain is a distributed ledger with growing lists of records (blocks) that are securely linked together via cryptographic hashes .

Read More
Software engineering

Structuring a Rust Codebase - Exploring Rust's Module System for Code Organization

MacBobby Chibuzor Jul 9, 2023

Introduction Structuring a Rust codebase can be so frustrating for beginners.

Read More