Home

Debugging 🐛 - are you doing it right?

Feb 24, 20217 min read

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...

The art of problem-solving using the Fibonnaci sequence challenge

Feb 12, 20214 min read

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...

Building NodeJs API without ExpressJs or any other framework

Dec 1, 202012 min read

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...

Creating a Carousel component using React Hooks and SASS

Nov 23, 20208 min read

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...

© 2021 Tech Gleanings

PrivacyTerms
Proudly part of