In web development, it is of immense importance to have great and easy to use tools that can help a great deal with a developer's productivity and also make life as a developer easier and better than it was. In this article I will be taking you throu...
As a developer, you'll definitely have to consume an API or even build one at some point in your work life. What I intend to do with this post is to show how to build a simple REST API in which we can save user data(names and emails) to a local Mongo...
Over the years we have seen many backend frameworks come and go. Nonetheless, other backend frameworks have also gained massive popularity among developers over the years. This article seeks to bring to you the top 10 backend frameworks that develope...
OOP is a nothing other than a programming technique or paradigm that makes use of classes and objects to write application programs. In an object-oriented program, everything is viewed as a real world object with attributes and behaviours . OOP is ...
Almost every website on the internet has some sort of a Create, Read, Update and Delete feature. These are some of the basic features one tends to find on any website from websites like Facebook, Twitter, Tiktok and Instagram to smaller sites. This...
When I started out as a web development student early last year, one of the tools that was tricky for me to understand from the get-go was version control, so I avoided the use of Git(a version control tool) altogether. I must say this was a very wr...