This Event Cleared My Doubts About MLOps, DevOps & Platform Engineering - OpsFusion 2024 RecapJul 12, 2025·5 min read
Tired of Writing the Same Tests Again and Again? Meet KeployWhen I first started learning about APIs and CRUD operations, I tested everything manually. I would run the application, perform an action in the UI or call an API, and then check if it behaved correctly. At that point, I didn’t even know what unit t...Sep 8, 2025·7 min read·1
Building Real-World Infrastructure as a Fresher: My Story with Logs, AI & ObservabilityJun 29, 2025·4 min read·1
What IBM's SRE Expert Wants You to Know About Observability - A Beginner's GuideDuring the Grafana and Friends Meetup in Chennai, I had the opportunity to attend an insightful session by Manojkumar, an SRE professional from IBM. His talk centered around observability and how IBM tackles real-world challenges using Grafana and AI...Oct 12, 2024·4 min read·91
Cribl & Grafana: Build a Full Observability Pipeline From ScratchData is the pulse of any system, and effectively managing it can bring significant value to your business. In this blog, we'll guide you step-by-step through setting up Cribl Edge for data collection, Cribl Stream for processing, and Grafana for visu...Oct 1, 2024·9 min read·35
New to Monitoring? Start With Grafana - Easy Steps to Visualize & AlertHey friends! Let’s dive into one of the powerful tools in the observability stack—Grafana. Whether you’re monitoring system health, exploring logs, or tracing requests, Grafana acts as your all-in-one observability superhero. It helps you visualize, ...Sep 12, 2024·4 min read·21
Why Your System Needs Observability - The Beginner Guide Every Dev Should ReadHey folks! Ever wondered how tech giants keep their systems running smoothly even when handling millions of users? Or maybe you're curious about how you can ensure your own projects are rock solid? The answer lies in a little magic called Observabili...Sep 3, 2024·5 min read·18
Why Running Containers as Root Is Risky - Use Rootless Containers InsteadRunning containers with root privileges has long been recognized as a security risk. When a container operates with root access, it potentially exposes the host system to severe vulnerabilities. If that container is compromised, an attacker could gai...Aug 27, 2024·3 min read·4
Why Modern Apps Run in Containers - A Journey from FreeBSD Jail to TodayIntroduction The world of software development has changed a lot in the past decade, mainly because of container technology. What started as a small solution for isolating processes is now a key part of how we develop and deploy apps. From the early ...Aug 20, 2024·7 min read·29