SBSnehashis Banerjeeinunderstanding-variables-js-snehashis.hashnode.dev·Mar 8 · 3 min readUnderstanding 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 About00
SBSnehashis Banerjeeingit-basics-beginner.hashnode.dev·Jan 26 · 4 min readGit 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...00
SBSnehashis Banerjeeinsnehashis-b.hashnode.dev·Jan 3 · 4 min readWhy 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...00