understanding-variables-js-snehashis.hashnode.devUnderstanding Variables and Data Types in JavaScript##What variables are and why they are needed? Variables are container's in a computer memory which is use to store, retrieve and update data. ##How to declare variables using var, let, and const About1d ago·3 min read
git-basics-beginner.hashnode.devGit for Beginners: Basics and Essential CommandsWhat is Git? Git is a version control system which use to track all the file changes in local environment. Why Git is Used? When many developers work on a single codebase, then which developer works on which file and what’s the changes of each perso...Jan 26·4 min read
snehashis-b.hashnode.devWhy Version Control Exists: The Pendrive ProblemWhy Version Control Exists In the realm of software development, it is common for multiple developers to collaborate within a single codebase. To facilitate this process, there are three key considerations to ensure efficiency and ease for developers...Jan 3·4 min read