Operations | Monitoring | ITSM | DevOps | Cloud

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

Harvester: A Modern Infrastructure for a Modern Platform

Cloud platforms are not new — they have been around for a few years. And containers have been around even longer. Together, they have changed the way we think about software. Since the creation of these technologies, we have focused on platforms and apps. And who could blame anyone? Containers and Kubernetes let us do things that were unheard of only a few years ago.

Using context.Context to mock API clients

We've found a pattern to mock external client libraries while keeping code simple, reducing the number of injection spots and ensuring all the code down a callstack uses the same mock client. Establishing patterns like these is what makes test suites great, and improves developer productivity when writing tests. Here's how it works.

Log4j Log4Shell Vulnerability Q&A

In our recent webinar, Log4j Log4Shell Vulnerability Explained: All You Need To Know, our Senior Director Security Research expert Shachar Menashe shared information on the security issue and how to detect and remediate it. We are happy to share additional information in the following Q&A, based on the questions raised during the webinar.

PHP 8.1 lays new ground on Upsun

Every year, the PHP foundation releases a new version of PHP that includes updated features for users. These new releases offer a sweet way to kick off every holiday season for developers and application makers (like me). Just days after its official release, we made PHP 8.1 available for all projects on our Grid plans. Now, you can take advantage of the long-awaited PHP 8.1 features on Upsun.

A Look Back At Console Connect In 2021

If the events of the last two years have proved anything it is that businesses need to be prepared for the unexpected. The ability to embrace change and adapt rapidly to uncertainty has become essential for businesses. In 2021, Console Connect continued to put agility at the heart of our organisation – both in terms of our approach to technology innovation, and also in how our automated platform is helping businesses embrace digital transformation.

Use Microservices to Modernize IT Operations

Many organizations are experiencing the need to modernize their IT systems to keep pace in an increasingly digital world. Adopting DevOps helps companies implement and initialize the modernization processes. At xMatters, our path to IT modernization has included implementing DevOps, but we have done it a little differently to ensure we are using agile processes.

Empowering Data Management and DBAs Through Better Tooling | SolarWinds Roundtable

There isn’t a magical solution to the challenges that DBAs face on a daily basis. Instead, you need to become proficient in the use of a number of different tools to achieve your aims. In this roundtable, SolarWinds Head Geek Kevin Kline is joined with Megan Longoria and Jon Moore to discuss the evolution of tools for the accidental and seasoned DBA alike. The panel will discuss tools of the past, their favorite new tools, and overall, why you need database monitoring and operation tools.

Object validation and conversion with Marshmallow in Python

Marshmallow is a Python library that converts complex data types to and from Python data types. It is a powerful tool for both validating and converting data. In this tutorial, I will be using Marshmallow to validate a simple bookmarks API where users can save their favorite URLs along with a short description of each site.

Comparing Cloudflare Workers, Fastly Compute@Edge, Akamai EdgeWorkers

Building serverless applications on the “edge” is becoming a reality. The promise of fast execution and seamless deployment is near, but is it here? The goal: Use an edge platform to build a proof of concept clone of linkz.ai, a tooltip generator for external links (among other things).