Operations | Monitoring | ITSM | DevOps | Cloud

Getting started with Windsurf and CircleCI

AI coding assistants are transforming how developers write software. Tools like Windsurf can generate entire modules, refactor complex code, and fix bugs in seconds. But speed comes with a tradeoff: AI-generated code can introduce subtle bugs, security vulnerabilities, or breaking changes that slip past even experienced developers. That’s where continuous integration comes in. CI acts as a safety net, automatically testing every change before it reaches production.

Log Management for your Homelab with Fluentd and Aiven for PostgreSQL

Tired of not knowing why your home lab containers are crashing? In this video, we’ll walk through how to set up a consolidated logging pipeline using Aiven for PostgreSQL (with TimescaleDB), Fluentd and Grafana — all running on my upgraded Mac Mini home lab. The key insight: never keep your troubleshooting tools on the same machine that's giving you problems!

Intro to GraphQL APIs for N-sight and N-central

Modernize your automation and reporting workflows with this deep dive into GraphQL for N-sight and N-central. In this 2026 Masterclass, Jason Murphy (Head Nerd for IT Ops) introduces the "Ecoverse" and explains why GraphQL is replacing REST for high-density data environments. Learn how to access the technical preview, generate secure API tokens, and build your first queries to pull exactly the data you need without the overhead of traditional REST endpoints.

Grafana 12.4 TL;DR - The Final 12.x Release

As the final minor release in the Grafana 12 series, 12.4 builds on our shift toward scalable, as-code workflows and a dramatically improved user experience. From bi-directional Git workflows to smarter dashboard layouts and stronger governance controls, this release is all about helping teams move faster with less friction.

Best Website Monitoring Tools for Compliance and Security in 2026

Compliance audits used to be annual fire drills. Teams would scramble for weeks gathering screenshots, pulling logs, and hoping nothing slipped through the cracks. That approach no longer works when regulations like GDPR and HIPAA require continuous documentation and real-time evidence of security controls. Website monitoring tools designed for compliance have evolved to address this reality, automating evidence collection and flagging issues before auditors ever arrive.

Native Nix Support in Artifactory: The Binary Cache for the Enterprise

The “works on my machine” era is officially over. Nix is changing the way we think about software by treating packages as functional, immutable values, ensuring that a build works exactly the same way every time, on every machine. But while Nix excels on a local laptop, scaling that level of reproducibility across a global enterprise has historically been a challenge.