Improving Lucee's QoQ Support Again- now 200% faster

Two years ago, I published this post detailing how I had refactored the Query of Query support in Lucee to be much better and also much faster: https://www.

From: Coders Revolution

Detect if a User is Online with RabbitMQ Web Stomp

We're using RabbitMQ and its Web Stomp plugin for websockets for several projects at work.

From: Coders Revolution

A quick comparison of using Python and CFML to write the same CLI tool

A few days ago, Joseph Lamoree posted about a cool little command line tool he wrote in Python that would scan a list of servers check check for a public facing administrator.

From: Coders Revolution

Create your own Desktop "Toaster" Popups in CommandBox Servers

Here's a quick one that I tried out for the first time today.

From: Coders Revolution

Improving Lucee's Query of Query Support

One of the really great features of CFML is the ability to run SQL against a result set in memory.

From: Coders Revolution

Who's had more vulns, take 3: Java, ColdFusion, ROR, .NET

There's a fair amount of disingenuity, or perhaps just willful ignorance to the statistics here and I talk to a lot of people who are astonished that CFML is still in use due to the alleged massive numbers of vulnerabilities.

From: Coders Revolution

A Quick Example Of Functional Programming (FP) In CFML

I wasadding a feature to CommandBox CLIthis week when I typed up some code that iterated over the keys in a struct, filtering out the ones it needed and then performed an action on the matching ones.

From: Coders Revolution

Connect To SQLite DB using CFML via CommandBox Task Runners

Here's a quick trick on working with a SQLite DB from CFML quicky and easily.

From: Coders Revolution

Using OSGI To Load A Conflicting Jar Into Lucee Server

This post falls in the category of something that took me several hours to figure out and other people are not likely to figure it out on their own and I'm likely to forget it if I don't write it down! The problem is if you have a jar file with some 3rd party library that you want to use in Lucee.

From: Coders Revolution

Using Adobe cf_scripts in CommandBox behind IIS/Boncode

This post falls in the category of something I hammered out for a client today and I thought to myself, "Wow, that's just obscure enough that no one would probably figure it out on their own.

From: Coders Revolution