Let's say, we have a DOM element by the name of element and we want to add event listeners to it. How...
As per MDN, The repeat() method constructs and returns a new string which contains the specified...
As per MDN, The Node.contains() method returns a Boolean value indicating whether a node is a...
This article is the first one in the Random DS/Algo series. The purpose of this series is to just act...
Today we will implement a Paginator class which will have the following API :- //...
Star Rating/Review UI is a common sighting across different sites on the Internet. Today, we will...
Important - If planning to read this article, do it completely as there are some corrections...
Infinite scrolling ui is implemented in many web apps today. So in an attempt to explore the same, I...
TIL that Javascript engines optimize out unused variables available in outer lexical environment if t...
My goto programming language solving an algorithmic problem has always been C++. But few days ago I...
This video is for all the web devs/enthusiasts who might be interested in knowing how basic keybo...
What I built A web app where a user can scroll through some of my favorite anime scenes of...
Quick recap - App is deployed on Netlify but the assets required are on DigitalOcean Spaces which hel...
Quick recap - App works in localhost, App deployed to Netlify but now App needs to be deployed on the...
So continuing from my previous post, the app was ready enough to test on the Internet and I hooked th...
It all started when I saw the DigitalOcean App Platform Hackathon Banner pop up when I open DEV Commu...
Let's say we have an object by the variable name of obj and ToPrimitive abstract method has been call...
So recently I created a custom hook called useAnimationState to return me either of the two states -...
My requirement was very specific so I am going to talk in terms of mm/dd/yyyy, hh:mm:ss input field f...
Slow recompile time after upgrading to create-react-app 4.0 ? Well there will be a fix for it availa...
My Hacktoberfest experience (Powered by gifs) Well, this was my first Hacktoberfest contes...