SNSupreeth Nayakinsupreeth.hashnode.dev·May 26, 2023 · 2 min readA Guide to Git StashingWhat is Stashing Stashing feature from Git allows developers to temporarily save their work-in-progress without committing it to the repository. Why is it Required? Switching Branches: When you need to switch to a different branch to work on another ...00
SNSupreeth Nayakinsupreeth.hashnode.dev·Apr 22, 2023 · 4 min readPackage.json VS package-lock.jsonPackage.json firstly, the package.json file is used to specify the metadata and dependencies of any project. common fields in package.json name - contains the name of the package. version - contains the version number of the package. description - co...00