Operations | Monitoring | ITSM | DevOps | Cloud

GitKraken Workshop: How to Undo Git Mistakes

Mistakes are inevitable when working with git but knowing how to fix them can save time and headaches. In this webinar, we’ll explore how to leverage GitKraken to clean up your git history and correct common mistakes. Learn how to remove accidental additions to pull requests, update existing commits, reorder your commits, and combining changes. Whether you're new to git or a seasoned pro, this session will equip you with practical skills to manage and undo errors with confidence.

Vulnerability Response and DevSecOps with ITSM + RBVM Integration

Integrating Vulnerability Response with DevSecOps: A Comprehensive Guide! Challenges in IT and Security: Dive into the integration of vulnerability response and DevSecOps, and understand the challenges faced by IT and security teams. RBVM & ITSM Integration: Explore how Risk-Based Vulnerability Management (RBVM) and IT Service Management (ITSM) can be integrated with DevOps tools for enhanced security.

Azure Savings Plans and Reservations: Unlocking Cloud Cost Savings

FinOps Certified practitioner Mike Stephenson talks with Obinna Nwokolo from Microsoft's Azure team about how businesses can save money using Azure's pricing options. They explain two main ways to save: Azure savings plans, which let customers commit to a certain spending level for flexibility and reservations, where customers reserve specific resources for a set time.

Building Resilience from Architecture to Production with AWS & Gremlin

Unreliable software can have a painful impact on your customers and your business—something we’ve all seen and felt during high-profile outages. And while building on the cloud with AWS unlocks improved scaling and reliability capabilities, the complexity of modern distributed systems can potentially introduce outage-causing reliability risks. How can you be sure your systems are resilient to failure when they’re based on complex architecture, built by hundreds of teams, and are being updated almost constantly?

GitLens Community vs. Pro: Which Edition is Right for You?

Whether you’re reviewing code changes, managing pull requests, or exploring your project’s history, GitLens elevates your Git experience directly in VS Code. In this video, we’ll dive into the features of GitLens Community and Pro editions, helping you find the best fit for your workflow.

Add global beforeEach / afterEach hooks using Playwright automatic fixtures

Join Stefan Judis, Checkly's Playwright ambassador, as he shows you how to make your end-to-end testing life easier using Playwright's automatic fixtures. Learn how to implement global "beforeEach" and "afterEach" test hooks to add runtime annotation and JavaScript exception monitoring without repeating yourself across spec files.