SGShivani Guptainshivani914.hashnode.dev·Jun 6, 2024 · 3 min readThe Invisible Framework: Understanding the DOMThe Document Object Model (DOM) is the data representation of the objects that comprise the structure and content of a document on the web. This guide will introduce the DOM, look at how the DOM represents an HTML document in memory and how to use AP...00
SGShivani Guptainshivani914.hashnode.dev·May 23, 2024 · 21 min readExploring the World of Asynchronous JavaScript.Execution of JavaScript Code: Parsing: The JavaScript engine parses the code, breaking it down into tokens and constructing an Abstract Syntax Tree (AST). Compilation and Execution: After parsing, the code is compiled into executable instructions, ...00
SGShivani Guptainshivani914.hashnode.dev·Apr 30, 2024 · 3 min readPush & Pull Perspectives - Git Basics.Chapter 1: What is Git? Git is a distributed version control system designed to track changes in files and coordinate work among multiple contributors. Unlike centralized systems, Git allows each user to have a complete copy of the repository, enabli...00
SGShivani Guptainshivani914.hashnode.dev·Apr 30, 2024 · 4 min readLet’s get familiar to CLI Commands.Table of Contents: CLI Basic CLI Commands. What is CLI? CLI stands for Command-Line Interface. It’s a text-based interface used to interact with a computer or software by typing commands into a terminal or command prompt. Here are some examp...00