DPDivy Pathakinforkintheroad.hashnode.dev·Nov 17, 2025 · 3 min readFork in the road problemProblem Statement Two guards, one question (one truth, one lie) You are travelling to somewhere now the road splits into two and you don' t know the correct way. There are two guards on the road, one always speak truth and the other speak lies, you m...00
DPDivy Pathakindockerbuildfix.hashnode.dev·Oct 11, 2025 · 1 min readDocker build fix for TypeScriptIssue When building a docker image generally, we skip installing dev dependencies for production # Skips installing dev dependencies RUN npm ci --only=production But when working with TypeScript you need tsc which is a dev dependecy to compile the T...00
DPDivy Pathakinmcpbydivy.hashnode.dev·Oct 9, 2025 · 3 min readMCP - The Standard for AI ToolsThe Problem: Giving Tools to LLMs is Hard LLMs understand text, not graphical user interfaces (GUIs). Giving them direct access to code is a security risk and impractical. Using APIs is the right direction, but it's complex. It requires writing sp...00