As an iPhone or iPad user, getting an error message such as ‘unable to verify app or untrusted enterprise developer’ might not sound new to you. These are system errors signifying a revoked application. Now, what if this was an … Read More
Yearly Archives: 2021

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