You don't need to make everything an object

Creating objects in ColdFusion has a performance impact that you need to consider when working with large datasets

From: Steve Neiland: Blog of a Web Developer

GitKraken hook fails with error NPX does not exist in path

Using a node version manager can cause gitkraken pre-commit hooks to fail with an error that npx or npm does not exist in the path.

From: Steve Neiland: Blog of a Web Developer

Testing SQL with transactions

Have you ever accidentally deleted the entire contents of a table and had to go spend an afternoon restoring everything from backups? Transactions are here to help you test your sql without all that pain.

From: Steve Neiland: Blog of a Web Developer

AWS Console Change Password Screen Should Display Policy

This error when trying to change your AWS console password, 'Either user is not authorized to perform iam:ChangePassword or entered password does not comply with account password policy set by administrator' is a result of poor UX design.

From: Steve Neiland: Blog of a Web Developer

How to configure your default cfengine on commandbox

Thanks to Brad Wood for refreshing my brain about how to configure the default cfengine on commandbox.

From: Steve Neiland: Blog of a Web Developer

Add comma's to number in javascript

This is a utility function I've had around for formatting numbers into comma separated strings

From: Steve Neiland: Blog of a Web Developer

Job Posting: Looking for CF Administration and server specialist

Hey folks, we continue to grow and expand here at CFWT.

From: ColdFusion Muse

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

Looking for a ColdFusion plus ReactJS Unicorn - Horn Optional

We provide W2 employment with benefits for remote workers (i.

From: ColdFusion Muse

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

Adobe Coldfusion Vulnerability - CVE-2019-7838, CVE-2019-7839, CVE-2019-7840/ APSB19-27

DataBank has issued a Security Bulletin to all of their ColdFusion clients about the recent Adobe ColdFusion Vulnerability.

From: ColdFusion Muse

CF Webtools Springapalooza Job Openings

I know I know - it's only been a week since we picked up our 7th new 2019 team member, but we are at it again.

From: ColdFusion Muse

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