Posts by this author

Apr 23, 2026
Post comments count0
Post likes count1

LangChain.js for Beginners: A Free Course to Build Agentic AI Apps with JavaScript

Want to build AI agents with JavaScript that go beyond basic chat completions? Agents that reason, call tools, and pull from knowledge bases on their own? We put together a free, open source course to help you get there. LangChain.js for Beginners is 8 chapters and 70+ runnable TypeScript examples. Clone the repo, add your API key to a .env file...

AIMicrosoft for Developers
Dec 8, 2025
Post comments count0
Post likes count0

Host Your Node.js MCP Server on Azure Functions in 1 Simple Step

Building AI agents with the Model Context Protocol (MCP) is powerful, but when it comes to hosting your MCP server in production, you need a solution that's reliable, scalable, and cost-effective. What if you could deploy your regular Node.js MCP server to a serverless platform that handles scaling automatically while you only pay for what you use?...

AzureMCP