Posts
All the articles I've posted.
-
Five Gotchas That Make a Power Apps Code App Actually Run
Code Apps feel like plain React until five undocumented runtime quirks turn a working local build into a blank screen in the host.
-
Graph's Convert-to-PDF Doesn't Return a PDF
Microsoft Graph's convert-to-PDF returns a 302, not a PDF — and if your HttpClient follows redirects, it leaks your bearer token.
-
A Time Clock That Catches Labor Issues Before Payroll
Anyone can build a clock-in button. The real engineering is watching active shifts as they run, so a missed break is a flag today, not a payroll surprise in two weeks.
-
Sharing a Database Is Sharing an Attack Surface
A product I built shared one Postgres database with a third-party AI service — and inherited every table that service forgot to lock.