Blog

How to fix Uncaught TypeError: Cannot assign to read only property ‘0’ of object occurring in JavaScript?

Hello, This type error mostly get in scenario when you try to sort the readyonly data array. For me this…

2 years ago

What to do when you don’t quickly find UTS scan code at Mumbai Railway Station you are at?

Hello, You are facing too? Not to worry. The challenge of finding UTS Mumbai Station Scan QR scan code if…

2 years ago

What to do when you get nextjs error (Module not found: Error: Can’t resolve ‘private-next-pages/’ in ‘/vercel/path0’) on vercel/nextjs deployment?

Hello, If you too facing this error : Module not found: Error: Can't resolve 'private-next-pages/' in '/vercel/path0' while deploying your…

2 years ago

ReactJS Component Skeleton for Register/Create Account

Hello, Welcome, here is how you can create a get to started ReactJS Register/Create Account component from scratch with very…

2 years ago

Show 3 cards next to each other and rest follow below similar, how should I write code in css using flex?

Hello, To display 3 cards next to each other using CSS flex, you can use the flex-wrap property with a…

2 years ago

What is Event Loop & Micro and Macro Tasks in JavaScript?

Hello, The basic concept behind the event loop working in Javascript engine! Event Loop is a mechanism in JavaScript that…

2 years ago

How to identify closed 5km range co ordinates from given co ordinates

Hello, This nice question and other below I have learned recently! Let see how its answered. To identify the closed…

2 years ago

Closures in JavaScript

A closure in JavaScript is a function that has access to variables in its outer scope, even after the outer…

2 years ago

Picture tag in HTML

The <picture> tag in HTML is a semantic element that is used to define multiple source images for a single…

2 years ago

What is the life cycle of an HTML request

Hello, Welcome The life cycle of an HTML request can be divided into following stages: Request initiation: The request is…

2 years ago