A practical pattern for making AI coding more reliable: define the spec, context, tools, guardrails, and review loop before the agent starts writing code.
AI / Software Engineering / Agents
A practical UIKit note on sizing a UITableView tableFooterView with Auto Layout by recalculating the footer height after layout.
iOS Development / UIKit / Auto Layout / Swift
How to use Homebrew Bundle and a Brewfile to prepare and restore a fresh macOS development setup.
macOS / Homebrew / Developer Tools
A guide to configuring Raspberry Pi Zero and Raspberry Pi 4 networking over USB for use from an iPad Pro, with an Ansible playbook option.
Raspberry Pi / iPad / Ansible / Hardware
A UIKit deep dive into nested self-sizing UICollectionView cells inside self-sizing UITableView cells and the layout timing traps behind clipped content.
iOS Development / UIKit / Auto Layout / Swift