Welcome to my blog

Here you will find my latest thoughts and articles

Tutorial346 days ago

How to install NPM using NVM

Irving Zamora

A step-by-step guide to installing Node Package Manager (NPM) using Node Version Manager (NVM). NVM is a tool that allows users to manage multiple versions of Node.js on their system, making it easy to switch between different versions of Node.js as well as NPM.

Irving ZamoraIrving Zamora
Read More
Article337 days ago

How to Structure Your Next.js Project for Productivity and Maintenance

The article explains the benefits of having a well-organized directory and provides a recommended directory structure for a Next.js project. The article discusses each directory in detail, including pages, public, components, utils, types, styles, config, pages/api, pages/_app.tsx, and tests. By following this guide, readers can organize their code to make it easier to maintain and test over time.

Irving ZamoraIrving Zamora
Read More