Operations | Monitoring | ITSM | DevOps | Cloud

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

IPoDWDM Router Solutions: A Modern Approach to Network Architecture

The relentless growth of data traffic, driven by cloud services, high-speed residential broadband, 5G mobility, and enterprise digitalization, places enormous pressure on network infrastructure. Service providers and large enterprises must scale capacity while simultaneously controlling costs and reducing operational complexity. In this environment, traditional network architectures are reaching their breaking point, creating an urgent need for a more efficient and integrated approach to transport.

Why features pass QA and still break in production

Database migrations are where the mock data problem shows up most clearly. A migration that adds an index to a table with 500 rows in the development database runs in milliseconds and passes every test. The same migration against a production table with 8 million rows locks the table for 90 seconds during peak traffic. Nobody saw it coming because nobody tested it against 8 million rows. This isn't an edge case.

AI writes code in seconds, but delivery still takes days

The pitch for AI coding was speed. Claude Code, Copilot, Cursor, whatever you’re running, they all generate business logic faster than you can review it. That part is real. But look at what happens after the code gets written and the numbers get ugly. CircleCI’s 2026 State of Software Delivery Report found AI drove a 59% increase in average throughput.

PostgreSQL 19 Release: New Features, Release Date, and Upgrade Notes

With PostgreSQL 19 on the horizon, query planning could get smarter thanks to new query tools and faster maintenance. The release is still a few months away, but Beta 1 already shows where PostgreSQL is headed. Released on June 4, 2026, PostgreSQL 19 Beta 1 previews most of what’s planned for the final release.

Top Security Data Pipeline Platforms in 2026: The Comprehensive Guide

The security data pipeline platform has become the most strategically important layer in the modern SOC, and in the last twelve months, the largest security vendors have paid to own it. CrowdStrike acquired Onum for $290 million, SentinelOne acquired Observo AI for $225 million, and Palo Alto Networks acquired Chronosphere for $3.35 billion. The layer that sits between your data sources and your security tools now decides what every downstream tool receives, at what cost, and in what shape.

Is SQL Server really "too legacy to love"? | The Simple Talk Podcast

In a recent article, The Register suggested that SQL Server is “too lucrative to ditch, but too legacy to love” - but is that actually true? With many years’ SQL Server, PostgreSQL and Oracle experience between them, Steve Jones, Kellyn Gorman, Grant Fritchey, and Pat Wright offer their thoughts on the article, and the current state of SQL Server as a whole - including how it fares against other databases in 2026.

How to Trace Microservices WITHOUT OpenTelemetry

Learn how to trace complex multi-hop transactions across microservices when OpenTelemetry isn't available or trace parents get lost. This quick tutorial demonstrates how to use full-text search in proxymock (a free CLI and UI tool) to isolate user journeys (like looking up a specific username) and instantly generate waterfall tracing views. Whether you are working locally or in a Kubernetes cluster, you can record API traffic, visualize multi-hop requests, and easily transition those captures into load or regression tests.