Pre and post increment / decrement operators

The difference between the pre and post increment and decrement operators

ArrayFilter callback accepts 3 parameters

ArrayFilter callback accepts 3 parameters

Regular expressions – practical examples to get you started

Regular expressions – practical examples to get you started

Breaking up character sequences using a regular expression

Breaking up character sequences using a regular expression

The replace function now accepts a callback

The replace function accepts a callback

arrayReduce – intialvalue vs default argument value

Why you should pass in the initial value with arrayreduce even through it’s optional

Why you should limit password length

Allowing long passwords is good but could also be used as an attack vector

StructCount vs StructIsEmpty

StructCount vs StructIsEmpty performance

A look at unsynchronised arrays in CFML

A look at unsynchronised arrays added in ColdFusion 2016

Sorting Text containing characters with diacritical marks

A look at sorting text containing characters with diacritical marks

Convert a string To Title Case

Convert a string To Title Case using Regular Expressions

runAsync, futures and callbacks in ColdFusion

A look at runAsync, futures and callbacks in ColdFusion 2018 Update 2.