Juan Elosegui

image

Organizing Development Drives with Windows Drive Letters

Published on Tuesday, 26 August 2025

A few years ago I got tired of typing long paths and hunting for projects across machines. I wanted muscle‑memory shortcuts I could rely on anywhere, so I mapped three predictable drive letters and never looked back. Now I can jump to any project in seconds, my scripts work the same on every box, and setting up a new machine is basically copying a single .reg file.

Read more →
image

Use multiple git configuration

Published on Monday, 13 December 2021

When working with multiple git repositories for different companies or projects, it's often necessary to use different git configurations (like email and name) for each context. This is a quick guide on how to set up multiple git configurations based on repository location.

Read more →