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

Architecture

Beyond Mocking: Rethinking Test Design Through Code Structure
Testing Architecture

Beyond Mocking: Rethinking Test Design Through Code Structure

MacBobby Chibuzor Nov 25, 2024

Recently, while working on a monitoring system that checks delegation balances across multiple blockchains, I had an enlightening experience that changed how I think about test design.

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