P1POOJA 1incliandgit.hashnode.dev·May 23, 2024 · 6 min readAsynchronous JavascriptJs code execution JavaScript is single-threaded and synchronous by default. Asynchronous functionality is achieved using callbacks, promises, and async functions. Asynchronous code runs simultaneously, meaning it doesn't wait for anything to complet...00
P1POOJA 1incliandgit.hashnode.dev·Apr 30, 2024 · 3 min readGit ArticleGit is the version control that system keeps track changes to a file or set of files over time so that we can go back to the specific versions later. git has three stages: 1)Working tree/Untracked area: here we can create,update or delete the files,h...00
P1POOJA 1incliandgit.hashnode.dev·Apr 30, 2024 · 5 min readCLI CommandsCommand line interface is used to interact with the system for giving the commands in to a terminal. 1.man : man command is used to give manual pages for various commands . man [option] keyword -k : Search for keywords in manual page names and descr...00