Aaquib Ahmed

Aaquib Ahmed

Hi, I'm Aaquib Ahmed, a passionate self-taught frontEnd web developer based in Bangalore, India. I tend to make use of modern web technologies to build websites that look great, feels fantastic, and functions correctly. I am especially focusing on Reactjs.

checkbox inside a select option using JavaScript

Simple tutorial to use Checkbox inside Select Option using JavaScript

In this tutorial, we will explore a simple and effective way to enhance user experience by adding a checkbox inside a select option using JavaScript. By comb...

.
4/12/2024
.
1 min read

Understanding Throttling in JavaScript

Throttling in JavaScript is a technique to control the frequency at which a function is executed. It ensures that a function is called at a specific interval...

.
4/9/2024
.
1 min read
Understanding Throttling in JavaScript

Why a HashMap is faster than Array?

In computer science, storing and retrieving objects or elements from a group of things is very important. The way you store data and how easily (or better to...

.
1/15/2024
.
1 min read
Why a HashMap is faster than an Array?

Easy Tutorial to Create a StopWatch in React

React is a popular JavaScript library for building user interfaces, and one of its many advantages is its ability to create interactive and dynamic component...

.
9/25/2023
.
1 min read
Easy Tutorial to Create a StopWatch in React