Articles by Tag #npm

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

5 Underrated NPM Packages You’re Not Using (But Should Be)

The world of NPM is vast. With over 2 million packages available, it’s easy to gravitate towards the...

Learn More 85 10Dec 10 '24

10 NPM Packages for Productivity

Productivity is always key, we all know but as developers with tight deadlines and packed schedules,...

Learn More 85 21Oct 8 '24

Cleaning & speeding up the JS ecosystem - Journey so far

For some time now, I have been hard at work at increasing performance across the ecosystem. Usually...

Learn More 58 5Sep 3 '24

npm is SLOW! This is better 🍞

Let's face it: we've all waited way too long for npm install to finish. Whether you're racing against...

Learn More 54 18Nov 24 '24

npm vs npx: Choosing the Right Tool for the Job

npm vs npx: Choosing the Right Tool for the Job. In Node.js development, two essential...

Learn More 43 3Nov 23 '24

5 Awesome Shadcn Extensions That Will Enhance Your Project 🔥🎨

1. Shadcn Form 🧰 Create forms with Shadcn, react-hook-form and zod within...

Learn More 37 4Dec 1 '24

Resolving npm Execution Policy Error in PowerShell: A Step-by-Step Guide for Developers

When running npm commands in PowerShell, developers might encounter an error message similar to the...

Learn More 34 9Jan 23

How to Create Your First NPM Package (and Why You Should)

Hey, this side, Dhruv. Ever Thought About Publishing Your Own NPM Package? If you are reading this,...

Learn More 27 7Jun 20

I made my own npm library!

My Journey Creating the best-bible npm Library Hey everyone! I’m BestCodes, and I want to...

Learn More 26 0Jul 24 '24

Understanding ^ and ~ in package.json Dependencies

If you've worked with Node.js and package.json, you’ve probably noticed that some dependencies have...

Learn More 26 2Feb 17

Building a React Text Comparison Tool - From POC to NPM Package

Hey everyone! 👋 Chhakuli here. Today, I want to walk you through an exciting task I received at work:...

Learn More 22 7Oct 11 '24

Build with any npm package with this AI assist 🦾

As Javascript developers, we use npm all the time. But diving into a new npm package can be a time...

Learn More 19 3Aug 16 '24

5 Underrated NPM Packages You’re Not Using (But Should Be)

The world of NPM is massive. Over 2 million packages, and yet, most developers end up using the same...

Learn More 18 3Mar 4

npm Peer Dependencies for the Professional Developer

In this article, I clarify what npm Peer Dependencies are and especially when you should use them....

Learn More 18 1Oct 14 '24

How to setup Shopify Vite with Tailwind CSS.

Follow these steps to set up Shopify with Vite and Tailwind CSS for a modern development workflow. ...

Learn More 17 3Aug 31 '24

Slide into Style: 10 Must-Have React Sidebar NPM Packages

Sidebars are essential for enhancing navigation and user experience in web applications. In React,...

Learn More 17 0Oct 22 '24

Execution Policy Error in npm

Have you ever encountered an error when trying to run the npm install command, also known as npm i,...

Learn More 16 2Jun 10

Publishing a Private Package on GitHub Packages

Recently at work, I encountered the need to publish a package privately. After evaluating some...

Learn More 16 8Sep 12 '24

Erro de política de execução npm

Você já se deparou com algum erro ao tentar rodar o comando npm install, também conhecido como npm i,...

Learn More 16 2Jun 10

Como publicar um package npm de forma privada utilizando Github Packages

Recentemente, no meu trabalho, me deparei com a seguinte necessidade: publicar um pacote de maneira...

Learn More 15 1Sep 12 '24

NPM Warn Deprecated – What It Means and How to Handle It

If you’ve used Node.js with NPM, you’ve probably seen this kind of message in your terminal: npm...

Learn More 15 5May 28

Using LRU Cache in Node.js and TypeScript

When building a web application, we often need to perform certain actions that are expensive. Either...

Learn More 15 2Jan 14

Meet Hippoo: The Lightning-Fast CLI Tool Every Dev Needs to Check NPM Package Sizes

Introducing Hippoo — a blazing-fast CLI tool that helps you analyze and compare npm package...

Learn More 14 1May 14

Exploring `react-mui-sidebar`: A Comprehensive Guide for Developers

In the ever-evolving landscape of web development, creating intuitive and user-friendly interfaces is...

Learn More 14 0Aug 15 '24

A Phish on a Fork, no Chips

So you were told that this is the safest way to install a package from github with npm: "test262":...

Learn More 14 1Jan 29

🔒 Essential Node.js Security Best Practices

Securing your Node.js applications is crucial to protecting your data and ensuring the integrity of...

Learn More 14 1Jul 17 '24

North Korean State Actors Exploit Open Source Supply Chain via Malicious npm Package

Author: @poppysec The original post can be found here On 22nd July, the Trusty threat detection...

Learn More 13 0Jul 24 '24

Split your translations in `next-intl` in a nice way!

TL;DR You can install next-intl-split instead of reading this article, it is a tiny package that can...

Learn More 13 0Aug 26 '24

🛠️ Introducing Faviconify: Dynamic Favicon Generator for React Apps

Are you tired of the same old static favicons? Do you want to add a personal touch to your web...

Learn More 13 0Aug 29 '24

NPM Package & CDN for Pagination in Javascript / Nodejs

Hello, I am someone who dislikes repetitive tasks, so to streamline the process of implementing...

Learn More 12 3Sep 8 '24