Open in app

Sign In

Write

Sign In

Puneet Ahuja
Puneet Ahuja

38 Followers

Home

About

Jul 19, 2021

Reduce an Excessive DOM size by using react-window.

Reduce an Excessive DOM size by using react-window. Problem Statement At OLX Group in the filters page for the Cars category, we have filters for Brand and Models. The list of filters was so huge that it increased the DOM size to around 6,000 DOM elements and increased page load time from…

React

2 min read

Reduce an Excessive DOM size by using react-window.
Reduce an Excessive DOM size by using react-window.
React

2 min read


Jul 10, 2020

Script Tag — Defer and Async

In this blog, we will brush up the basics of Attributes in the script tag and know about the scenarios in which these attributes are used. <script> As soon as the script tag appears in HTML without any attribute. 1. HTML parsing is paused. 2. The script is fetched from the server. 3. The…

Script

2 min read

Script Tag — Defer and Async
Script Tag — Defer and Async
Script

2 min read


Jun 26, 2020

Cookies Vs LocalStorage Vs SessionStorage

One of the popular questions in web development interview is the difference between different types of storage. So I thought to write about it in simple words and in one place. Cookies A cookie is the special type of storage on a web browser which helps to maintain the state of…

Java Script

3 min read

Cookies Vs LocalStorage Vs SessionStorage
Cookies Vs LocalStorage Vs SessionStorage
Java Script

3 min read


May 16, 2020

JS Object: Freeze and Seal

In this blog, we will discuss Object.freeze() and Object.seal(), what is the difference between them, and where to use these built-in functions. As we know that examples explain better than writing so I have added code snippets to demonstrate wherever possible. Index Overview of Object.freeze() Overview of Object.seal() Comparison between Object.freeze()…

Java Script

3 min read

JS Object: Freeze and Seal
JS Object: Freeze and Seal
Java Script

3 min read


Jan 20, 2019

Javascript Interview : Objective Type Questions

Q1. Which of the following statement(s) will give output true? var a = [1, 2, 3]; var b = [1 ,2 ,3]; var c = "1, 2, 3"; Statement 1 : a == c Statement 2 : b == c Statement 3 : a == b OPTIONS Option a. Statement…

Java Script

2 min read

Java Script

2 min read


Jun 26, 2018

Linked List

A linked list is a dynamic and linear data structure where each element is a separate object. Each element of linked list i.e. Node consist of two parts — 1. Data 2. Reference to next node. Last node of the list has reference to null. The entry point into the…

Data Structures

7 min read

Linked List
Linked List
Data Structures

7 min read


May 22, 2018

Difference between Stored Procedures and Functions in SQL

A stored procedure is a set of Structured Query Language (SQL) statements with an assigned name, which are stored in a relational database management system as a group, so it can be reused and shared by multiple programs whereas functions are routines that accept parameters, perform an action, such as…

Sql

1 min read

Sql

1 min read

Puneet Ahuja

Puneet Ahuja

38 Followers

Front End Developer

Following
  • vikas kumar

    vikas kumar

  • Fernando Doglio

    Fernando Doglio

  • Vikram Gupta

    Vikram Gupta

  • Trevor-Indrek Lasn

    Trevor-Indrek Lasn

  • Pankaj Tanwar

    Pankaj Tanwar

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech