OKOnkar Kinonkark.hashnode.dev·Jun 29 · 5 min readPart 3: Tool Calling & CLI Chatbots🛠️ Pre-Flight Configuration Tech Stack: TypeScript, Bun/Node.js, Groq SDK (groq-sdk), Tavily SDK(@tavily/core) Prerequisites: Valid Groq and tavily API Keys, basic understanding of environment vari00
OKOnkar Kinonkark.hashnode.dev·Jun 29 · 5 min readPart 2: Structured JSON Outputs🛠️ Pre-Flight Configuration Tech Stack: TypeScript, Bun/Node.js, Groq SDK (groq-sdk), Zod SDK(zod) Prerequisites: Valid Groq API Key, basic understanding of environment variables. GitHub Repositor00
OKOnkar Kinonkark.hashnode.dev·Jun 29 · 3 min readPart 1: Getting Started & Mastering LLM Control🛠️ Pre-Flight Configuration Tech Stack: TypeScript, Bun/Node.js, Groq SDK (groq-sdk) Prerequisites: Valid Groq API Key, basic understanding of environment variables. GitHub Repository: link 1. 00
OKOnkar Kinonkark.hashnode.dev·Jun 29 · 2 min readWorking with LLMs in Node.js: Getting Started, Structuring, and Tool Calling with Groq1. What This Series Is About This comprehensive hands-on series focuses on bridging the gap between raw AI prompts and production-ready applications. Using the high-speed Groq inference engine and Nod00
OKOnkar Kinonkark.hashnode.dev·Jun 9 · 7 min readHow To Build MCP Server from Scratch with TypeScript and GroqThree core concepts while building MCP Resources - Acts as a read-only data source—similar to a local file or static API endpoint—that an LLM can parse for immediate context. Tools - Executable func00