Common Interview Algorithm Patterns. #CrackLeetCode1. The Sliding Window AlgorithmMar 16, 2024Mar 16, 2024
Rendering of the Webpage1. Fetching: The process begins when a user enters a URL or clicks on a link, sending a request to the web server. The server processes the…Jan 20, 2024Jan 20, 2024
Accessibility (a11y)Accessibility Checklist: https://webaim.org/standards/wcag/checklistJan 16, 2024Jan 16, 2024
CSS SpecificityThe specificity is calculated based on four categories, often represented in the form (a, b, c, d):Jan 13, 2024Jan 13, 2024
Data Structures and Algorithms in JavaScript: Dijkstra’s Shortest Path AlgorithmJan 2, 2024Jan 2, 2024
Data Structures and Algorithms in JavaScript: Binary Search, Merge Sort, Quick Sort1. Binary SearchDec 24, 2023Dec 24, 2023
Data Structures and Algorithms in JavaScript: Breadth First Search (BFS), Depth First Search (DFS)Both algorithms are used for Tree and Graph traversal.Dec 20, 2023Dec 20, 2023
Data Structures and Algorithms in JavaScript: Hash Table, Tree, Graph1. Hash TableDec 18, 2023Dec 18, 2023
Semantic HTML5, Semantic MarkupSemantic markup is the right way to organize content, to prepare it for humans and robots.Dec 17, 2023Dec 17, 2023
Data Structures and Algorithms in JavaScript: BigOHow to Analyze Time Complexity of Algorithms.Dec 9, 2023Dec 9, 2023
Data Structures and Algorithms in JavaScript: Stack, Queue, Linked List, Doubly Linked List1. StackDec 9, 2023Dec 9, 2023
DOM (Document Object Model) ManipulationsThe Document Object Model (DOM) is a programming interface for web documents. It represents the structure of a document as a tree-like…Nov 22, 2023Nov 22, 2023