Posts tagged “Swift”
Articles
Model Parts
07/08/26
How to centralize indexes, foreign keys, and unique constraints in the model itself so migrations and tests speak the same language.
WWDC26 Group Labs
06/17/26
WWDC26 Group Labs are live Q&A sessions with Apple engineers. I share what I discovered and where to find my transcribed notes by topic.
WWDC26 Videos
06/11/26
WWDC26 publishes over a hundred sessions. I built my own grouping and checklist to watch them in my order and tick off blocks throughout the year.
WWDC 26
06/03/26
WWDC is not just another conference for me. It's the event of the year I enjoy more than any movie or TV show premiere, like a kid at Christmas.
Swift Pills
05/27/26
Five-minute Swift pills that teach you things you hadn't even considered. Knowledge that slips into your day without asking for a slot in the agenda.
Apple Coding Speed
05/20/26
"What Apple Coding Academy's training really builds: not just Swift code, but speed of comprehension, analysis, and development across the Apple ecosystem."
Save Tokens
05/13/26
How to cut tokens in Claude Code by moving the bash logic of your skills into reusable scripts that the AI invokes with a single line.
UUID v7
05/06/26
Swift uses UUID v4 by default, but with a small extension you can leverage all the advantages of UUID v7 without sacrificing performance.
SIGBUS
04/29/26
How Swift Testing crashes with SIGBUS when formatting errors from enums with associated values, and how I fixed it with three custom helpers.
Astro to Saga
04/15/26
Why I migrated my portfolio from Astro to Saga, a static site generator written in Swift, and how I removed Node from my stack for good.