Onwubiko Chibuike
prince-curie

prince-curie

Follow
home

The Software Design Document

Jul 25, 20235 min read

Several times, I have been involved in starting a project/feature and realising that there exist issues that are yet to be discussed, either with...

The Software Design Document

Understanding SOLID Principles

Jan 29, 20236 min read

The SOLID principles are a set of five principles, amongst others, guiding how software is designed to be less fragile, less rigid, more testable,...

Understanding SOLID Principles

How GraphQL Works

Jan 26, 20235 min read

GraphQL is a query language and a runtime. As a query language, unlike SQL(Structured Query Language), it never interacts with a database. It speaks...

How GraphQL Works

Installing Bun on Windows 10

Jul 12, 20222 min read

I recently installed Bun on my windows system. This article is a step-by-step guide on the process involved in doing so. It also includes the...

Installing Bun on Windows 10

Web2 vs Web3

Mar 2, 20224 min read

Disclaimer: This write-up is not written to tell you which is better or which will come out victorious. Instead, the writer seeks to help you...

Web2 vs Web3

How I Implemented IPFS to Save Images

Apr 11, 20213 min read

I had to use IPFS to save image files on a project I worked on. It was a blockchain project with the smart contract written in solidity. The front end...

How I Implemented IPFS to Save Images