Operations | Monitoring | ITSM | DevOps | Cloud

Latest posts

What is Network Discovery?

Something we've said before is, "You can't protect what you can't see," and it's so true. How can you protect your network if you can't see ALL of it? Enter: Network Discovery. Network Discovery is the fundamental principle of network monitoring and management. At its core, the process of discovery allows you to find and identify everything connected to your network. It allows you to see what's on your network, how to figure out what's connected, and more.

Monitor Azure Container Apps with Datadog

Azure Container Apps is a serverless platform that enables you to deploy containerized applications and microservices—regardless of their code or framework—without managing any underlying cloud infrastructure or orchestrators. By using serverless containers, Azure Container Apps can automatically scale based on HTTP requests or events supported by Kubernetes event-driven autoscaling (KEDA) in order to accommodate peak demand and meet your budgeting goals.

Run Datadog Synthetic tests in Azure Pipelines

Continuous integration (CI) demands continous testing: shifting left helps prevent faulty code from spreading, which is one of the core aims of CI. Datadog’s new Azure DevOps extension enables you to seamlessly incorporate integration and end-to-end tests into existing CI/CD workflows on Azure Pipelines, a dedicated CI/CD service that automatically runs builds, performs tests, and deploys your services and applications via cloud-hosted pipelines.

Why OpManager is the perfect tool to detect and troubleshoot Wi-Fi performance issues

Wi-Fi has untangled humanity, quite literally. Those jumbled Ethernet cables with their confusing ports are banished to backstage. Now, all we need is one connection to a Wi-Fi router and voila! Internet. Wi-Fi networks simplify your IT infrastructure. WLAN networks makes an office look less like a scene from The Matrix and more like a creative workspace, but it can bring an array of difficulties as well. Unlike the sturdy Ethernet cable, Wi-Fi connections fluctuate.

Beyond API testing with Jest

Jest is a JavaScript-based testing framework that lets you test both front-end and back-end applications. Jest is great for validation because it comes bundled with tools that make writing tests more manageable. While Jest is most often used for simple API testing scenarios and assertions, it can also be used for testing complex data structures. In this tutorial, we will go through how to use Jest to test nested API responses and hopefully have fun in the process.