Posts RSS feed
2025
-
CORS requests failed in a .NET app due to incorrect UseCors() middleware order. Here's how the request pipeline works and how to fix it.
-
Debugging an Angular HttpInterceptor that returns status: 0 on failure. A look at XHR, CORS errors, and why the request never reaches the backend.
-
Quickly generate GitHub or GitLab commit and compare links from the terminal using a script.
-
After switching my blog from .me to .dev, everything broke due to HTTPS enforcement. Here's what caused it and how I fixed it with GitHub Pages.
-
Learn how to securely manage API tokens in your shell using pass, replacing hardcoded .zshenv values with encrypted lookups.