Blog
I write occasionally about Swift, iOS, and practical engineering decisions.
2 articles
How I decide what to build (and what to kill) My practical framework for choosing side projects, validating them quickly, and shutting down ideas before they eat months of work. Read article Simplified imports with @_exported attribute Swift has lesser-known features that can simplify large codebases. One example is @_exported for re-exporting module imports. Read article