npm packages
Find and Remove Unused NPM Packages from Your Project
While building apps in an NPM environment it’s easy to accumulate lots of NPM packages in our app that we don’t even need, these package slows down our…
Using Lucide React Icons in Nextjs | React js
Lucide offers a sleek and versatile icon library that seamlessly integrates with your Next.js or React applications. Let’s explore how to leverage Lucide for beautiful, customizable icons: Lucide…
Best Icon libraries for React / Next js
There are 100s of icon libraries for React JS or Next JS, and choosing the right icon library for your project can make a significant impact on your…
Set-up Shadcn UI in Next JS
There are 100s of UI Libraries like Material UI, Chakra UI, Bootstrap, etc. while using these libraries we have to Install whole library and only then we can…
Delete Node Modules Like a PRO
You might have heard the joke that node_modules is the heaviest object in the universe. So node modules are good or bad, I do not know maybe it’s…
How To Install MongoDB on Windows
MongoDB is an excellent choice for a NoSQL database, with great features MongoDB also gives comfortability hosting like MongoDB atlas which is a cloud service from MongoDB company…
How To Use react-icons in React Js or Next Js app
Using Icons on a website makes it look so beautiful and easy to navigate, and if we are building one with React Js or any React-based frameworks like…