Operations | Monitoring | ITSM | DevOps | Cloud

Latest Videos

How Can AI Transform the Chaos of Developer Workflows? Discover the Future with @getpieces

In this session from Navigate North America 2024, Tsavo Knott and Sam Jones unravel the complexities developers face in today's fast-paced, AI-driven world. This session delves into the innovative ways @getpieces harnesses AI to revolutionize developer workflows, making the seemingly insurmountable tasks of managing multiple languages, projects, and cross-functional teams, not just manageable but streamlined and efficient.

Overview of Playbooks - Incident response automation

Playbooks are a powerful tool to automate common actions in your incident response process. It's like a pre-programmed sequence of steps your team should take when specific incidents occur. Instead of scrambling to remember protocols or manually initiating a series of tasks, responders can activate a Playbook with a single click. This triggers a predefined set of actions, such as notifying team members, setting incident severity/priority, or creating support tickets, all tailored to the nature of the incident.

Cloud Agnostic Backups on Cycle.io

At Cycle.io, we see many unique situations involving data requirements, retention, and security. As a multi/hybrid cloud and LowOps platform, we've had to come up with some pretty interesting solutions for backups and data protection. Dive in with Cycle's co-founder and head of engineering, Alexander Mattoni, as he is easily able to deploy a postgres instance, with automated backups to offsite storage in the span of minutes.

Proactively Protect: Automating and Strengthening Endpoint Security Measures

In an ever-evolving cybersecurity climate, safeguarding endpoints against threats has never been more paramount in today’s constantly evolving cybersecurity space. Endpoint management plays a key role in ensuring key security tools like antivirus and Endpoint Detection and Response (EDR) software are present and operational, while automating endpoint hardening that promotes a stronger security posture.

How to differentiate your MSP like a ninja

In a crowded, commoditized market, being able to differentiate really boils down to how quickly & effectively you can earn trust. The best-performing companies are very intentional about the "trust signals" they're putting out there, and some of those signals may not be what you think they are. Let’s dive into concrete examples and place your business on an entirely different playing field than your competitors.

Want to use #GitKraken features in your terminal? #shorts

So, you want to stay in your terminal. That doesn't mean you have to miss out on any GitKraken goodness. 👀 The GitKraken CLI makes it easy to use features like Workspaces, Cloud Patches, and more, all without leaving the comfort of your terminal. 🖥️ Download for free at gitkraken.com/cli or 'gk-cli' on GitHub!

How to test and monitor your APIs with Playwright

In today's video, we explore a lesser-known feature of Microsoft's Playwright - API Testing. We'll illustrate how to use Playwright for testing GraphQL as an example of an HTTP-based API; RESTful APIs can be tested too. We'll explain the usage of the 'request' fixture with Playwright, parse responses and validate their correctness. Moreover, we'll delve into executing multiple API requests in a single Playwright test case while testing their responses.