You may have noticed in the FusionReactor UI that requests which are “slow” have their duration show up in red in the FusionReactor UI. The default is 8 seconds, but what if you would prefer to lower that duration to … Read More
Blog Posts

What are the 5 things you should ALWAYS check before you release your application?
What are the 5 things you should ALWAYS check before your app’s next release? Releasing a new app or website can be stressful. Whilst most dev teams have a QA process, the team often needs to go a little deeper … Read More

Multithreading and Multiprocessing
Multithreading and Multiprocessing: Selecting the right approach for your development Why are multithreading and multiprocessing used? Simultaneously executing programming tasks before now had always been daunting. But today, many programming languages support Multithreading and Multiprocessing, which aids concurrent execution of … Read More

How to debug in production
How to debug in production Debugging in production has always been something that we try our best to avoid, with multiple QA phases, staging environments, and automation to stop production bugs. Despite this, occasionally a bug will find its way … Read More

Are Subscription Services Really The Future Of Gaming Industries?
Over the years, the gaming industry has gradually transitioned from a linear model of selling products to gamers, to a dynamic subscription model. Subscription services seem to be the face of the new era of games. Thanks to gaming subscription … Read More

Samsung vs Huawei vs Apple Battle for Top Smartphone Maker in 2021
The year 2020 wasn’t a propitious year for many of us. Especially for the top smartphone makers ̶ Samsung, Huawei, and of course, US tech giant— Apple, who were looking to increase their market share value. The race to the … Read More

Watermarking PDFs In Lucee 5.3.7 Without Using CFPDF
Watermarking PDFs In Lucee 5.3.7 Without using CFPDF Recently, I’ve needed to add a watermark to PDFs but struggled with Lucee’s current implementation in 5.3.x.. Watermarking PDFs In Lucee 5.3.7 without using CFPDF is usually pretty straightforward, via <code> <cfpdf action=”addwatermark” … Read More

Why Load Test ColdFusion Apps (4 Reasons)
By Michaela Light, CEO of TeraTech Let’s make sure that your new ColdFusion app doesn’t crash immediately after launch – by effective load testing. In this article, we will look at 4 reasons why load test ColdFusion Apps. You will … Read More

The Difference Between Spring Framework vs. Spring Boot
What is the difference between Spring Framework vs. Spring Boot? When it comes to building Java-based applications, the Spring Framework and Spring Boot are two popular options. Both frameworks are developed and maintained by the Spring community and provide a … Read More

Why Do I Need an Application Performance Monitor (APM) Tool?
Why Do I Need an Application Performance Monitor (APM) Tool? Application Performance Monitoring (APM) is a technique that is a must-have for every serious-minded DevOps team. When it comes to employing the best practices for present-day software development, application Performance … Read More