Operations | Monitoring | ITSM | DevOps | Cloud

How To Move Business Premises: A Step By Step Guide

Moving office premises is a daunting task. You need to consider the logistics of transferring all your items, updating your contact details, and dealing with the practicalities of relocating staff. But planning and executing an efficient move can be made simpler. Whether you're moving from a small space or a large corporate office, this guide will show you how to make sure that everything runs smoothly so that the disruption for your business is minimized. From choosing a new location to packing up efficiently - read on for our step-by-step guide to ensure a successful change of address.

Digital Transformation Is Changing the Mortgage Industry - Here's How

The mortgage industry, a traditionally paper-intensive sector, is undergoing a profound transformation driven by digital technologies. Digital transformation reshapes how mortgages are originated, processed, and serviced, streamlines operations, enhances customer experiences, and introduces innovative solutions. This article will explore the fundamental ways digital transformation revolutionizes the mortgage industry and the implications for industry stakeholders and consumers.

Modernizing ITSM with ITIL 4: Intelligent automation

Generative AI has the world thinking about automation now more than ever before. The Information Technology Infrastructure Library (ITIL) has prioritized it from the start. ITIL has advocated for automation as a transformative tool for organizations to deliver business value, accelerate change, and reinvent service configuration management. By handling mundane tasks, automation can empower people to do more innovative and effective work.

How SpyCloud Architected Its Cribl Stream Deployment

In this livestream, I talked to Ryan Saunders – Manager of Security Operations at SpyCloud, about how he used the Cribl Reference Architecture to build a scalable deployment. He explained how this approach enabled SpyCloud to grow alongside its evolving needs without requiring significant rework. The reference architecture also facilitated a repeatable data-onboarding process, reducing administrative time and allowing the team to focus on critical security and data analysis tasks.

What is the Role of AIOps in Modern Network Management?

In IT, the introduction of Artificial Intelligence for IT Operations (AIOps) has been nothing short of revolutionary. As networks become increasingly complex and data-driven, traditional network management methods are proving inadequate. AIOps has emerged as a critical tool in the arsenal of network managers, offering innovative solutions to manage and optimize networks in real-time.

Scaling Engineering Teams

The software engineering world has become a place where compute, storage, and availability have become the cornerstones of scale. As an industry and as individuals, we should stop to take a closer look at scaling the most important of all resources… our people. In this post I’ve modeled a team with 6 engineers, 2 Sr, 3 Mid, and 1 Jr. This team is getting 450 “units” of work done ( where a unit is just some measure of throughput ) per interval (2 months).

Should data teams consider incident management tools to respond to pipeline issues?

Data teams are adopting more processes and tools that align with software engineering, and from talks at the dbt Coalesce conference in 2023, there’s clearly a big push towards adopting software engineering practices at enterprise scale companies. At the moment, there are a lot of tools in the data space for identifying errors in data pipelines, but no tools for responding to these errors, such as coordinating fixes. This is exactly where an incident management platform makes sense to implement.

Validate JSON files against schema in Azure DevOps build

JSON files have become part of our daily lives. We use JSON files for all sorts of tasks like settings, defining database schemas, and much more. The other day I found out that invalid JSON files had been pushed to one of our repositories. So, I decided to include JSON file validation as part of our build on Azure DevOps. In this post, I'll share the solution. I'm sure you can think of a scenario where invalid JSON files either do not parse as valid syntax or don't conform to the intended format.