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.

Horizontal and Vertical Scaling difference In System Design

Horizontal and Vertical Scaling Difference In System Design

Scaling is very crucial for any engineering team as it involves the ability to handle growth efficiently. It refers to the process of increasing the capacity...

.
6/29/2024
.
1 min read

Understanding System design concepts by running a Pizza Shop

In this digital age where businesses are moving online, it’s crucial to discover cost-effective ways to grow your business and boost revenue. Understan...

.
5/11/2024
.
1 min read
Understanding System designs concepts by running a Pizza Shop

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
checkbox inside a select option using JavaScript

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