Browsing Tag
npm
20 posts
Using Multiple Versions of a Package in a Single Project: Why and How
Modern software development often calls for innovative approaches to managing dependencies, especially in large-scale JavaScript projects. One such…
Package Manager Fight: npm vs pnpm vs npx vs yarn vs bun
In the ever-evolving landscape of JavaScript development, package managers are a crucial part of managing dependencies, streamlining workflows,…
How to create a global package using Node.js
Creating a global package with Node.js allows you to use your custom scripts and tools from any directory…
Back-End Testing
Content Plan 1. Introduction to Back-End Testing Briefly explain the importance of testing in software development. Highlight the…
How to update outdated npm packages
Keeping your npm packages up-to-date is crucial for maintaining the security and performance of your projects. In this…
Simplify PDF Generation in Node.js with html-to-pdf-pup
Introduction: I have created a new npm package html-to-pdf-pup, a powerful Node.js package designed to simplify the PDF…
All the metatags you might need for SEO in one React component.
Here’s a React component that puts almost all the necessary meta tags you’d need for SEO in one…
dotgenv – Revolutionize Your Node.js Secret Management
Contribute to dotgenv Join us in enhancing secret management for Node.js – your insights and contributions can make…
npm projects
To start an npm project, you can run npm init in the directory where you want to initiate…
How to set up Commitzen with Husky
Conventional commits specification contains a set of rules for creating an explicit commit history, which makes it easier…