My Homelab Setup

I recently rebuilt my homelab around a small Intel NUC running Proxmox. Here’s what’s running inside. ...

June 11, 2025 · 1 min · 63 words · Me

React Server Components

I migrated a side project from Next.js Pages Router to the App Router. The biggest change was understanding where and how Server Components fit in. ...

June 10, 2025 · 1 min · 77 words · Me

Docker Tips for Small Teams

After using Docker in production for a few years, here are a few patterns that keep our builds fast and deployments predictable. ...

June 9, 2025 · 1 min · 90 words · Me

Python Type Hints

I used to think Python type hints were just noise. After refactoring a large script with mypy, I changed my mind. ...

June 8, 2025 · 1 min · 86 words · Me

Neovim as My Daily Driver

After a decade in VS Code, I spent two weeks learning Neovim. It stuck. ...

June 7, 2025 · 1 min · 89 words · Me