Code Block Test

test

This is a test post to verify code block transformation.

COLDFUSION
component {
function init() {
return this;
}
}

JAVASCRIPT
function test() {
console.log("Hello World");
}

SQL
SELECT * FROM users WHERE active = 1;

Mike Henke

Written by Mike Henke

Mike Henke (pronounced "hang-kee") is a full-stack developer with 25+ years of experience, evolving from ColdFusion to modern frontend frameworks, AI, and cloud technologies. Based in Omaha, he enjoys time with his wife and three children when not coding.