collection
books, videos, tools and people worth your time.
tools
- terraform
every piece of infrastructure i own is reproducible with one apply. worth the learning curve.
- cloudflare workers + d1 + r2
what i reach for when i want a product live without an aws bill attached to it.
- convex
backend for screenfine. reactive queries meant i deleted most of my state syncing code.
- astro
mypage.cc runs on it. ships almost no javascript unless you ask for it.
- expo
react native without the three days of native build setup. native swift modules still drop in underneath.
- starship + zoxide + fzf
my terminal is where i actually live. these three are why i do not think about it anymore.
- ripgrep and fd
grep and find, except fast enough that you search instead of guessing.