Operations | Monitoring | ITSM | DevOps | Cloud

How to

Add ITAM Capabilities to ServiceNow With InvGate Insight's Integration!

The InvGate Insight and ServiceNow integration enables you to add IT Asset Management capabilities to your service desk. Combining ITSM with ITAM functions comes with multiple benefits, including: If you want to integrate the two, just follow this step-by-step guide, and start managing your IT inventory with InvGate Insight from ServiceNow.

What to do when a merge conflict strikes? #GitKraken #shorts

Don't panic! GitKraken makes resolving these conflicts intuitive. In our latest tutorial, we walk through how to handle a rebase that doesn’t go as planned. Discover how to navigate through conflicted files, utilize the merge tool, and successfully continue your rebase for a clean commit history! ✨

The importance of automated compliance in software development

Espen Thomassen Sæverud - CTO Stacc & Øyvind Fanebust - Partner - Stacc A snippet from: Help, we’re doing ISO! Why, what, and how? Continuous Compliance Espen & Øyvind have extensive experience in banking and finance with particular expertise in the area of Continuous Compliance. In this talk they will take you on a journey towards ISO certification, discussing challenges and best approaches.

Mobile Threat Defense: How to Guard Against New Cyber Threats

Ivanti’s Alex Mercer breaks down her session at ISS 2024, explaining the sheer volume of cyber threats targeting mobile devices today and how organizations can go about protecting themselves as those trends continue to develop. Ivanti finds, heals, and protects every device, everywhere – automatically. Whether your team is down the hall or spread around the globe, Ivanti makes it easy and secure for them to do what they do best.

How to create Azure Network Diagram | Network Visualization

In this video Azure MVP - Mike introduces a new feature within Turbo360 aimed at simplifying network visualization. The focus lies within the Azure Documenter Module, where users can generate network diagrams effortlessly. By selecting a Service Principal and specifying filters like resource groups and locations, users can configure & customize diagrams, store them internally or externally, and further modify them using draw.io.

How to narrow and chain your Playwright locators

Locating elements in your end-to-end tests can sometimes be a challenge. In this video, we tackle the problem of hard-to-locate elements by chaining multiple locators using `locator().and()`. By chaining locators you'll be able to combine user-first locators with specific locators reaching for a test id or CSS class.