Posts
All the articles I've posted.
-
DRY Where It Matters Most - Build Your Login, Auth, and Security Layers Once
Every project that re-implements login, session handling, or access control re-introduces the same vulnerabilities. Security is the one place where you must not repeat yourself. Here is how to build hardened, reusable auth components once - and reuse them everywhere.
-
Solve Daily Problems and See Direct Results - Why Small Beats Grand
Grand plans rarely ship. Small, concrete problems solved today give you faster wins, direct feedback, and tighter iterations - and they quietly protect you from building the 64% of features nobody ever uses. Here is the case for working small, for developers and the managers who lead them.
-
The Learning Curve With AI Coding - Faster, Steeper, and Finally Hands-On
Learning a new tech domain used to mean starting at zero with books and tutorials. With AI as your tutor, you build real things from day one, get feedback instantly, and set your own pace. Here is why the AI learning curve is steeper - and how to climb it without fooling yourself.
-
Coding Was Never the Job - Why Big-Picture Developers Will Outlast AI
The divide between developers who only write code and those who see the whole system existed long before AI. AI just made it impossible to hide. Here is why big-picture developers were always the strong ones - and how to become one before the tide finishes going out.
-
CSS Cascade Layers Are a Team Contract - Ending the Specificity Wars for Good
Cascade layers finally make CSS architecture explicit - but only if your whole team treats the layer order as a contract, enforced in review and CI. Here is how to define it, review against it, and migrate legacy styles without a rewrite.