Operations | Monitoring | ITSM | DevOps | Cloud

Tracking planes with Grafana in real time: How to visualize the aircraft overhead with your own dashboard

Ever since I was little, I’ve been fascinated by airplanes. Whether it was the excitement of boarding a flight for a holiday or the wonder of admiring them from the ground, there’s always been something magical about these incredible machines. Fast forward a few years, and now we have the ability to track aircraft in real-time from the palm of our hands using a variety of apps.

Observability Data: Ingestion Pipeline Best Practices

Great data is a prerequisite to all things AIOps and observability. Great observability data results in fewer observability gaps, better analysis and insights, and more confidence within teams that rely on the power of modern AIOps and observability technologies. Goals for improved automation, IT efficiencies, intelligent triage and remediation all become more achievable with better data.

Is WhatsApp Safe for Healthcare Communication? Here's What Hospitals in UAE, Israel, and Saudi Are Realizing

At HIMSS this year, in between flashy AI demos and interoperability debates, I kept hearing the same concern from hospital leaders across the UAE, Saudi Arabia, and Israel: “We’re still using WhatsApp for clinical messaging—but it’s starting to feel risky.” Some shared stories of messages getting missed. Others brought up concerns around data privacy and compliance.

StatusGator now supports Microsoft Teams Workflows

We’ve updated our Microsoft Teams integration to support workflows — Microsoft’s new and recommended approach to incoming webhooks. As Microsoft evolves its platform, it is phasing out the legacy Connectors feature in favor of Workflows. At StatusGator, we’re committed to keeping up with these changes so your integrations remain reliable and future-proof.

How Sentry could stop npm from breaking the Internet

Caching is great! When it works… When it fails, it puts a big load on your backend, resulting in either a self-inflicted DoS, increased server bills, or both. This article is inspired by a real-world incident that happened to npm back in 2016. In the next part, Ben recounts his personal experience responding to the incident while working at npm.

Embedded Systems Roadmap: Bridging the Gap

It was around mid-2023 that I realized, despite working as a developer in the field, my knowledge of embedded systems needed a significant refresh. It was time to revisit some of the fundamentals and catch up on the latest technologies and best practices. As I began listing topics to review, I searched for existing embedded systems roadmaps online. However, none perfectly matched my specific learning goals.

Git Rebase -i: Clean Your Commit History

Messy commit history? Git lets you clean it up before anyone sees it — and it’s easier than you think. In the final episode of Wait… Git Can Do That? — Volume 1, we walk through git rebase -i: Clean up the last N commits Squash, rename, or drop them Bonus: GitKraken Desktop lets you do it all visually You've just unlocked 8 Git powers most devs don’t even use.