Juan Elosegui

Use .NET developer certificate with Vite

Published on Saturday, 30 August 2025

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.

Read more →

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 →

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 →