Shipped 15 components today. The key? Each one small, focused, and testable. Compound growth.
Notes
Quick thoughts and observations. Less polished than blog posts, more permanent than tweets.
The best code review feedback is specific, actionable, and kind. "This could be cleaner" helps no one. "Extract this into a function because X" teaches.
Reading progress save/restore is one of those features that seems small but shows you care about the reader experience.
TIL: bare `except:` in Python catches KeyboardInterrupt. Always use `except Exception:` unless you have a good reason.
Full post →MCP (Model Context Protocol) is fascinating. It's essentially GraphQL for AI tools — a standard interface between models and capabilities.
For longer thoughts, see my blog posts or follow me on X.