Operations | Monitoring | ITSM | DevOps | Cloud

No Stopping: Impactful Transformations Don't Have an End Point

In our final episode of The Change Makers, we learn that with enough ambition, drive, and backing, IT practitioners can challenge the status quo and create a new era of IT efficiency. “Transformation isn’t a start and a stop process. It’s a continuous evolution, continuous change.” That’s Derek Rose, Group Head of IT and Deputy CIO at V.Group. After joining the maritime services company in 2019, he set about overhauling its entire IT operations.

Investigate an error with Rollbar

Investigate an error with the help of Rollbar, leveraging item details, traceback, suspect deploy, people tracking, and the rich contextual data available in the UI. Rollbar is the leading continuous code improvement platform that proactively discovers, predicts, and remediates errors with real-time AI-assisted workflows. With Rollbar, developers continually improve their code and constantly innovate rather than spending time monitoring, investigating, and debugging.

API contract testing with Joi

When you sign a contract, you expect both parties to hold their end of the bargain. The same can be true for testing applications. Contract testing is a way to make sure that services can communicate with each other and that the data shared between the services is consistent with a specified set of rules. In this post, I will guide you through using Joi as a library to create API contracts for services consuming an API.

Next Generation Slack Migration Tool and Stakeholder Updates Demo

Learn more about PagerDuty's Collaboration Applications that help you streamline incident remediation. Enjoy these demos of our latest updates to our PagerDuty Slack and Microsoft Teams Applications including the Webhook Migration Tool, Stakeholder Updates, and Resolution Notes.

Intro to Netdata Overview for monitoring and troubleshooting your IT infrastructure

Learn how to get started monitoring and troubleshooting your entire Cloud infrastructure with Netdata. In this video, we'll show you how to utilize the Netdata Overview dashboard to gain visibility into the performance, availability, and health of your infrastructure from a single pane of glass. Navigate from a real-time, unified display of all your systems and applications to discover trends and gain better observability, then drill down by grouping metrics by node for root cause analysis.

Logging Ain't Easy ...But It Could Be

Real talk – logging tools aren’t exactly known for being easy to use, manage, or onboard. With the technology landscape continuously evolving, enterprises are often left scrambling to rapidly adapt and conform to new requirements of operating across hybrid infrastructures. It is in these ecosystems that logs are now more crucial than ever in the day-to-day operations of Ops teams.

Education Project Management Software (Guide)

Education project management software can transform learning experiences. Before the use of software, educational teams collaborated in meetings rooms and teacher lounges, and student reports were sent home to parents in crisp brown envelopes. Those days are gone. Times are changing and educators now have a wide range of digital collaboration tools to choose from.

Recovering from the Git detached HEAD state

The introduction of Git as a source-code management system in 2005 fundamentally transformed the process of software development. Git allows developers to maintain a history of changes, or commits, to their code and revert to previous commits in seconds if something goes wrong. It makes collaboration easier by allowing branching to keep code for different features separate and seamlessly merging commits by various people.