Posts
All the articles I've posted.
-
The LLM Extracts the Numbers. It Never Calculates Them.
A legal-tech tool that reads a contract and computes late-payment interest — where the AI extracts every figure and a deterministic engine, not the model, does the maths.
-
Getting Large Files into SharePoint Without Base64-ing Through the Connector
The Power Platform connector caps your file size, and base64-ing bytes through a flow inflates them a third until it falls over. Here's the SAS-and-stream pattern that moves the file out of the connector entirely.
-
Real React Apps That Run Inside Dataverse
Most people think Power Platform means canvas apps. It doesn't. Here's how a fleet of full React apps ran natively on the platform against Dataverse — and the read/write split that made it work.
-
I deleted the server that merged my PDFs
Going fully client-side removed an Azure Function and a whole class of failure. Then the Power Apps SDK quietly ate every file I tried to read back.