FusionReactor Observability & APM

Installation

Configure

Troubleshoot

Blog / Info

Customers

About Us

Technical Blogs

Node.JS-Title-Image

When and Why To Use Node.js For Backend Development

Set up on Chrome’s JavaScript V8 engine, Node.js is an open-source JavaScript runtime environment. It works from the back-end across various platforms to carry out code (in JavaScript) independent of a web browser. Using Node.js, software developers can now use … Read More

Why-Learn-GoLang-Title-Image

Why Should You Learn GoLang?

In the last few years, web development has seen the noteworthy rise of a new programming language called Go (or GoLang). However, given the existence, and sufficiency of other programming languages such as Java and Python, you might find yourself … Read More

Why-Should-You-Develop-With-Python-Title-Image

Why Should You Develop With Python?

Python has increased in popularity during the past few years. It has even surpassed Java. This programming language grew in demand due to the rise in machine learning. A lot of developers use python for data analysis and web application … Read More

OpenTelemetry Title Image

What Is OpenTelemetry and Why Should You Care?

OpenTelemetry is an impartial and standard way to gather the required data for applications, along with their supporting infrastructures and services. The most advanced data available now are spans and traces, while automated instrumentation, metrics, and additional languages are still … Read More

Changing FusionReactor's "Slow Request Threshold", Why and How

Changing FusionReactor’s “Slow Request Threshold”, Why and How

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

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

Debug-Production-Title-Image

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

Subscription Services in Gaming Title Image

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

Top Smartphone Maker 2021 Title Phone Image

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 Title Image

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