RARuben Alvaradoinralvaracode.hashnode.dev·May 29 · 2 min readInstall PM2On 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 fea00
RARuben Alvaradoinralvaracode.hashnode.dev·May 16 · 1 min readInstall Fast Node Manager (fnm)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 w00
RARuben Alvaradoinralvaracode.hashnode.dev·May 14 · 1 min readSave Your Neck, Save Your Code: Enable On‑Screen Caps LockFor 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, h00
RARuben Alvaradoinralvaracode.hashnode.dev·May 12 · 2 min readPush to gitlab without entering passTo 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.00
RARuben Alvaradoinralvaracode.hashnode.dev·May 12 · 3 min readFlexible Git Workflow - We Actually UseIn 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 b00