my blogs

Technical Blogs

Nullish Coalescing Operator (??) in JavaScript

May, 2022

The nullish coalescing operator returns the right-hand side expression if the left-hand side expression is null or undefined. This operator is written as two question marks ??

Read more

CSS Selectors

May, 2022

We know how to write HTML, but how to set some properties to that HTML element? 🤔 To set the properties to HTML elements, we have CSS selectors!!

Read more

UseState Hook

Oct, 2022

Hooks are basically meant to maintain state in ReactJS without writing a class component. Hooks are a new addition in React 16.8.

Read more

Non-Technical Blogs

Music to my ears

August, 2021

"Kehte hai har cheej me sangeet hai, bas kehne wale nahi sunne wale ki jaroorat hai". Isn't it true? Imagine a life without music. Can you?

Read more