Skip to content

Latest commit

 

History

History
307 lines (229 loc) · 27.7 KB

File metadata and controls

307 lines (229 loc) · 27.7 KB

drawing

Let's learn about Npm via these 75 free blog posts. They are ordered by HackerNoon reader engagement data. Visit the /Learn or LearnRepo.com to find the most read blog posts about any technology.

npm (Node Package Manager) is a package manager for the JavaScript runtime environment Node.js. It matters as the world's largest software registry, facilitating dependency management and package sharing for JavaScript developers, accelerating development workflows.

PNPM is a drop-in replacement for npm and is much faster and more efficient than its predecessor. It is highly disk efficient and solves inherent issues in npm.

Learning how to implement them for your own projects will save you a ton of time!

Setting up a Node.js package registry is often the first step towards scaling code-sharing and making life a little bit easier for your team.

Learn the best way to install Node and keep it up to date.

This is a step-by-step approach to publishing a react component as a package to the npm registry

If you have some troubles with transactions in Nest.js - this article will help you.

Have your Node.js CLI tool up and running, accessible from everywhere in less than 15 minutes.

Hola people!!! 🥑

In this article, I will show how we can easily create our first private npm package.

Opinion piece: What we can learn about documentation and logging

In this article, I will tell you how to install Node Version Manager (NVM) on your computer step by step in a more optimal way.

Enhance your web app's performance with Cloudinary in Next.js! Optimize media delivery and improve user experience. Learn how in our step-by-step guide.

source, https://www.npmjs.com/browse/depended. The ordering, descriptors, and publisher accreditation are coursey of npmjs.com.

In this project, we will be using React.js, Ruby on Rails, React-Quill, and Cloudinary to build a forum whose content is manageable by the site's users.

We are going to compare Yarn vs. NPM similarities and differences.

"The Only API" is an open-source SDK that allows developers to query for anything they need in any data format. It has limitless capabilities. Try it now!

This article shows how to set up the Cognito UserPools JWT authentication flow and how it will integrate with an Angular Web Application.

NPM automation tokens allow us to publish 2FA-protected packages from automation workflows.

After you've set up Node.js on your machine, the first thing you'll probably want to do is create a new project and start coding. And to get more efficient at the job, there are two important things that you'll need to be fluent with:

I’ve seen that myself and worked with all of the above, but I always had a question in my mind - what drives people/teams to use yarn or pnpm instead of npm?

Instead of using shell scripting languages, software developers looking to build their own CLI tools can use the oclif framework to build with Node.js.

Static websites are a brilliant way to create performant sites. My website is built using Gatsby and hosted on Amazon S3. I have created a simple script to help you quickly upload your site to S3 by running one simple command in your project terminal.

CLIs built in Node.js are highly portable, meaning they are easy to install on a different OS. We’ll be building a simple CLI to translate between languages.

Learn how to create dynamic stock charts in React.js using Yahoo Finance API and react-chartjs-2. Perfect for stock screeners and stock price prediction tools.

Embedding and playing YouTube videos in your React Native app is seamless and a more affordable way of displaying videos in your app

Learn how to set up a CI/CD pipeline with GitHub Actions to automatically test, version, and publish your npm package. Streamline your workflow, ensure quality,

Learn how to easily setup a tsconfig file to build for nodejs.

In this tutorial, you will learn about the basics of NPM for beginners, with everything you need to know about package.json, npm ci & audit.

Worried that dinosaur or sock shaped "deno" is going to kill our favorite Node? Let me help you to get out of this dilemma.

A Comprehensive Guide To Creating and Publishing Your First NPM Package

With React/Next.js, the fundamental problem you’re solving is that of turning some notion of ‘state’ into DOM, with a focus on composability

It's no secret that MariaDB has become a popular database solution for developers over the past decade. Why? Well, one could argue that it's largely because it's open source and relational. So, for developers, that basically means it's free, and we get the gist of it. But that really only begins to scratch the surface.

In this article , I’ll take you through all the steps involved in deploying a your React app on firebase.

Detailed instructions on publishing a non-scoped public package using semantic release leveraging the power of GitHub Actions

Do you leave your keys inside your car in a big parking lot? If not, then why do you expose your API_KEYs in your Github projects?

Arthur Tkachenko describes this process of open-sourcing a npm package for working with regular expressions: https://github.com/atherdon/markdown-to-email

Introduction to Node.JS

