GPGenish Prakashingenishprakash.hashnode.dev·Jul 20, 2024 · 9 min readAsynchronous JavaScriptJavaScript is a single-threaded synchronous language. It allows only a single task to be executed at a time. To solve this issue, asynchronous JavaScript comes into play. Asynchronous JavaScript allows you to perform tasks without blocking the main t...00
GPGenish Prakashingenishprakash.hashnode.dev·Jun 27, 2024 · 5 min readGuide to Essential Git CommandsGit is a free and open source distributed version control system. Git’s purpose is to keep track of projects and files as they change over time with changes happening from different users. List of some important git commands git init - Initialize a...00
GPGenish Prakashingenishprakash.hashnode.dev·Jun 26, 2024 · 8 min readA Guide to Essential CLI CommandsThe Command Line Interface (CLI) is a tool for interacting with your operating system.This is a guide to some of the most commonly used CLI commands. Navigating File System pwd - Print the working directory Usage: $ pwd home/user ls - List all ...00