In HTML, every anchor link acts as a bookmark on the page. Besides acting as a link to another page,...
Introduction We recently faced a weird bug at my previous company: our app's copy button...
Can you make a one-liner change to the below to ~100x its performance? const ans = hugeArray ...
Understanding CVE-2025-29927 - The Next.js Vulnerability ...
I love working with Next.js and have used it in projects since version 10 came out. The release of...
CSS anchor positioning came out some time ago. If you, like me, do not like writing CSS, this new API...
Can you find the difference between the two code snippets below: function handleClick1() { ...
The file tsconfig.json indicates that the project is using typescript. It specifies the different...
While working on a TypeScript project, it is a common ask to restrict a type of variable to the value...
While working on a typescript project, it is recommended to enable noUncheckedIndexedAccess for safer...
If you are a developer who has worked with JavaScript in recent years, I am sure you are well aware...
Array.prototype.flat() is a common polyfill interview question for junior JavaScript Engineers. It...
Introduction React-Redux, although a little heavy, is still a wonderful library to work...
The basics Some time ago, React came out with Suspense and has changed the way data...
I recently saw a question in StackOverflow which had the below code snippet: export default...
Some time ago, I put a comment during a code review which led to a bug in our React Native App. I...
Background Recently I saw a question on Stackoverflow where the poster was looking to run...
Allowing a user to upload stuff is cool. One customer-facing app I worked on, allowed users to upload...
Next.js 12.3 is out with a new set of improvements. A feature that will definitely save me a lot of...
Saw this question in an interview some time ago: Create a method curry that when passed in a...
Polyfill questions are common in Javascript interviews. Some of the most common...
Some time ago, I created my portfolio website using React + Next.js. I also added a dark mode toggle...