B

Shipped WhatList — one list for movies and TV.

Track films and series side by side in dedicated sections: build your watchlist, mark what you've watched, and never lose track of what's next.

Rate it, review it, remember it. Any title gets 0.5 to 5 stars plus your own written take, so your taste is recorded in your own words instead of a forgotten mental note.

Curate lists worth sharing — ranked custom lists like "Top 10 for a road trip" or "Best of 2026", built straight from any movie or show page.

Follow the people whose taste you trust. One-way follows mean no awkward friend requests: follow anyone, see their reviews in your home feed, and get a notification when someone follows you.

And a public profile that looks like your taste — poster-forward and dark-mode at /u/yourname, with Watched, Watchlist, Reviews, and Lists tabs, backed by TMDB's full catalogue and per-user privacy on every record.

Try it below.

WhatList — track what you watch, rate it, share it

Movies and TV in one place: watchlists, 0.5–5 star reviews, ranked lists, and the people whose taste you trust.

whatlist.vercel.app · Live

96 · 14 comments · 7 reposts

A short philosophical piece I've been sitting with: 'The Art of Starting Over.'

It's close to something I keep coming back to — that being authentic matters more than achieving. Most of what we call starting over is really just permission to be honest about what we want next.

Watch below.

178 · 34 comments · 12 reposts

Built this as a satire and ended up with a real app.

A polished, gamified wellness-app experience — daily check-ins, streaks, 'progress' charts — pointed at the most chaotic possible use case. The satire is the framing; the app is genuinely functional underneath.

Walkthrough below.

89 · 17 comments · 5 reposts

A small win from my last role I keep coming back to: we took a key Primewell Marketing Portal workflow from ~15 second response times down to under 2 seconds — about a 10× improvement.

No service rewrite, no caching layer added. Just a careful pass through the SQL Server execution plans, three new indexes on the right columns, and one query rewrite to remove a hidden N+1.

Lesson I'd share: before reaching for the bigger hammer, read the plan. The bottleneck is almost never where you think it is.

142 · 23 comments · 8 reposts

Shipped my new portfolio site this weekend after putting it off for far too long.

Stack: Astro + a single content.json file. No CMS, no database, no backend. Deploys to Vercel in seconds, edits at 11pm in a text editor.

Sometimes the simplest stack really is the right one. Open to feedback — link in the first comment.

67 · 11 comments · 2 reposts

One of the most underrated things you can do as an engineer is document the systems no one else wants to touch.

During an org restructuring at BCBS I spent a few weeks reverse-engineering and writing up three enterprise portals — Member, Broker, Provider — across frontend, backend, databases, deployments, logging, and external integrations. Nobody asked. It made onboarding faster, debugging cheaper, and ownership clearer for the whole team.

Writing it up here.

Why I document systems no one asked me to

Notes from reverse-engineering three enterprise portals during an org restructuring.

onthir.com · 4 min read

234 · 41 comments · 19 reposts