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 SOLID principles are a set of five principles, amongst others, guiding how software is designed to be less fragile, less rigid, more testable,...
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...
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...
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...
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...