Operations | Monitoring | ITSM | DevOps | Cloud

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

Redgate Flyway Enterprise's code analysis: Enforce compliance, reduce risk, deploy with confidence

With increasing security threats and stringent compliance requirements, database code quality isn’t just a best practice; it’s a business imperative. Yet many organizations struggle to enforce their database development standards consistently across teams, leading to security vulnerabilities, potential data loss, and lengthy review cycles that slow down software delivery.

SLA, SLO, and SLI: Understanding the Foundations of Service Reliability

Last week, I ordered a pizza on a food delivery app. And they promised the delivery in 30 minutes. Similarly, all digital services: Apps, websites, cloud platforms, etc, make promises about speed, uptime, and reliability. The difference is how they track and measure those promises. That’s where SLA, SLO, and SLI come in. These three metrics define what “reliable” actually means. They turn a vague claim like “99.9% uptime” into something you can measure, track, and act on.

Settle Your QA Debt Before the Bugs Start Breaking Kneecaps

In Part One, we discussed how QA debt builds silently over time — causing slower releases, late-night firefights, and unpredictable test cycles. The next step is understanding how much debt you have and where it hides. This post goes deeper into measuring QA debt — what to track, how to collect data, and how to use those insights to create a sustainable plan for improvement.
Sponsored Post

Avantra + Ansible: Better Together for Enterprise SAP Automation

Enterprises trust Ansible for fast, reliable infrastructure automation, including terraform for automated cloud provisioning. Many organizations using Ansible leverage Ansible SAP playbooks for SAP infrastructure automation. Avantra extends the scope of SAP operations using Ansible, adding observability, ITSM and ALM solution integration, and orchestration across the SAP estate. Avantra and Ansible together provide a closed-loop solution where monitoring, automation and proof of outcome live in one place across on-premise, hyperscaler and private cloud ERP implementations.

Automate CockroachDB Schema Changes with Harness Database DevOps

Harness Database DevOps now supports CockroachDB, bringing CI/CD automation to distributed SQL databases. Teams can manage schema changes through Git-driven workflows for consistency, traceability, and rollback safety. This integration simplifies multi-environment deployments, reduces human error, and accelerates database delivery.

BygoneSSL and the certificate that wouldn't die

Turns out the scariest thing about SSL certificates isn’t when they expire. It’s when they don’t. I wrote about the CA/Browser fight that led to the 47-day certificate mandate. CAs crying about lost revenue, browsers flexing their root program authority, enterprises stuck in the middle. But nobody talks about the security research that started it all: BygoneSSL at DEFCON 2018. Two researchers mining Certificate Transparency logs found something surprising.

Data Sovereignty + AI: How Civo's New Cloud Gives You Full Control

We spot the tipping point: AI is reshaping every industry and data has become the new oil. From law firms to pharma labs, SaaS stacks to even a secret chicken recipe, today’s most valuable info is trapped in a handful of hyperscalers with almost no governance. Our UK‑based survey of 1,000 IT leaders shows the pressure is real. Most are ready to abandon big‑tech for true control and sovereignty. Civo’s answer is a new kind of cloud: built from the ground up, 100 % data‑sovereignty, and designed for more value, simplicity, and flexibility.

Validate CDC data in your CI/CD pipeline using CircleCI

Change Data Capture (CDC) is a technique used to identify and capture changes, such as inserts, updates, and deletes, in a source database so they can be replicated to another system in real-time. This approach is crucial in modern data pipelines, especially for powering data lakes, analytics platforms, and event-driven applications that depend on up-to-date information. Setting up a CDC pipeline is only the first step.

How Git Worktrees Fix Context Switching in Your Workflow

Git worktrees let developers work on multiple branches simultaneously without stashing or losing context. Learn how to use Git worktrees to handle parallel development, urgent hotfixes, and code reviews without the single-threaded pain of constant branch switching. In this tutorial, GitKraken Senior Product Director Justin Roberts shows you how to set up Git worktrees using both the command line and GitKraken Desktop. You'll see real-world examples including handling critical bugs, reviewing pull requests without disrupting your current work, and managing multiple feature branches at once.