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.

Sometimes, I write about ColdFusion.


ColdFusion AI 101 Series

AI 101 for ColdFusion Developers: Before We Write the First Line of Code

June 22, 2026

AI 101 for ColdFusion Developers: Before We Write the First Line of Code

A practical, jargon-light introduction to what LLMs are, what they are not, and how ColdFusion developers can start using AI without mistaking the robot for the application.

ColdFusion AI Hello World: Making the Robot Say Something Useful

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.

Giving Your ColdFusion AI a Memory: Sessions, Preferences, Windows, and the Joy of Not Becoming a Gossip Appliance

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.

Giving Your ColdFusion AI Tools: Letting the Robot Use Your CFCs Without Handing It a Flamethrower

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.

Adding MCP to ColdFusion AI: Giving the Robot a Passport

June 30, 2026

Adding MCP to ColdFusion AI: Giving the Robot a Passport

MCP lets your ColdFusion AI assistant connect to external tools, prompts, and resources through a standard protocol, without pretending the robot should be trusted with every system it can reach.

Adding RAG to ColdFusion AI: Giving the Robot an Open-Book Test

July 2, 2026

Adding RAG to ColdFusion AI: Giving the Robot an Open-Book Test

RAG lets your ColdFusion AI assistant answer from your own documents instead of guessing, while still respecting permissions, freshness, source quality, and the basic rule that the robot only reads what ColdFusion allows.

Adding Guardrails to ColdFusion AI: Keeping the Robot Out of Trouble

July 6, 2026

Adding Guardrails to ColdFusion AI: Keeping the Robot Out of Trouble

How to validate, block, redact, and safely fail AI inputs and outputs before your helpful assistant becomes a compliance incident with a loading spinner.

ColdFusion AI Cheat Sheet

JULY 8, 2026

ColdFusion AI Cheat Sheet

A quick reference for the core ColdFusion AI concepts, when to use them, and what to watch for.



Building a Slack-Backed Support Chat in ColdFusion

Why I Let My Users Talk to Slack Instead of Building an Admin Console

Part 1

Why I Let My Users Talk to Slack Instead of Building an Admin Console

Stop building admin consoles your support team will never use. Here’s how Slack became the UI for our ColdFusion support chat instead.

Why I Used Server-Sent Events Instead of WebSockets

PART 2

Why I Used Server-Sent Events Instead of WebSockets

Think every realtime app needs WebSockets? Mine didn’t. Here’s why Server-Sent Events were the simpler, more reliable choice for ColdFusion.

Designing the Conversation Data Model
NEW

PART 3

Designing the Conversation Data Model

A good chat starts with a great data model. Design conversations, messages, and Slack threads that won’t haunt Future You in production.

Getting Slack Ready Before You Write Any Code
COMING 15 JUL

PART 4

Getting Slack Ready Before You Write Any Code

Before writing a single line of CFML, get Slack configured the right way. Bots, permissions, threads, secrets, and the setup tutorials usually skip.

Posting ColdFusion Messages into Slack Threads
COMING 17 JUL

PART 5

Posting ColdFusion Messages into Slack Threads

Build a reusable Slack integration in ColdFusion. Post messages, create threads, store thread IDs, and lay the foundation for production-ready chat.

Receiving Slack Events and Verifying Requests
COMING 20 JUL

PART 6

Receiving Slack Events and Verifying Requests

Securely receive Slack events in ColdFusion by verifying signatures, rejecting replay attacks, handling duplicate deliveries, and queueing webhooks for reliable processing.

The Day the Internet Started Calling Us
COMING 22 JUL

PART 7

The Day the Internet Started Calling Us

Learn how to separate HTTP handling from business logic by routing verified Slack Events API callbacks into clean application services, filtering noise, and building maintainable event-driven ColdFusion integrations.

COMING 24 JUL

PART 8

Turning Slack Replies into Customer Conversations
COMING 27 JUL

PART 9

Shipping It Without Regretting It


In My Not-So-Humble Opinion

Why “Welcome to the Modern World.” Might Be the Most Unhelpful Thing You Can Say to a Developer
NEW
Why “Welcome to the Modern World.” Might Be the Most Unhelpful Thing You Can Say to a Developer

So you were just welcomed to “the modern world.” Before you smile and nod, let’s unpack why “it’s old” isn’t an engineering argument, and how to respond without flipping a desk.