Operations | Monitoring | ITSM | DevOps | Cloud

%term

New ServiceNow Integration (Beta) Powers More Efficient ITSM

Today, we’re excited to announce the release of our new ServiceNow integration in beta — designed to give engineers even more control to manage and automate incidents in FireHydrant while seamlessly keeping the rest of the organization aligned in ServiceNow.

How to Transition from nRF5 SDK to Zephyr NCS Lessons from Ultrahuman's Journey

At Ultrahuman, innovation is at the core of everything we do. Our health devices, powered by the nRF52840 SoC for BLE functionality, rely on Nordic Semiconductor’s renowned wireless technology. For years, the nRF5 SDK was the cornerstone of firmware development for these chipsets, but in 2018, Nordic introduced the nRF-Connect SDK(NCS), built on Zephyr RTOS, signaling a new era for BLE applications.

Cloud Status Third-Party Monitoring Gets Upgraded!

At Uptime.com, we’re committed to helping you monitor and manage the uptime and reliability of your websites and critical infrastructure. Based on your feedback, we’ve enhanced Cloud Status to deliver even more powerful insights into third-party dependencies and improve your experience. Here’s what’s new and what’s coming next!

Opslogix explores: How to bridge the gap between SCOM and Grafana with a SCOM Prometheus Exporter

As an observability architect, I have seen firsthand the power and importance of a robust monitoring solution. For infrastructure monitoring System Center Operations Manager (SCOM) stands tall. It is widely adopted and excels at monitoring the health and performance of infrastructure. However, as the need for advanced observability grows, such as tracking application logs and tracing code paths, SCOM's capabilities can fall short.

Survey: 88% of Execs Expect an Incident as Large as the July Global IT Outage Within the Next Year

By Debbie O’Brien, Chief Communications Officer and Vice President of Global Social Impact at PagerDuty In today’s digitally-connected world, IT outages can be inconvenient at best and extremely challenging at worst.

GitOps Meets Databases: Schema Management with Codefresh and Atlas Operator

Databases are the backbone of nearly every cloud-native application, yet database schema management often lags behind other aspects of Kubernetes-native workflows. While Operators have simplified many aspects of managing stateful applications, schema migrations remain a common pain point. Codefresh is the Enterprise deployment solution powered by Argo CD that allows you to deploy Kubernetes applications following the GitOps principles. Following GitOps for application code is straightforward, but several teams ask us how to apply GitOps/ArgoCD to databases, specifically database migrations.

From Dev to Prod: Debugging in Next.js

Debugging. It’s a critical skill for all developers. And when you’re building a dynamic, high-performance application with Next.js, Chrome DevTools, and console.log() aren’t always enough. There are more effective and structured ways to debug Next.js apps as they scale. You will also find practical tips from our Next.js debugging workshop sprinkled throughout. Also, while this guide is focused primarily on Next.js, there is a similar guide for debugging React apps here.