SGSulagna Ghoshinpotatoblogger.hashnode.dev路Jul 5, 2024 路 3 min read馃殌 JavaScript Object Merging and Cloning: A Quick GuideWhen working with JavaScript Objects, having a clear idea of Merging and Cloning is very important. In this blog we will dive into the 3 ways to clone or merge objects. In JavaScript, objects are stored by reference. When you assign an object to a v...01V
SGSulagna Ghoshinpotatoblogger.hashnode.dev路May 4, 2023 路 5 min readWhat's inside .git Folder-Part 1: A Theoretical ApproachHave you ever felt curious about what is inside the .git folder? We all have seen the folder at the top of our every project(of course if the project has git inside), but do you know what's inside that folder and what are they for? In this tutorial, ...01V
SGSulagna Ghoshinpotatoblogger.hashnode.dev路Apr 16, 2023 路 4 min readCommit Like A ProRemember your first open-source contribution? You typed git commit -m "your commit", pressed enter and suddenly an error showed up with a suggestion link: And all of a sudden your all-git knowledge just crashed and you started thinking "Isn't it the...03DPV
SGSulagna Ghoshinpotatoblogger.hashnode.dev路Mar 10, 2023 路 7 min readWhat is GitIn the previous module, we understood about Version Control System. In brief, a version control system is software that keeps track of changes you make in a file. We also learnt that Git is part of Distributed Version Control System (DVCS). In this t...01V
SGSulagna Ghoshinpotatoblogger.hashnode.dev路Feb 26, 2023 路 6 min readIntroduction to Version Control SystemNowadays, Git is a very important technology that we all need to know irrespective of the technology we are working on. Now you may be wondering why the title is on Version Control System whereas the tutorial is on Git. Actually, Git itself is a type...00