Operations | Monitoring | ITSM | DevOps | Cloud

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

9 Best Container Monitoring Tools You Should Know in 2025

In a world where containers power everything from startup MVPs to enterprise applications, keeping tabs on your containerized environment isn't just good practice—it's survival. Container environments are notoriously dynamic and ephemeral, creating unique monitoring challenges that traditional tools simply can't handle. We've sorted through the noise to bring you the nine tools that deliver.

Drinking Our Own Champagne: How CloudZero Saved $470,000 With More Performant Infrastructure

At CloudZero, we drink deeply of our own champagne. We consider ourselves customer zero, and use our product to its maximum potential, to reduce wasteful spending and improve our unit economics. We even use our software to drive meaningful board discussions (with help from a slide template you can download here).

Migrating and Optimizing Data Pipelines from Snowflake to Azure Databricks

This episode features a discussion between Lex and Henry Clavo, focusing on data migration and automation processes, particularly involving Snowflake and Azure Databricks. Henry shares his background in data analytics and consulting, detailing his experience with large-scale data migrations and the challenges faced in the industry. Timestamps.

Don't Let Agentic AI Become the Next Windows Paperclip

Microsoft’s recent trials of Co-Pilot Vision are paving the way for Agentic AI, a proactive and context-aware assistant that can enhance productivity by intelligently responding to user needs. By having visibility into what you’re working on, such AI can anticipate tasks, offer relevant suggestions, and reduce the friction of daily workflows. However, history has shown us that AI assistance, if not executed correctly, can become more of a nuisance than an asset.

Benchmarking Kotlin Coroutines performance with CircleCI

A benchmark can be interpreted as a standard of comparison used to assess something. In everyday life, for example, when we want to buy a new cellphone and want to know which one is faster, we can see the speed test (benchmark) by measuring how fast the cellphone opens applications or runs games. From there, we can compare which cellphone is better based on the numbers produced.

Ensuring your AI systems can scale to meet demand

The amount of traffic handled by AI systems can’t be overstated. Over half of all organizations in India, the UAE, Singapore, and China use AI, and traffic from generative AI sources jumped by 1,200% since July 2024. While demand for AI-powered workloads is steadily increasing overall, traffic to individual AI providers is much more unpredictable. User demand spikes and wanes unexpectedly, but like any service, users expect you to always be available and responsive.

SQL Aggregate Functions: Syntax, Use Cases, And Examples

Without SQL aggregate functions, databases would be nothing more than glorified spreadsheets. These functions—SUM(), COUNT(), AVG(), MIN(), and MAX() —do the heavy lifting in analytics. They process massive datasets, transforming scattered records into clear, usable insights that drive decision-making. But while aggregation simplifies data, it can also slow things down.