Operations | Monitoring | ITSM | DevOps | Cloud

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

#034 - Infrastructure Automation & the Future of Ops with Cory O'Daniel (Massdriver)

This podcast features Cory O'Daniel, CEO of Massdriver, an infrastructure automation platform. O'Daniel discusses his extensive background in software engineering and cloud operations, highlighting his expertise in Erlang and Elixir programming languages and their applications within Kubernetes. He explains Massdriver's role in simplifying infrastructure management for both developers and operations engineers by visually representing infrastructure-as-code.

Intro to proxymock, a free traffic-based service mocking tool within VS Code.

Speedscale's proxymock is a free VS Code plugin that passively listens to transactions, so developers can replay past responses or inbound transactions like a time machine. Past transactions can serve as non-rate-limited service mocks, editable databases, or even regression/load/chaos tests. Building service mocks to serve as service virtualization/mocks can be time consuming and manual. Maintaining complex, shared environments for engineering incurs expensive cloud costs and aren't often accurate.

Failover cluster storage: A comprehensive guide

Availability is the most important driving factor that shapes every decision an organization makes. To ensure high availability, failover clustering is one of the most commonly used solutions in modern IT infrastructure. In this article, we'll learn what failover cluster storage, cluster shared storage, and cluster shared volumes are. Then, we will guide you on how to manage and monitor these crucial resources.

Everything You Should Know About OpenTelemetry Collector Contrib

Observability isn’t just a nice-to-have—it’s essential. OpenTelemetry steps in as a unified framework that helps you collect, process, and export telemetry data across distributed systems. The OpenTelemetry Collector Contrib extends this framework, offering extra components that make it even more powerful and flexible, helping developers and operators monitor and optimize systems with ease.

JFrog Academy - JFrog Artifactory: Repositories Management

Unlock the full potential of your software development process with the JFrog Artifactory - Repositories Management course! This free, self-paced course will guide you through everything you need to know about managing repositories, improving DevOps workflows, and optimizing your software supply chain. Learn how to: Subscribe for more tutorials, tips, and insights into DevOps, CI/CD, and management.

Top 7 security risks for 2025

The exponential growth of new technologies, such as generative AI, in conjunction with the rapid adoption of cloud technologies and the boom of IoT devices, has created an abundance of data that needs to travel across diverse ecosystems. This proliferation of technology brings many benefits to organisations but simultaneously creates more vulnerabilities and security challenges to manage.

How to Use the Laravel Scheduler for Task Management

We all know time is precious, especially when your application relies on tasks that need to be done repeatedly. The Laravel Scheduler is the tool that helps you automate and manage those tasks effortlessly. But how does it work, and what makes it so powerful? Don’t worry, we’ve got you covered! In this guide, we’ll walk you through everything you need to know to get started.

TOP 10 MySQL GUI Tools for Efficient Database Management on Windows [2025]

The ongoing debate between the users of GUI-powered tools and the devotees of command-line utilities is centered around the respective strengths of both approaches. The biggest strength of the former is, naturally, the smooth and easy experience of interaction with databases, which makes GUI tools so attractive to beginners and seasoned professionals alike. In this article, we’ll explore the most popular Windows-compatible GUI tools for MySQL.

Ultimate Guide to Creating a JSON Mock API for Testing

Using a JSON mock allows you to avoid using fake data or simulating interactions, resulting in better final output and stronger data flows. Today, we’re going to dive into the process of creating a mock API using JSON data and tools like JSON-server. This guide will help you understand the basics of this process and get started quickly with your own mock API, allowing you to speed up development and testing without relying on a live backend.