AKadnan khaninadnan-khan.hashnode.dev·Jul 25 · 5 min readThe Trace That Saved My SigNoz DemoA small local AI agent is easy to demo. Explaining why it was slow, which tool it executed, or where it failed is the real challenge. When I built this project, my goal wasn't just to make an AI agen10
AKadnan khaninadnan-khan.hashnode.dev·Jul 25 · 3 min readTracing a Local AI Agent with SigNoz: From “It Works” to “I Can Prove It”A small local agent is easy to demo. Explaining why it was slow, what tool it called, or where it failed is the real challenge. I built this project to make those answers visible. It is a tiny Python00
AKadnan khaninadnan-khan.hashnode.dev·Jul 9, 2025 · 3 min readDjango app with CI/CDHello there, thanks for reading my blog, let’s start. Django So, before deploying the Django app I needed a Django application, I searched online for many such projects, but wasn’t satisfied because they were not my own, so I decided to make one and ...10