#programming-blogs
Read more stories on Hashnode
Articles with this tag
In today’s fast-paced world, software engineers are in high demand. However, not all software engineers are created equal. Highly effective software...
React has become one of the most popular front-end development tools in recent years, and for good reason. Its flexibility, performance, and community...
Process expensive and UI-blocking tasks in a separate thread using useWorker. · As we all know, Javascript is a single-threaded language. So, if we do...
Steps to build Twitter followers counter using Next.js, NextAuth, SWR, Tailwind CSS with Dark Mode Support. · To learn new things, just reading the docs...
Redux is a state manager for JavaScript Applications. Mostly used with React. Most of the large-scale react apps include redux for managing the global...