Deep dive into AI agent tools and function calling. Learn MCP integration, external API patterns, error handling, and tool chaining in Microsoft Agent Framework.
Read more โCategory: Software/System Design
Building Your First AI Agent with Microsoft Agent Framework (Python) – Part 3
Build a production-ready Research Assistant AI agent using Python. Complete tutorial covering async patterns, @ai_function decorators, multi-turn conversations, and best practices.
Read more โBuilding Your First AI Agent with Microsoft Agent Framework (.NET) – Part 2
Build a production-ready Customer Support AI agent using C# and .NET 8. Complete tutorial covering project setup, tools, multi-turn conversations, middleware, and error handling.
Read more โIntroduction to Microsoft Agent Framework: The Open-Source Engine for Agentic AI Apps (Part 1)
Learn about Microsoft Agent Framework (MAF), the unified open-source SDK for building production-ready AI agents. This comprehensive guide covers the architecture, key features, and how MAF combines the best of Semantic Kernel and AutoGen for enterprise agentic AI development.
Read more โReal-Time Healthcare Data Pipelines: Kafka + FHIR for Clinical Decision Support
Build production-ready real-time clinical decision support systems using Apache Kafka and FHIR. Includes complete .NET/Python code, architecture patterns, and lessons from processing millions of healthcare events per day.
Read more โDevSecOps: Integrating Security into DevOps
As organizations continue to adopt and accelerate their DevOps practices, it has become increasingly clear that security cannot be an afterthought. Enter DevSecOps โ a movement that seeks to integrate security into the entire software development lifecycle. DevSecOps aims to shift security left, empowering teams to take ownership of their security while building and deploying […]
Read more โ