Operations | Monitoring | ITSM | DevOps | Cloud

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

They stopped shipping features for half a year, now they're thriving

When incidents pile up fast enough, every part of the company bleeds: support is fielding angry customers, AEs are on apology calls, and engineering is burning cycles on retrospectives instead of shipping. For Eran Kampf (VP of Engineering at Twingate, Co-founder Monday.com) where the product is the network, that was the moment he made a call most engineering leaders won't: stop all feature work for a quarter and fix reliability.

How to Set Up Claude Code with CircleCI MCP Server (Full Demo)

AI agents write code fast, but without a validation layer, fast just means faster bugs. In this video, we connect Claude Code to the CircleCI MCP server so Claude can trigger pipelines, pull build failures into context, and iterate until everything is green. No context switching. No copy-pasting logs.

Build Custom Field Templates for Application Assessments

Modernization assessments move faster when the structure is already in place. Instead of recreating custom fields, interview questions, and assessment workflows for every customer, you can use a custom field template to standardize how data is collected from the start. This guide shows you how to create a reusable Tidal Accelerator custom field template using Node.js and the Tidal API, so your assessments are easier to repeat, compare, and scale. So you’re starting a modernization practice.

Modern IT Infrastructure for Business Continuity, Security and Operational Efficiency

Modern organizations rely on IT infrastructure for almost every part of daily operations. Communication, customer service, accounting, data storage, remote work, application hosting and internal collaboration all depend on stable digital systems. When infrastructure is reliable, employees can work efficiently and customers experience fewer disruptions. When it is outdated or poorly managed, even small technical issues can quickly affect the entire business.

Managing IPv4 Address Scarcity: Strategic Allocation for Enterprise Networks

The global IPv4 address space is finite. With the Internet Assigned Numbers Authority (IANA) exhausting its available addresses in 2011 and regional registries following suit shortly after, enterprise IT teams face an unprecedented challenge: how to manage networks and scale infrastructure when new IPv4 addresses simply cannot be created.

The Server-Room Weak Spots Hackers Count on You Ignoring

When people think about cybersecurity, they usually picture sophisticated malware, phishing emails, or hackers exploiting software vulnerabilities. In reality, many successful attacks begin with something much simpler: overlooked weaknesses inside the organization's own infrastructure. Server rooms, network closets, and IT equipment often receive less attention than cloud security, yet they remain some of the most valuable targets for attackers.

How Quality Methods Drive Operational Excellence

Operations teams chase the same goal across every sector. They want fewer defects, less rework, and steadier output. The methods that deliver this rarely come from new software alone. Alt text: Technician in safety glasses assembling an electronic circuit board with a precision tool in a factory.

The API tests passed. The database didn't.

We shipped v2 of a small products API on a Thursday. Green CI. Green replay. The new search endpoint worked. I went home feeling competent. Friday morning I ran the same traffic against both builds with proxymock and compared the SQL. v2 had added 80 queries on the same HTTP script. A per-product audit COUNT was firing inside the list handler. A startup migration had run ALTER TABLE and CREATE TABLE audit_log. Total DB time was up 70 ms on a demo that should have been boring.