Javascript Interview CheatSheetThis article includes topics that are important to crack any javascript interview. The topics that are included in this article are Scope, Single threading, Call Stack and Hoisting. So let's get started. Scope The simple definition of the scope is t...Sep 11, 2022路7 min read
Guide on CSS selectorsThis article is a proper guide on CSS selectors. If CSS is the decoration of your house, the CSS selectors are the tools used to decorate your house. What are CSS selectors? You have met selectors already. A CSS selector is the first part of a CSS Ru...Aug 11, 2022路5 min read
Git cheat sheetGit is the free and open source distributed version control system that's responsible for everything GitHub related that happens locally on your computer. This cheat sheet features the most important and commonly used Git commands for easy reference....Jul 23, 2022路4 min read
Markdown Cheat SheetMarkdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. In an application like Microsoft Word, you click buttons to format words and phrases, and the changes are visible immediately. Markdown...Jul 23, 2022路3 min read