Tag

Tag: Fractional CTO

Your business logic is hiding in your database, and nobody can see it

Expert Opinion Aug 13, 2026

Your business logic is hiding in your database, and nobody can see it

A database trigger runs on the database host, in database syntax, with no application log and no stack trace. When it breaks you do not hear it from your monitoring, you hear it from a customer. I moved a live SaaS off ten of them in about four weeks, one domain at a time, with no downtime. Here is how I chose the order, and why I left ten running on purpose.

Read article
The ticket said use SVG. The real fix was one line somewhere else.

Expert Opinion Jul 21, 2026

The ticket said use SVG. The real fix was one line somewhere else.

A one-line ticket asked me to switch thumbnails from PNG to SVG for better quality. Following it would have opened a stored XSS hole to fix a problem SVG does not even cause. The real cause was resolution, and the fix was one option. Here is how I checked the guess, and why I then did not build the better architecture I had already designed.

Read article
Writing code got cheap. Verifying it did not.

Expert Opinion Jul 09, 2026

Writing code got cheap. Verifying it did not.

AI made writing code cheap this year. It did not make verifying code cheap. The bottleneck moved one step downstream, to the part nobody automated: deciding whether the code is correct, safe, and worth keeping.

Read article