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

Go

Designing Fallback Systems
Best practices

Designing Fallback Systems

MacBobby Chibuzor Mar 14, 2024

A little backstory While working on a backend for an uprising startup product a while back, I had to use a FinTech’s API for providing bank accounts to prospective users.

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
Simplifying Development with Docker Compose in Bankie.go
Dev log

Simplifying Development with Docker Compose in Bankie.go

MacBobby Chibuzor Oct 31, 2023

Simplifying Development with Docker Compose in Bankie.go Bankie.go , a simple banking application built with Go, has been updated to streamline the development and deployment processes using Docker Compose.

Read More
Bankie.go
Dev log

Bankie.go

MacBobby Chibuzor Jul 9, 2023

Description Bankie.go is a simple banking application built with Go programming language.

Read More