19 followers
Web Developer focussed on building interesting stuff. My tech stack includes React.js, Next.js, Typescript, GraphQL, and Postgres.
Subscribe to my newsletter and never miss my upcoming articles
What is Enumerable in Javascript?
If you have used hooks before in React, then you must have done local state management using useState(). While it works completely fine for basic state manipulation, it does get tricky after multiple states are involved. Here's a Problem For instanc...
What is a polyfill? Polyfill is a piece of code, that developer expects from a browser to provide natively. If it's not available in the browser, you being a developer, use your logics and implement the solution. I'll be using Logic's albums as examp...
"When dealing with JavaScript, things can get really confusing specially when you have to deal with Object-Oriented JavaScript (OOP based). Although, in Object-Oriented JavaScript, everything is in a form of functions and objects which is much less c...