
Organizing Development Drives with Windows Drive Letters
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.

Use multiple git configuration
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.