Unit testing is a software testing technique that involves testing individual units of code in isolation. A unit of code is typically a function,...
CRUD operations are the four basic operations that are used in most backend systems to Create, Read, Update, and Delete data. These procedures serve...
Node is an open-source runtime environment built on Javascript, it allows us to run Javascript outside the browser; Javascript was initially used...
Many times while going through a course online especially tutorials, we tend to code along with the instructor. I hope I'm not generalizing but I...
Bugs are annoying, more frustrating if you are a beginner, sometimes they make you feel like you can never be enough or do not understand the subject...
I recently learnt the flask framework for backend development in python, after working on projects, I wanted to show my friends(and brag you know...