Working Code Podcast - Episode 202: Um, Actually

Ben Nadel and the crew play a game in which each statement contains a falsehood. The challenge is to figure out which aspect is false; and how to correct it....

From: Ben Nadel

Getting Flattened Component Metadata In ColdFusion

Ben Nadel demonstrates how to traverse the metadata inheritance chain in ColdFusion; and how to flatten the metadata into a more consumable structure....

From: Ben Nadel

Announcing Java updates of Jan 21, 2025 for 8, 11, 17, 21, and 23: thoughts and resources

It's that time again: there are new JVM updates released today (Jan 21, 2025) for the current long-term support (LTS) releases of Oracle Java, 8, 11, 17, and 21, as well as the new short-term release 23.

From: Charlie Arehart - Server Troubleshooting

Last chance to save 25% off CF2023, for those on CF2018 and earlier

Here's great news for those still running CF2018 or earlier, who may have been holding off upgrading to CF2023 (because you would have to pay full price for it).

From: Charlie Arehart - Server Troubleshooting

Working Code Podcast - Episode 201: LLM's vs Stack Overflow

Ben Nadel and the crew talk Large Language Models (LLMs) and their impact on sites like Stack Overflow....

From: Ben Nadel

Beware that ColdFusion 2021 end-of-life (and end of updates) is coming Nov 2025, and your options

Are you still running ColdFusion 2021? While it's still supported/updated by Adobe, did you know that its end-of-life is coming just several months from now, Nov 10, 2025? That's the date when "core" support for that release ends--meaning no more updates from Adobe after that, not even security fixe...

From: Charlie Arehart - Server Troubleshooting

ColdFusion 2025 Prerelease: resources shared so far

If you've not yet heard, Adobe has opened the prerelease program for the next CF version, aka ColdFusion 2025--though referred to by them for now as Project CFNext.

From: Charlie Arehart - Server Troubleshooting

Collocating My .gitignore Configuration Files With The Omitted Files

Ben Nadel looks at collocating .gitignore files with the files that they control in order to make code easier to find and easier to delete....

From: Ben Nadel

Extracting InVision V6 Document Export JSON Data In ColdFusion

Ben Nadel creates a ColdFusion utility to extract JSON configuration data from an InVision V6 document export....

From: Ben Nadel

Hosting Your Exported InVision V6 Prototypes On Cloudflare Pages

Ben Nadel demonstrates how InVision V6 exported prototypes and boards can be effortlessly uploaded to Cloudflare Pages for free hosting....

From: Ben Nadel

Strange ___IMPLICITARRYSTRUCTVAR Behavior In ColdFusion

Ben Nadel demonstrate a ColdFusion bug regarding implicit struct and array notation that can create unsafe parallel code execution....

From: Ben Nadel

Free Online Version Of My Feature Flags Book

Ben Nadel publishes a free online edition of his book, Feature Flags: Transform Your Product Development Workflow....

From: Ben Nadel

My Internal InVision Feature Demo Videos

Ben Nadel shares many of the feature and experiment demo videos that he made in his time at InVision....

From: Ben Nadel

Considering The Aesthetics And Ergonomics Of Post-Back URLs In ColdFusion

Ben Nadel re-thinks the aesthetics and ergonomics of post-back URLs in ColdFusion; and changes his strategy going forward....

From: Ben Nadel

Unreasonable Hospitality By Will Guidara

Ben Nadel reviews Will Guidara's book, Unreasonable Hospitality - a truly wonderful book....

From: Ben Nadel

An Initial Analysis of Adobe ColdFusion CVE-2024-53961

A ColdFusion security patch released two days before Christmas?  I have a feeling that may have resulted in many sysadmins shouting "Fiddlesticks!" (or perhaps another f-word) earlier today.

From: Hoya Haxa - A Security Research Blog

Announcing ColdFusion updates released Dec 23 2024: p1 security update

An update for ColdFusion has been released today for both cf2023 (update 12) and cf2021 (update 18).

From: Charlie Arehart - Server Troubleshooting

Code Kata: Box Breathing Exercise With SpeechSynthesis And Alpine.js

Ben Nadel uses the SpeechSynthesis API to build a small box breathing guided meditation in Alpine.js....

From: Ben Nadel

Collocating Views And View-Specific Components In ColdFusion

Ben Nadel continues to explore the collocation of view-specific files, this time putting ColdFusion components right next to his CFML files in a ColdFusion application....

From: Ben Nadel

Using Row Constructor Comparisons In MySQL

Ben Nadel demonstrates how to use the "row constructor" syntax in MySQL for comparing multiple values simultaneously....

From: Ben Nadel

Mastering Postgres Video Course By Aaron Francis

Ben Nadel reviews the Mastering Postgres video course by Aaron Francis....

From: Ben Nadel

Adding Keyboard Shortcuts To Incident Commander Using Alpine.js

Ben Nadel looks at adding keyboard shortcuts to Incident Commander using Alpine.js....

From: Ben Nadel

What Every Engineer Should Know About Digital Accessibility By Sarah Horton And David Sloan

Ben Nadel reviews the book, What Every Engineer Should Know About Digital Accessibility by Sarah Horton and David Sloan....

From: Ben Nadel

Ask Ben: Sorting Quasi-Numeric Values Like 4K And 3M In ColdFusion

Ben Nadel demonstrates how to sort an array of mixed numeric and numeric-like text values (such as 4K and 3M) in ColdFusion....

From: Ben Nadel