Max Blowers
Stack & Setup

Things I use.

Hardware, software, and services that are part of my daily workflow. Opinionated where I have opinions.

Daily Carry.

MacBook Pro 13" (M2) Primary work machine.

The battery life alone makes this worth it. I stopped thinking about plugging in.

iPhone 16 Pro Max Daily driver.
AirPods Pro (2nd gen) For focus and calls.

Transparency mode is awesome!

LTT Commuter Backpack ↗ Keeps my stuff together.

My favorite backpack of all time.

Homelab.

Proxmox VE ↗ Bare-metal hypervisor running at a remote location.

Hosts everything: LXCs for services, VMs for heavier workloads. The web UI is good enough that I rarely SSH into the host directly.

OPNsense ↗ Router and firewall.

More capable than any consumer router and I actually understand what it's doing.

Tailscale ↗ Zero-config mesh VPN stitching my homelab and cloud together.

I use this every single day. Subnet routing means my whole homelab is reachable without exposing anything to the internet.

Uptime Kuma ↗ Self-hosted uptime monitoring.

Simple, fast, and good looking. Does exactly what I need.

Dev Stack.

WebStorm ↗ Primary editor.
TypeScript My default for anything JavaScript.

The overhead is worth it every time. I don't miss debugging type errors at runtime.

Astro ↗ Static site framework.

Content-heavy sites that need to be fast. The islands architecture is elegant.

SvelteKit ↗ Full-stack web framework.

Svelte 5 runes make state management feel obvious in a way React never did.

Directus ↗ Headless CMS and backend.

Self-hostable, has a real REST and GraphQL API, and the data studio is something non-technical people can actually use.

Drizzle ORM ↗ TypeScript ORM for PostgreSQL.

Thin enough that I still understand what SQL is being generated, but ergonomic enough that I'm not writing raw queries.

Cloud & Services.

DigitalOcean ↗ Cloud hosting for production workloads.

Simple pricing, good networking, and droplets are fast to spin up. I don't need AWS.

Cloudflare ↗ DNS, CDN, and Zero Trust tunnels.

Free tier is absurdly generous. Zero Trust tunnels are how I expose homelab services without opening ports.

Doppler ↗ Secrets management.

Syncs secrets into Docker containers and CI without me ever putting a .env file on a server.

Resend ↗ Transactional email.

React Email templates + Resend is a good combo. The deliverability is solid.

GitHub ↗ Version control and CI.

Terminal & Editor.

JetBrains Mono ↗ Monospace font for code and terminal.

Ligatures off. Clean and readable at small sizes.

Docker ↗ Containers for everything that needs to be reproducible.

Docker Compose is how I deploy. Simple enough to reason about without a full orchestration layer.

Last updated May 2026.