PJParikshith Jinparikshith.hashnode.dev·Apr 22, 2024 · 12 min readAsync JavascriptAsync JS How JS executes the code? Javascript is a single-threaded programming language, meaning it can execute one task at a time. This single thread of execution is managed by Javascript engine, which follows a specific execution model: Reasons wh...00
PJParikshith Jinparikshith.hashnode.dev·Apr 12, 2024 · 2 min readOSI ModelOSI Model The OSI (Open System Interconnection) model is a is a conceptual framework used to understand and standardize the functions of a telecommunications or computing system. It divides the communication process into seven distinct layers, each r...00
PJParikshith Jinparikshith.hashnode.dev·Mar 27, 2024 · 7 min readCommand Line Interface (CLI)Command Line Interface Command line interface(CLI) is a text based interface that allows users to interact with a computer program or operating system by typing commands into a terminal or console. In a CLI, users input commands as text strings, and ...00
PJParikshith Jinparikshith.hashnode.dev·Mar 27, 2024 · 5 min readGit & GitHubGit & GitHub Git Git is a distributed version control system that is commonly used for tracking changes in source code during software development. It was created by Linus Torvalds in 2005 to manage the development of the Linux Kernel. Git allows mul...00