Next CodeBreak - Let's AI!

Hey folks! One of the things I promised to do better with the Code Break show was scheduling.

From: Raymond Camden

BoxLang Query Of Query Improvements and Additions

A few days ago, I blogged about how the new Query of Query support in BoxLang has greatly exceeded the performance of Adobe and Lucee's QoQ.

From: Coders Revolution

BoxLang Query Of Query Improvements and Additions

A few days ago, I blogged about how the new Query of Query support in BoxLang has greatly exceeded the performance of Adobe and Lucee's QoQ.

From: Coders Revolution

Simple Blog Example in Flask

As part of my efforts to improve my Python knowledge, I've been looking at the Flask framework for a way to build Python-backed web apps.

From: Raymond Camden

Links For You (1/11/25)

Welcome to the first Links For You of 2025.

From: Raymond Camden

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

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

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

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

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

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

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

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

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

Building a Bluesky AI Sentiment Analysis Dashboard

As the "Great Social Network Wars" carry on (my term, not anyone else), I'm finding myself more and more enjoying Bluesky.

From: Raymond Camden

How do you reset a spy with Jasmine?

{ spyOn(app, 'method2'); }) it('should test that method1 calls method2', () => { app.

From: Jeffry Houser's Blog

How do you reset a spy with Jasmine?

{ spyOn(app, 'method2'); }) it('should test that method1 calls method2', () => { app.

From: Jeffry Houser's Blog

How do you reset a spy with Jasmine?

{ spyOn(app, 'method2'); }) it('should test that method1 calls method2', () => { app.

From: Jeffry Houser's Blog

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