Operations | Monitoring | ITSM | DevOps | Cloud

Monitoring Encrypted Network Traffic

How do you spy on a secret message? That's the challenge for network monitoring tools like Suricata today. Encryption is essential for privacy, but it creates massive blind spots for security. Dive into the modern-day cat-and-mouse game of monitoring encrypted traffic. How do you deal with security blind spots in your network?

BigPanda & Jira Service Management: Enterprise-wide visibility meets team-level autonomy

Business teams today move fast. Developers, site reliability engineers (SREs), and product owners expect to manage incidents, changes, and requests in a way that fits naturally into how they already work with tools like Jira and Confluence. Customers expect a seamless service experience powered by automation and AI. The result is a wave of teams adopting tools like Jira Service Management to get everything they need in one place without slowing down.

PagerDuty H2 2025 Release: 150+ Customer-Driven Features, AI Agents, and More

My first 6 months here at PagerDuty have been a thrilling ride! PagerDuty continues to set the pace in incident management. With our 16-year track record of helping companies forge a path towards modern operations, we’ve been trusted by over 32,000 companies as the incident management platform of choice. Over these years, we’ve continuously delivered value to our customers at a rapid pace. And our customers have been vocal with us about wanting more.

Enhanced multi-modal Ask Zia, AI-powered workflow builder, guided tours, and more

We've rolled out our biggest GenAI release for the cloud version of ServiceDesk Plus. Explore the enhanced Ask Zia that now sports an LLM-style interface, and the new GenAI-powered workflow builder that can move your workflows from concept to execution in minutes. Plus, learn how to connect the on-premises version of ServiceDesk Plus with over 40 telephony providers that help your support teams place and receive calls directly within the application.

GitKraken CLI Tricks You Need to Know!

Managing multiple repositories shouldn't mean running the same Git commands dozens of times. GitKraken CLI brings multi-repo actions, unified Git workflows, and standardization to command line developers who need bulk operations across their entire workspace. In this GitKon presentation, Louis Silvio (Software Engineer & Cloud Architect at GitKraken) demonstrates how the GitKraken CLI solves the context-switching chaos that slows down modern development teams.

GitKraken Desktop 11.5 Release: Performance Upgrade

Back to basics. Back to speed. GitKraken Desktop 11.5 is about fixing what was slowing you down. Large repos now open in seconds, stashes refresh instantly, and repos with thousands of refs load without breaking a sweat. Highlights: This release is about speed, reliability, and bringing GitKraken back to its core: a Git client that just works. And works fast. Welcome to 11.5.

Building and deploying a Python MCP server with FastMCP and CircleCI

Extending Large Language Models (LLMs) with custom tools has become increasingly valuable in today’s AI landscape. Model Context Protocol (MCP) servers provide a standardized way to connect external tools and resources to LLMs. This can enhance their capabilities beyond basic text generation. While thousands of pre-built MCP servers exist, creating your own allows you to address specific workflows. You can implement use cases that off-the-shelf solutions cannot handle.

Redis Performance Monitoring: Combine Logs and Metrics for Complete Visibility

Redis earns its place in modern stacks because it’s an in-memory data store with microsecond latency and rich data structures, making it perfect for things like caching, sessions, and rate limiting. Since it often sits on the request path, small issues (connection churn, blocked commands, memory pressure) can quickly ripple into user-visible incidents.