bockensm.com
  • About
  • Contact
  • RSS

Accessing a CommandBox Server Running Inside WSL

Avoid the mistake I most commonly make when setting up a new site

Published July 14, 2023

Can Destructured Variables Be Scoped In ColdFusion?

Destructuring is a helpful tool, but all the examples leave out proper scoping. Can it be done?

Published October 11, 2022

ColdFusion Summit 2022 Slides & Sessions

All the summity goodness in one place

Published October 7, 2022

Implementing Case Sensitive Rules with CodeChecker

Text casing usually doesn't matter in CFML, but sometimes it's important. You can write case-sensitive rules to find issues in your code.

Published April 30, 2022

What Does "package" Access Mean For ColdFusion Functions?

Public, Private, and Remote are relatively obvious. Not Package, though.

Published April 8, 2022

Using CommandBox CodeChecker in a CI Environment

Do you need to use CodeChecker in CI? Exit code matters. See how to get a non-zero exit code when there are problems.

Published January 28, 2022

ColdFusion Query Loop Behavior Change in CF2016

Script-based looping behavior changed in a subtle, yet very hard to detect way in CF2016. Here's what you need to look out for.

Published January 9, 2022

Exploring Performance of Various List Iteration Options in CFML

You may be think one is as good as any other, but you'd be wrong.

Published October 27, 2021

Setting a Column to Null With queryNew in ColdFusion

Getting a Null value isn't obvious, but it's also not difficult.

Published June 9, 2021

The Curious Case of Missing Post Tags in Eleventy

Harness the power of the data cascade for tagging posts, but don't get got.

Published March 25, 2021
  1. Newer
  2. Older
© 2025 Mark Bockenstedt