AI SA Samir Patil Stop Wasting Storage: A Simple Way to Auto-Cleanup Orphaned Files in Your Notes, Comments Editor When you’re building a document editor with features like auto-save and file uploads (images, PDFs, etc.), one sneaky problem often creeps…
AI DSN ECO SA Samir Patil The Problems Users Won’t Tell You About When WhisperFlow started, the founders were trying to build something extremely ambitious: a system that could convert thoughts directly…
AI SA Samir Patil LLM Mocks: Your New Dev Shortcut When you’re building on top of an LLM — whether it’s for code generation, image creation, or reasoning over user inputs , waiting for…
TCH AI LIF SA Samir Patil Apple Is Quietly Commoditizing AI Infrastructure Most people watching WWDC focused on Apple Intelligence.
AI SA Samir Patil Solving the Silent Postgres Disconnect Problem in Agentic Systems How I Fixed Idle Connection Failures in Production
AI SA Samir Patil Stop the Silent Bloat: Why LangChain Checkpoints Make Your DB 10x Bigger (and How to Clean It)] If you are using LangChain in production, one issue will surface sooner or later: the database size grows much faster than expected.
ART SA Samir Patil The Subtle JWT Issue That Broke Our On-Prem Deployment (And Took Half a Day to Debug) We recently hit an unexpectedly tricky JWT authentication problem during an on-prem deployment for one of our enterprise customers. On…
DSN SA Samir Patil The Hidden HTTPS Bug Behind Load Balancers The subtle HTTPS bug behind mixed content errors, broken redirects, and failed OAuth flows.
SPT SA Samir Patil Setting Up n8n with PostgreSQL and NGINX (SSL Included) If you’re self-hosting n8n, running it with a proper database (PostgreSQL) and securing it with NGINX + SSL is the way to go.
AI TCH SA Samir Patil Build Agentic AI Systems Faster with a FastAPI + LangGraph Workflow Template I just shipped an open-source template for orchestrating agentic AI systems — built on FastAPI and LangGraph — designed to help you go…