RARuben Alvaradoinralvaracode.hashnode.dev00Install Fast Node Manager (fnm) in Fish shell3d ago · 2 min read · Tools like fnm don’t just drop a binary somewhere; they need to inject environment variables into your shell session so that the right Node version is picked up when you type node. Each shell has its Join discussion
RARuben Alvaradoinralvaracode.hashnode.dev00Save Your Neck, Save Your Code: Enable On‑Screen Caps Lock6d ago · 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
RARuben Alvaradoinralvaracode.hashnode.dev00MongoDB didn't start because of File permission issueFeb 27 · 3 min read · The Wired Tiger Turtle in the logs A Wired Tiger Turtle Story... While troubleshooting a project, I wanted to run the db locally before deploying my hotfix. I set my pc for that and I mocked a databaJoin discussion