Posts RSS feed
2025
-
A gotcha with Fastify's reply.raw and missing CORS headers when implementing SSE.
-
A quick dive into a networking issue involving VPN, DNS resolution, and Cloudflare, and how a simple DNS configuration change fixed it.
-
A subtle bug in React JSX caused by using a TypeScript enum with 0 as a value and, how a simple check for `undefined` can save your UI.
-
Automate day-and-night theme switching across dotfiles using stow and envsubst. Covers alternative tools like yadm and chezmoi.
-
Enable automatic theme switching in VS Code based on your system theme. Quick guide on setting your preferred dark and light themes.