MacBobby Chibuzor Go, Solidity, and Haskell developer interested in the cloud native world and blockchain technology. A fanatic for technical writing and open source contribution.

Stories by MacBobby Chibuzor

Linting Rust Clippy

Linting in Rust with Clippy

Dev

We investigate linting, linting levels, and categories, and demonstrate how to use Clippy to check if Rust code is idiomatic and correct.

MacBobby Chibuzor
Feb 24, 2023 ⋅ 5 min read
Create API Rust SQLite Rocket

Create an API in Rust with SQLite and Rocket

Dev

This tutorial shows how to build a to-do API using Rocket and Diesel. Learn how Rust handles connections to a SQLite database using Rocket.

MacBobby Chibuzor
Jan 3, 2023 ⋅ 6 min read
A complete guide to running Rust on Arduino

A complete guide to running Rust on Arduino

Dev

Learn how to run Rust on Arduino, an AVR microcontroller.

MacBobby Chibuzor
Nov 17, 2022 ⋅ 5 min read
Docker and SonarQube Logos

Inspect your code with Docker and SonarQube

Dev

Discover how to set up SonarQube within Docker, configure it for your language of choice, and produce reports on code quality.

MacBobby Chibuzor
Oct 21, 2022 ⋅ 5 min read
Ethereum Logo Over Colorful Swirly Background

Leveraging chaos engineering to test Ethereum clients

Dev

This overview of chaos engineering principles introduces the ChaosEth framework and how to use it for resilience testing of a GETH client.

MacBobby Chibuzor
Aug 29, 2022 ⋅ 5 min read
Blockchain Logo Over Checkered Background

Smart contract development: Common mistakes to avoid

Dev

We’ll review common smart contract vulnerabilities and development mistakes to avoid: reentrancy, cross-function race conditions, transaction order dependence, and more.

MacBobby Chibuzor
Jun 17, 2022 ⋅ 11 min read
Logos Over a Red Background

Full-stack DApp tutorial with Vite + React, Tailwind CSS, and Solidity

Dev

This step-by-step process demonstrates how to build a full-stack DApp that could be an NFT marketplace or exchange platform for trading Ethereum.

MacBobby Chibuzor
May 19, 2022 ⋅ 6 min read
Go and Hyperledger Fabric Logos

Streamline KYC verification with Hyperledger Fabric and Go

Dev

Discover how the Hyperledger Fabric blockchain framework can be used with Go to streamline KYC verification.

MacBobby Chibuzor
Apr 14, 2022 ⋅ 6 min read