Web DevelopmentHow I Build Applications Faster with SupabaseAvnish Yadav โ March 06, 2026 ยท 8 MIN READHow I Build Applications Faster with SupabaseSupabase isn't just another backend-as-a-service. It's a developer workflow accelerator. Here's how I use its integrated toolkit to ship production-ready features in days, not weeks.
AI AgentsUnmasking the Black Box: Mastering LangChain Callbacks for DebuggingAvnish Yadav โ February 22, 2026 ยท 8 MIN READUnmasking the Black Box: Mastering LangChain Callbacks for DebuggingMaster LangChain callbacks to debug AI agents. Learn to build custom handlers, trace execution flows, and fix 'black box' LLM issues.
AI AgentsFrom Notebook to Production: The Definitive Guide to Deploying LangChain AppsAvnish Yadav โ February 22, 2026 ยท 6 MIN READFrom Notebook to Production: The Definitive Guide to Deploying LangChain AppsMoving an LLM application from a Jupyter Notebook to a scalable production environment requires more than just wrapping code in Docker. This guide covers architecture, observability, caching, and evaluation strategies for robust LangChain deployments.