Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

A step by step guide to AI maturity in IT operations

Artificial Intelligence (AI) has lots to offer to IT operations. AI capabilities vary from detecting anomalies to suppressing alert noise to predicting future incidents to even planning for growth and change. However, enterprises struggle in making the best use of AI. In this blog we present our views on how to go about systematic adoption of AI to accelerate and optimize AIOps.

Visual Studio App Center Retirement: Why Sentry is Your Next Step

We knew Visual Studio App Center was retiring, but with an official retirement date of March 31, 2025 and today being *checks calendar* 2025 already, it’s time we choose from our App Center alternatives and start migrating over to other tools. Here’s a quick guide with links to other resources that will make the migration a little less painful.

Simplifying Java One Liners (Lambda Expressions) Debugging with Lightrun

In Java programming, lambda expressions or Java one-liners have become widely adopted practices for writing concise and expressive code. These compact, anonymous functions introduce functional programming concepts to Java, streamlining operations on collections, simplifying data manipulation, and enhancing code readability. Introduced in Java 8, lambda expressions are designed to represent blocks of executable code.

The Ultimate Guide to the Best SFTP Servers in 2025

Secure File Transfer Protocol (SFTP), also known as SSH File Transfer Protocol, is a robust, encrypted method for transferring files across networks, designed as a more secure alternative to traditional File Transfer Protocol (FTP). Essential for industries handling sensitive data—like finance and healthcare—SFTP protects against unauthorized access and enables efficient file management, making it a critical tool for remote access and data protection.

Magecart Attack: 'Temporarily Out Of Orbit'

In December 2024, it was reported that the European Space Agency’s (ESA) official online store suffered a Magecart attack aimed at compromising customers’ payment information. The breach involved the injection of malicious JavaScript code into the store’s checkout process, leading to the display of a counterfeit Stripe payment page designed to harvest sensitive data. Image Source: ESA Website.

Managing Large Values in Redis Without Consuming Excessive Memory

Redis is a high performance in-memory data store that excels in speed and simplicity. However, when dealing with large values especially in scenarios where memory is limited it is important to implement strategies to effectively manage memory usage while maintaining performance. This blog explores practical methods to handle large values in Redis without exhausting your memory resources.