Operations | Monitoring | ITSM | DevOps | Cloud

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

How to find and test critical dependencies with Gremlin

Part of the Gremlin Office Hours series: A monthly deep dive with Gremlin experts. Pop quiz - what are all of the dependencies your services rely on? If you’re like most engineers, you probably struggled to come up with the answer. Modern applications are complex and rely on dozens (if not hundreds) of dependencies. Many teams rely on spreadsheets, but manual processes like these break down over time. What if you had a tool that found and tracked dependencies for you?

Energy Regulations Are Rising: Stay Ahead with Modern DCIM

Across regions, the regulatory landscape is shifting dramatically: These regulations signal a new era where energy waste is no longer just an economic concern but a compliance risk. Failure to adhere can result in hefty penalties, restricted operations, and reputational damage.

Engineering Excellence vs. Developer Experience, and Why You Need Both to Thrive

The terms engineering excellence and developer experience are often used in ways that make them seem interchangeable. While these concepts do overlap, it’s important to understand that developer experience (DX) is just one subset of engineering excellence, not a one-to-one match. Below, we define engineering excellence, clarify what developer experience entails, and explore how improving developer experience supports—but does not replace—the broader objectives of engineering excellence.

From Vision to Value: Unlock Cloud Savings with Tidal Accelerator

1 year later… Technology leaders face a critical challenge that keeps them up at night: transforming their digital infrastructure without burning through budgets or risking operational disruption. In today’s hyper competitive business landscape, cloud migration isn’t just a technical upgrade, it’s a strategic imperative that can make or break an organization’s future. That’s where experience matters.

Server Monitoring with Graphite

Server monitoring is crucial to learn these days to use your servers efficiently. It helps optimize the performance of a server and diagnose issues productively. One useful tool used these days is Graphite, which helps monitor a server’s performance and provides graphing solutions by gaining valuable insights into your server. You can explore MetricFire’s Hosted Graphite service today by signing up for a free trial or booking a demo session.

New Announcements at swampUP 2024

JFrog's VP of Product Marketing, Jens, discusses how the company is positioned at the crossroads of traditional and AI-driven software development. Learn how JFrog's platform acts as the crucial system of record, converging multiple code sources into a unified pipeline through strategic moves like the GitHub partnership and key acquisitions. Hear Jens' insights on JFrog's role in shaping the future of software delivery.

AI in 2025: is it an agentic year?

2024 was the GenAI year. With new and more performant LLMs and a higher number of projects rolled out to production, adoption of GenAI doubled compared to the previous year (source: Gartner). In the same report, organizations answered that they are using AI in more than one part of their business, with 65% of respondents mentioning they use GenAI in one function.

Understanding AWS SNS Pricing: Features, Benefits, And Cost-Saving Strategies

A reliable notifications system can send highly scalable, multi-protocol messages — via email, SMS, or apps — all from one platform. For example, you can send timely cost anomaly alerts directly to your developers on Slack to alert them to potential overspending before it becomes a board meeting emergency. So, what does this have to do with Amazon SNS pricing? Let’s start at the beginning to better understand what you’re paying for when you get that AWS SNS bill.

How to Filter Docker Logs with Grep

Managing logs in Docker can quickly become overwhelming, especially when dealing with multiple containers. If you’ve ever tried to sift through a sea of log entries looking for a specific error or debugging message, you know the struggle. Fortunately, you can pipe docker logs output through grep to filter logs efficiently. This guide breaks down how to use docker logs grep it effectively, including practical examples to help you debug and monitor your containerized applications like a pro.