Subhanshu Mohan Guptablogs.subhanshumg.com·Nov 17, 2024Federated Learning for Distributed MLOps SecurityIntroduction As Machine Learning Operations (MLOps) scale across industries, safeguarding sensitive data while enabling distributed training becomes a significant challenge. Enter Federated Learning (FL) — a decentralized approach that trains models ...10 likes·42 readspysyft
Chidinma Ozoemenachidinmawrites.hashnode.dev·Oct 25, 2024Effortless Incident Response: Using Datadog and Slack for Effective Monitoring.Link for the previous blog for better understanding (https://hashnode.com/post/cm4izg0fy000909mn0hme1n4h) Step 1: Create a Virtual Machine (VM) on Azure Log In to Azure Portal: Go to the Azure Portal and log in with your Microsoft account. Create...slack
Chidinma Ozoemenachidinmawrites.hashnode.dev·Oct 18, 2024Mastering Monitoring: Setting Up Datadog and Azure VMs for Effective Alerts.Datadog is a comprehensive monitoring and analytics platform that helps you keep track of your infrastructure, applications, and logs. It provides real-time insights and alerts to ensure smooth operations. Understanding FIR and API FIR (Fast Incident...mobaxterm
Siddarth JainforNotes by Doctor Droidnotes.drdroid.io·Oct 16, 2024How to investigate Sentry Alert with Doctor DroidSentry Sentry is one of the best tools in the industry right now for error and exception tracking. It has high quality SDKs across the stack and has great integrations as well as a powerful dashboard for users to learn about an exception in the code....1 like·111 readsPlayBooksobservability
Kenneth Nwobikennethnwobi.hashnode.dev·Oct 10, 2024Need to Monitor your Software ApplicationsEvery software engineering team aims to release bug-free software applications to keep systems reliable with minimal downtime. However, it's easy to forget that building the app is just one piece of the puzzle—monitoring and observability are just as...1 likeSoftware application monitoring
Seun Bdevblog.seunb.com·Sep 2, 2024Self-Healing and Monitoring: A comprehensive guide to revolutionizing System Resilience Through AutomationIn today’s fast-paced digital world, maintaining system reliability and minimizing downtime are critical for business success. This comprehensive guide explores how to enhance system resilience through advanced monitoring and self-healing mechanisms....self healing technology
Justin Thurmantil.justinthurman.dev·Aug 30, 2024Instrumentation and Django's StreamingHttpResponseIn my work at Bevy, I recently implemented a streaming endpoint in our Django app using StreamingHttpResponse. For anyone unfamiliar with this class, using it is straightforward. You just need to pass it some iterable, and it will stream the content....46 readsDjango
Benjamen Pylebenjamenpyle.hashnode.dev·Aug 3, 2024Powerful Visibility with Rust, Lambda, Datadog, and OpenTelemetryAs much as I love Rust and especially Rust on serverless, it would be hard for me to recommend Rust and Lambda to a company without a plan for Observability. I've written about this topic before and the importance of building not just serverless app...Rust
Marymaryjonah.hashnode.dev·Jul 19, 2024Using Terraform, and GitHub Actions to integrate Datadog with an AWS EC2 instanceMy next task in my SheCodeAfrica Devops mentorship journey was to integrate my application with Datadog to visualize logs and traces. Since my previous task involved using Terraform to setup an EC2 instance, I was thinking how I can add Terraform in ...Terraform
Sarthak Tyagisarthakwrites.hashnode.dev·Jun 28, 2024DatadogInstall or Update to the latest Agent version on Ubuntu The Datadog Agent has x86_64 and arm64 (ARM v8) packages. For other architectures, use the source install. Run this command to install or update... DD_API_KEY=721fb15b3ffb0bba810abc5695f4d2aa DD...Datadog