Sometimes, I write about ColdFusion.
ColdFusion has been a huge part of my career, so I occasionally write about the parts that interest me, confuse me, annoy me, or save me from yelling into the void. These articles cover real-world development, practical implementation notes, platform features, and the occasional hard-earned lesson from building things with CFML.
Native Passkeys in Adobe ColdFusion 2025 Series
15 September 2026
Part 4: Surviving Reverse Proxies and Multiple ColdFusion Nodes
Make passkeys survive reverse proxies, multiple ColdFusion nodes, shared challenge storage, forwarded headers, and infrastructure decisions returning for revenge.
ColdFusion AI 101 Series
June 24, 2026
ColdFusion AI Hello World: Making the Robot Say Something Useful
A hands-on first step into ColdFusion AI, using ChatModel() to send a prompt, get a response, and understand where simple stateless AI calls fit before things get complicated.
June 26, 2026
Giving Your ColdFusion AI a Memory: Sessions, Preferences, Windows, and the Joy of Not Becoming a Gossip Appliance
How to move beyond stateless AI calls by giving your ColdFusion assistant short-term memory, user-specific context, and preferences without accidentally turning it into a cross-user gossip appliance.
June 28, 2026
Giving Your ColdFusion AI Tools: Letting the Robot Use Your CFCs Without Handing It a Flamethrower
Letting your AI assistant call real ColdFusion application logic through carefully constrained CFC tools, while keeping validation, authorization, and production safety exactly where they belong: in your code.