Write the decision, not the meeting
tipIf a remote discussion needs a call, start with a short written proposal: context, options, recommendation. Meetings go faster when the thinking is already visible.
Off the clock
Films, books, tools I actually reach for, small snippets, channels and blogs I follow — plus the devices I use (affiliate links where noted). Dummy seeds included; I'll swap in the real picks over time.
Watchlist
5 films · links open on Letterboxd
Reading list
5 books · external links
Daily drivers
Not everything I've touched — the tools I prefer when I get to choose.
Default for production backends that need to stay boring and reliable.
Fast path from idea to shipped UI without fighting the type system.
When I want small services, clear concurrency, and a single binary.
Source of truth + speed. Still the combo I reach for first.
Agentic work without observability is just vibes. Traces keep me honest.
I sketch systems before I code them — shared pictures beat long threads.
Pocket notes
Short tips and tiny code bits. Seeded with placeholders — more coming.
If a remote discussion needs a call, start with a short written proposal: context, options, recommendation. Meetings go faster when the thinking is already visible.
Before opening a PR for a cross-service change, I draw the request path on a whiteboard (or Excalidraw). Half the bugs die in that sketch.
fun process(order: Order?): Result {
if (order == null) return Result.Invalid("missing order")
if (!order.isPaid) return Result.Invalid("unpaid")
return Result.Ok(fulfill(order))
}-- Before shipping a hot path query:
EXPLAIN ANALYZE
SELECT ...
WHERE ...;Watch later
Reading elsewhere
Desk & devices
Placeholder products and store links for now. Some links may be affiliate — I may earn a commission at no extra cost to you.
Laptop
Primary machine for coding, writing, and calls. Swap in the real model + links when ready.
Keyboard
Dummy gear entry — affiliate URLs are placeholders.
Display
Dummy gear entry — replace with the panel you actually use.
Audio
Dummy gear entry for focus blocks and calls.
Want the professional side?
Experience, services, and selected work live on the rest of the site.