Posts
All the articles I've posted.
-
The Permission Guard Pattern - Clean Frontend Access Control (That Isn't Security)
Scattered role checks turn any frontend into a mess. The permission guard pattern centralizes them into one declarative component. Here is how to build it - and the dangerous misconception you must not fall for while doing it.
-
Respect the Role - Why the Best Teams Let People Own Their Jobs
You were hired for a role. So was everyone around you. Here is why respecting other people's responsibilities - offering input but deferring on their decisions - is the quiet skill that separates teams that ship from teams that argue.
-
The Code Review Checklist Nobody Runs - Security and Accessibility, Minus the Guilt
Most code reviews obsess over style and logic and quietly skip security and accessibility. Here is a practical minimum-bar checklist for both, what you can safely automate with AI and CI, and where a human still has to look.
-
How AI Can Finally Get Developers to Document Their Work
Documentation is the chore developers skip - and it quietly costs teams a fortune. Here is how AI makes the boring 80% (README, CHANGELOG, API docs) almost free, the one thing it still cannot document, and how to avoid trading no docs for confidently wrong ones.
-
Code Review Is the New Bottleneck in the Age of Vibe Coding
AI writes code in minutes, so review has become the real bottleneck in software delivery. Here is why AI-generated code demands a fundamentally different kind of review, why the old "trust the author" model quietly broke, and how to fix your process—including using AI to review AI.