DRY Beyond Code: Content as Data | Generated by AI

Home 2026.05

Exactly. You’ve hit on a real insight — DRY isn’t just for code. Content has duplication patterns too, and the same mindset applies:

The deeper idea: text is data. Once you see that, you stop copy-pasting and start asking “where does this live, and who references it?” — same instinct you’d have in code.

Your resume and progress post are a perfect case. The next level would be pulling the exam data into _data/ and having both pages generate their display from that single source. Want to go there?


Back Donate