While crafting solutions using code, there is a high chance that error might find its way into the code, then the software begins to act in an unintended way. When this happens, it is said that the code has a bug 🐛🐛🐛 A software bug is an error, f...
On the basic level, every line of code written exists as part of a solution to the problem the author is trying to solve. Programming is an art, and like every good work of art, it takes careful planning and deliberate thoughtfulness to craft a beaut...
I have been building NodeJs RESTful API with the help of ExpressJs and a ton of other node packages known as npm packagesfor a while now, and all has been going well. But for some reason recently, I began to wonder about the capability of NodeJs as a...
This article was born out of a need I had a few months ago while working on a web project. I needed to create a carousel component in the page without adding another npm package into the mix of the already bloated project 😉, I decided to document th...