9 articles

📰 Dev.to · Vineeth N Krishnan

Articles from Dev.to · Vineeth N Krishnan · 9 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (16029) ArXiv cs.AIDev.to AIDev.to · FORUM WEBForbes InnovationMedium · ProgrammingMedium · AI
diskdoc and dockit: same problem, two languages, different answers
Dev.to · Vineeth N Krishnan 6h ago
diskdoc and dockit: same problem, two languages, different answers
I built two disk cleanup CLIs — one in Rust with a TUI, one in Go with risk scoring. Here's what each language and design taught me that the other couldn't.
dfree: stop digging with your hands, you've got an axe now
Dev.to · Vineeth N Krishnan 6h ago
dfree: stop digging with your hands, you've got an axe now
A short story about running out of server space because of academy videos, and the shell tool I wrote so I'd never hear 'Vineeth, we can't upload anymore' again
Building mcp-pool: one week, eleven MCP servers, one shared OAuth library
Dev.to · Vineeth N Krishnan 6h ago
Building mcp-pool: one week, eleven MCP servers, one shared OAuth library
How a single Stripe MCP server turned into a monorepo of eleven, and why half the engineering effort went into not writing the same OAuth flow six times.
Building docling-server: a one-command document API for our AI pipeline
Dev.to · Vineeth N Krishnan 7h ago
Building docling-server: a one-command document API for our AI pipeline
Why I wrapped docling into a full Docker Compose setup with FastAPI, Celery, and nginx — so our AI project could stop worrying about messy PDFs, Word files, and
Building agent-sessions: a universal session manager for the AI CLI era
Dev.to · Vineeth N Krishnan 7h ago
Building agent-sessions: a universal session manager for the AI CLI era
Five AI coding agents, five incompatible session formats, one terminal UI to browse them all — and the reverse-engineering it took to get there.