Some of my blogs

Hoisting and Temporal Dead Zone in Javascript

June, 2022 #hoisting #Webdev #Beginner #javascript

Before getting into the details of hoisting and temporal dead zone, Let's see a code snippet to see the pitfalls of hoisting. So that we can handle it in a better way. In the below code snippet we trying to clear the cart when the noOfProducts is emp...

Read more

Client-side Web Storage APIs

May, 2022 #storage #Webdev #Beginner #javascript

As a developer, we all know that making a request from the server for every data will take time, and also it will be costly. To overcome this web browsers provide an API to store the user-specific data in the browser. Let's see about the client side ...

Read more

How to make a button accessible?

August, 2021 #Accessibility #Web_Accessibility #Beginner

How to make a Button accessible? I have chosen first to cover making button accessible because as the button is the main call to action for a website and we use more no of buttons in the web...

Read more

What, Why Accessibility?

August, 2021 #Accessibility #Web_Accessibility #Beginner

Accessibility is making a website accessible for all the person which includes people with disabilities. Disability is of 3 types permanent, temporary and situational.

Read more