Deep dive on how we got our MongoDB load at a steady sub 50% CPU load by using an SQS layer between our Node application and the database to save costs.

Here are the best tools for web developers. Here is a list of tools that you can use to build your website, and all of them are useful. Read this article to get

npm's October 2025 security overhaul introduces 90-day token limits and kills classic tokens. But the biggest supply chain attacks—from XZ Utils to the...

n8n is a powerful, extendable workflow automation tool that allows you to connect different applications and services.

This week in JavaScript, Node.js embraces native TypeScript, Shadcn/ui steals the spotlight in JavaScript Rising Stars, and we've got new Import Attributes.

The story of how we developed Shopify modules to connect in stores on Shopify, a portal for brands, an extension for Google Chrome, mobile app + server with DB

The founding team at HarperDB built the first and only database written in Node.js. Here's the story of this (what some called crazy) endeavor.

It's no secret that MariaDB has become a popular database solution for developers over the past decade. Why? Well, one could argue that it's largely because it's open source and relational. So, for developers, that basically means it's free, and we get the gist of it. But that really only begins to scratch the surface.

Dependencies are exactly what it sounds like - things that you depend on. But take that undeniable statement into your software project and you soon find out that it’s not just you who depends on them. It’s entire teams, processes, projects, infrastructure, and, most important of all, your clients.

Libraries and packages help to abstract reusable code and improve efficiency during development. Learn how to create libraries for the Angular ecosystem.

What does Factorio and CI/CD pipelines have in common?

The GlassWorm attack hides malware in invisible Unicode characters. As a solo dev with a production app, I had to rethink my npm trust model.

From novice developers to experienced ones, most are involved in sending emails programmatically. Read on to know the need for a default email template package.

There are many types of spam in the NPM registry, including fake, malicious, and low-quality packages.

Axios was compromised on npm with a malicious Trojan. Learn why AI agents like Claude and ChatGPT might have accidentally installed it on your machine today.

A simple guide for updating for npm packages.

There's a lot of confusion around the terms Angular, NPM, and NodeJs. What are they? And how do they interact with each other?

Imagine that you don't need any compiler or bundler to prepare your NPM package written in ES2020 standard. Yes, you can.

Learn how to use pnpm on Heroku, explore its storage and speed benefits, and see why it’s an ideal choice for Node.js developers. Get started with this guide.

In this post, we will walk you through how to use Lerna to manage, and publish, multiple packages under the same monorepo

Monorepos lets you manage multiple repositories into one single repository but managing and publishing them can be very tedious as the repositories grow.

Dive into the world of Semantic Versioning (SemVer) and learn how it can make your software development process more efficient.

I was rebuilding a part of our markdown-to-email repository. I was not happy with how we handle templates in our generator.

How to continue to use Open Source developments in 30 years - a brief instruction for use.

7/24/2024: Top 5 stories on the HackerNoon homepage!

Hello! I've created a simple JavaScript module for food measurements.

Why do we talk about project quality and technical debt so much? Because this directly or indirectly affects the speed of development, the complexity of support, the time to implement new functionality, and the possibility of extending the current one.

Compare NPM and Bun, two popular package managers for JavaScript. Learn about their features, performance, and differences to decide which one is best.

This week, we’re unpacking Safari 26 Beta’s game-changing WebKit updates, pnpm 10.12’s performance leaps, and Oxlint 1.0’s blazing-fast linting.

Code dependencies are like Lego's. We're able to pull in other people's code; combining and stacking different packages together to fulfill our goals.

The Lodash open-source library has some useful methods that can help developers write code faster and streamline their processes to improve their work.

Sometimes I write blog posts to remind myself what I’ve learned and sometimes I write them because someone else shares something and I want to remember that better. This post is one of the latter.

I have published a dummy package to the npm registry called cli-pbar, let me explain why I did this and what happens next.

Today, we’ve got some HUGE new updates for the JavaScript language from TC39, Deno 2’s Official Release, TypeScript 5.7 Beta and a lot more.

With Node.js, building CLI utilities and development tools have gotten so much easier.

How to publish a private, reusable JavaScript/TypeScript package to GitHub Packages for internal use, with a secure, manual CI workflow and scoped access contro

A tiny, zero-dependency React hook to detect clicks outside any element. Fully typed, SSR-safe, and works with Next.js. Under 400 bytes gzipped.

Are you too lazy to click on search results to see the actual Stack Overflow answer, npm install instructions or the GitHub repo's README.md file?