AYAnnam Yasaswiinmycli.hashnode.dev·May 23, 2024 · 6 min readAsynchronous JavascriptJS Code Execution Javascript is a synchronous and single-threaded language. When js engine reads the script then it creates an environment where all the code executes called Execution context. Two types of execution context: Global execution context...00
AYAnnam Yasaswiingitdomain.hashnode.dev·May 1, 2024 · 2 min readGit CommandsWhat is Git ? It is open source version control system used to handle very small to very large projects efficiently.Git is used to track the changes in source code,enabling multiple workers to work together on non linear development. 1.Init It is use...00
AYAnnam Yasaswiinmycli.hashnode.dev·Apr 30, 2024 · 3 min readCommand Line InterfaceWhat is CLI? CLI means command line interface.It is a text based interface where we can input commands that is translated where the kernel can read and process the information we given. CLI Commands 1.pwd To know the present working directory i.e in ...00