Skip to main content

Posts

2026

Two AI Prompts That Fixed My Git History

·1682 words·8 mins
Commit messages usually become write-only noise exactly when you need them most. Here are two small AI prompt files I use to turn diffs into useful commits, and useful commits into better PR descriptions.

Pragmatic Layered Architecture: Beyond Clean Architecture Dogma

·3396 words·16 mins
Most backend architectures optimize for theoretical purity while ignoring real constraints. Learn how pragmatic layered architecture delivers 90% of Clean Architecture’s benefits with 10% of the ceremony—principles that work across any language or framework.