My Blogs

  1. Event Bubbling and Capturing

    Let's capture and burst out some bubbles!! Event Bubbling and Capturing are the two interesting concepts of JavaScript, let's start with an example.

    Read more...
  2. Debounce in JavaScript

    What is Debounce? Debounce is used for optimizing the performance of the web app, limiting the rate of execution of a particular function.

    Read more...
  3. How CSS works behind the Scenes.

    CSS - Cascading Style Sheets While HTML is used to structure a web page, CSS is used for the styling it the layout, colors etc

    Read more...
  4. Polyfill and Transpiler

    What are Polyfills and Transpilers, to understand this let's see why were they introduced and what problem do they solve.

    Read more...
  5. How JavaScript Works

    JavaScript is the most popular programming language and most of the time it's a lot confusing, Hence understanding the fundamentals is very useful and learning about how the language works.

    Read more...
  6. Why was GOOGLE Down?

    Google was down for about 45 min on Monday 14 Dec 2020. The problem was not with Gmail or YouTube or any other service of google, It was because of..

    Read more...