From prompt to Excel custom function in 30 seconds

xllify is a platform I’ve released for creating custom Excel functions by describing what you need or pasting some existing formulas or VBA. The resulting functions get packaged into a ready-to-deploy Office Add-in for all versions of Excel, as well as an optional-extra native XLL build for Windows. Right now you can write your prompt for your functions in a browser or Excel add-in to iterate, debug and even manually code....

February 17, 2026 · Alex Reid

Driving an OLED display with a Raspberry Pi and AWS IoT

This project started when my son asked me for a replica train departures board for Christmas. I thought this was a great idea and this looks to be a really neat implementation, but I wanted us to have a go at building one ourselves. I promised that if we failed miserably I’d buy him one! After getting some off-the-shelf code up and running, I wanted to rethink the software. The resulting code is available on GitHub....

December 19, 2019 · Alex Reid