-
AI-Written SEO Metadata in CFML on Lucee
I came across a neat little open-source component from codemonkeystudios: give it a page’s title and content, and it uses AI to write you an SEO meta title and description. Clean, practical, the kind of thing every CMS could use. It’s built on ColdFusion 2025’s native AI, the new ChatModel()...
-
AI Image Generation from CFML in One Function Call
I wanted to generate images from CFML. Not call out to some heavyweight Python service, not stand up a GPU — just write a prompt in Lucee and get a picture back. So I built a small library that wraps Cloudflare’s Workers AI image models, and the whole thing comes...
-
We Cut Our Lambda Bill by 33% Switching to Rust — And AI Wrote the Code
We ran 50,000 event registration records through identical Lambda functions — one in Python, one in Rust — processing CSV and JSON files from S3 into DynamoDB. Rust completed the work in 12-15 seconds. Python took 20-21 seconds. Same memory (1024MB), same architecture (ARM64/Graviton), same data, same DynamoDB tables. That’s...
-
The right way to setup Python on Macos
I use Python more and more regularly and each time I set up a new machine I go through the same steps, I forget a step and am left scratching my head, this time I decided to document them. Problem Statement: I want to use multiple versions of Python locally...
-
A pathway to success: breaking into a developer career
I’m contacted almost daily by current students or those recently finished studying as well as those considering a career change into IT, specifically into development-based roles. I remember what it was like at university, thinking and chatting with mates about what our job would look like. I was fortunate enough...