Use .NET developer certificate with Vite
Today I was working on a side project (ASP.NET + React with Vite) and I wanted to run the frontend over HTTPS. After a quick search I found the handy plugin vite-plugin-basic-ssl, which made it trivial to enable HTTPS. But I still had a problem: either trust the self-signed cert that plugin generates or provide a certificate my machine already trusts.
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.