Operations | Monitoring | ITSM | DevOps | Cloud

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

Ubuntu Cron Logs: A Complete Guide for Engineers

Troubleshooting failed cron jobs without proper logging can be frustrating. Ubuntu cron logs record the execution of scheduled tasks, helping you identify what's working and what isn't. This guide covers what engineers need to know about Ubuntu cron logs – from finding them to analyzing their contents and setting up effective monitoring solutions.

Angular OpenTelemetry Setup and Troubleshooting

Implementing observability in Angular applications presents unique challenges. Understanding how users experience your application and identifying performance bottlenecks requires specialized tools and approaches. This guide covers implementing OpenTelemetry in Angular applications, with practical code examples for instrumentation, data collection, and integration with observability backends.

Will AI Kill Our Talent Pipeline?

As AI adoption increases, the race to real, durable AI value intensifies. Almost every organization that can use AI is using AI — but one of the most troubling trends I’ve observed revolves around talent. Right now, most organizations use AI to increase internal efficiencies — do quick research, write quick emails, start a new project at the 50% mark rather than the 0% mark, etc. But some executives I’ve talked to are taking a more aggressive approach.

Securing the Software Supply Chain: Why It's More Important than Ever

The software supply chain has become the backbone of modern IT environments. It powers applications, underpins operational processes, and drives innovation within organizations across industries. Securing the software supply chain has moved from a peripheral concern to a central element of cybersecurity: The vast network of code, dependencies, integrations, and third-party tools that comprise the supply chain is increasingly under siege from cyber threats and at risk of exploitation.

Securing IoT Devices with Firewall Monitoring: A Comprehensive Guide

The proliferation of Internet of Things (IoT) devices has transformed various sectors, offering enhanced efficiency and connectivity. However, this expansion also introduces significant security challenges. Implementing robust firewall monitoring is essential to protect these devices and the networks they inhabit.

The Platform Engineer's Guide to Navigating Kubernetes with Confidence

Kubernetes has quickly made itself known as the de facto platform for today’s applications and the most common way to build an infrastructure platform for application developers. Kubernetes offers immense flexibility and power, but it can introduce its own unique set of operational challenges. If you find yourself spending more time chasing down cluster issues than helping your developers work hassle-free, this guide is for you.

How to Use SQL Server Filtered Indexes for Better Queries

SQL Server’s filtered index is one of the most effective features for improving query performance and reducing index maintenance. Whether you’re working with big tables that don’t have much data or queries that constantly filter by the same conditions, filtered indexes offer a smart way to focus only on the rows that matter most.

From Logs to Metrics Part 2: Building an Open-Source Logs-to-Graphite Pipeline

Monitoring doesn't always need to be complex. In this guide, we'll show you how to transform some raw logs into usable metrics using a lightweight, open-source setup. We'll also use the Telegraf agent to convert logs into Graphite metrics that you can easily visualize and alert on. This is ideal for system admins, DevOps beginners, or anyone interested in building more innovative monitoring pipelines from scratch.