N5nikhitha 5511insupercoder5.hashnode.dev·Apr 20, 2024 · 7 min readAsynchronous JavascriptHow JS executes the code? JavaScript is a single-threaded programming language. It can perform one task at a time. It will block other tasks until the current task completes its execution Every browser has its own JavaScript Engine. Whenever the Jav...00
N5nikhitha 5511insupercoder5.hashnode.dev·Mar 27, 2024 · 2 min readA Comprehensive Guide to Git & GitHubIntroduction Git :- Git is a version control system it allows us to manage and keep track of source code history GIthub :- Github is a cloud based hosting server .It allows us to store code and manage our git respositories. 1. Git Basics :- Git allo...00
N5nikhitha 5511insupercoder5.hashnode.dev·Mar 27, 2024 · 5 min readcommand Line Interface (CLI)Introduction CLI: A command line interface is a text-based user interface where we can input commands that interact with computer's operating system and used to run programs, managing files. we will explore some CLI commands 1. Creating a directory :...00