Category Selected:

tutorials

Blog

Ortus Content Digest for week of May 20th

Gavin Pickin |  May 20, 2022

We were busy this week, we released a lot of content for you... on the podcast, cfcasts, youtube, and our blog as well as a couple of special podcast appearances for Brad Wood and Luis Majano on the Wicked Good Development Podcast while they were at DevNexus. Here's the summary in bite size pieces.

Read More

Ortus Content Digest for week of May 13th

Gavin Pickin |  May 13, 2022

We were busy this week, we released a lot of content for you... on the podcast, cfcasts, youtube, and our blog. Here's the summary in bite size pieces

Read More

Why is Code Reuse Important?

Gavin Pickin |  May 02, 2022

I know we all reuse code and some types of reuse are better than the others (I'm looking at you COPY AND PASTE / man in the mirror), but copy-paste is only a symptom of a larger issue, that WET code is not as easy to maintain as DRY code.

Read More

Migrating From ColdSpring to WireBox

Luis Majano |  March 24, 2022

ColdSpring was the first dependency injection framework for ColdFusion in the good 'ol days. It was inspired by Java Spring and it rocked during its tenure. As a matter of fact, there is still quite a large number of applications leveraging it, even though the framework itself is completey legacy, unsupported and might not even work on some versions of Adobe 2018+ as well. If you are in this technical debt boat and want a quick win and recover some ground in the technical debt war, then this tutorial is for you.

Read More

How to override a single server rule in CommandBox's new Server Profiles

Brad Wood |  December 08, 2020

CommandBox 5.2.0 added a new feature called Server Profiles which allow you to dial in a bevy of development or production lockdown rules in a single setting.  Each profile can be tweaked with individual settings to customize them.

Read More

Using CFConfig to apply Government STIGs to ColdFusion servers

Brad Wood |  January 27, 2020

I wanted to highlight a recent project I help a client out with, where we used CFConfig to help automate the process of applying government STIGs to ColdFusion servers.  A STIG, or Security Technical Implementation Guide, is meant to standardize the process of setting up and auditing secure servers.  If you manage servers in a government or corporate setting, you may be familiar with this.  If not, you should still be automating your locks downs anyway, so keep reading.  

Read More

Screencast - Using the FusionReactor Profiler to find slow code

Brad Wood |  December 05, 2019

In this tutorial, Brad Wood shows how to use FusionReactor features such as the request Profiler to identify several bottlenecks of slow code in a ColdFusion app.

Read More

CommandBox Web Server Lockdown Example

Brad Wood |  October 07, 2019

More and more people are using CommandBox or our Ortus Docker containers (powered by CommandBox) for production deployments.  Commandbox uses JBoss Undertow which is very lightweight and fast, and capable of service traffic just as fast as IIS or Apache.  A lot of people ask me about running CommandBox in production and I always say it's find so long as you follow the same basic lockdown procedures you'd take on any web server.  If you have IIS or Apache sitting in front of CommandBox, most of this configuration can happen there, but for people who want drop-dead simply prod servers, here's some quick tips on locking down your CommandBox server.

Read More

CommandBox Screencast - Service Manager Module

Brad Wood |  September 04, 2019

In this screencast we see a demo of the new CommandBox Service Manager module running on Windows and Ubuntu Linux.

Read More

TestBox Screencast - Code Coverage

Brad Wood |  June 24, 2019

In this video, we show how to get started measuring the code coverage of your test suite with TestBox 3.0 and FusionReactor.

Read More