RARuben Alvaradoinralvaracode.hashnode.dev00Install PM220h ago · 2 min read · On a server where you’ve already installed npm or pnpm, you can add PM2 to manage your backend application. If you’re not sure about your fnm/pnpm setup, check this tutorial. Why PM2? PM2 provides feaJoin discussion
RARuben Alvaradoinralvaracode.hashnode.dev00Install Fast Node Manager (fnm)May 16 · 1 min read · This article describes how to set node in dev-pc using fish or bash shell. 1. Download fnm In your dev pc you need to be able to change node version easily for each of your projects. you can do that wJoin discussion
RARuben Alvaradoinralvaracode.hashnode.dev00Save Your Neck, Save Your Code: Enable On‑Screen Caps LockMay 14 · 1 min read · For developers, the main benefit of touch typing is ergonomic: keeping your eyes on the screen reduces neck strain and prevents the constant micro‑movements that break concentration. On top of that, hJoin discussion
RARuben Alvaradoinralvaracode.hashnode.dev00Push to gitlab without entering passMay 12 · 2 min read · To push without entering your password manually, you need to rely on SSH keys (which you’ve already set up) or a Personal Access Token (PAT) if using HTTPS. First config your name and email in dev-pc.Join discussion
RARuben Alvaradoinralvaracode.hashnode.dev00Flexible Git Workflow - We Actually UseMay 12 · 3 min read · In this article I write about the workflow we use on daily basis. This is a way to provide the team with simple and easy to understand rules that help them stay in order to have ready to deploy code bJoin discussion