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 โCategory: Software/System Design
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 โDevSecOps: Integrating Security into DevOps – Part 2
Continuing from my previous blog, let’s dive deeper into the implementation of DevSecOps. Integrating Security into DevOps To implement DevSecOps, it is essential to integrate security into every phase of the DevOps lifecycle. The following are the key phases in DevOps and how to integrate security into each phase: DevSecOps Best Practices Here are some […]
Read more โ