Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Colocation: just not as we know it

Whilst ‘manifest’ bagged the Word of the Year for 2024, the industry could be forgiven for holding out hope that ‘data centre’ might make it for 2025. Following Rachel Reeves’ first speech as Chancellor that held up data centre development as an example of political commitment to economic growth, there has been wave after wave of investment stories, and most-recently an analysis of the potential £44bn that the sector could yield.

A Developer's Holiday Wish List for the CTO

As the year draws to a close, it’s the perfect time to reflect on achievements and set sights on what could make the next year even better. For engineering teams, this season is an opportunity to dream of the tools, practices, and culture shifts that drive engineering excellence in the year to come. Cortex|

The Road to Autonomous Networks: Redefining Connectivity with AI and Automation

In today’s hyperconnected world, networks are the backbone of every digital operation. From powering seamless video calls to securing massive e-commerce transactions, networks are at the heart of modern business. However, managing these networks is no easy feat. Complexity has surged as organizations adopt hybrid clouds, IoT devices multiply, and data demands grow exponentially.

LLM Testing in 2025: Methods and Strategies

Large Language Models, or LLMs, have become a near-ubiquitous technology in recent years. Promising the ability to generate human-like content with simple and direct prompts, LLMs have been integrated across a diverse array of systems, purposes, and functions, including content generation, image identification and curation, and even heuristics-based performance testing for APIs and other software components.

How to Handle Null or Empty Values in SQL Server

When working with databases, we often encounter rows that lack data. This missing data may result from unknown or inapplicable values, errors during data import or input, or specific calculations involving non-existent values. In such cases, there are two ways to represent missing data: NULLs and empty (or blank) values. While these might seem identical at first glance, they are different and impact essential database operations in distinct ways.