Complete migration guide from Semantic Kernel and AutoGen to Microsoft Agent Framework. Before/after code examples and step-by-step instructions.
Read more โSearch Results for: name
The Server-First Revolution: How React Server Components Changed Everything I Thought I Knew About Frontend Architecture
For eight years, I built React applications the same way everyone else did: render everything on the client, fetch data with useEffect, and watch the bundle size grow with every new feature. Then React Server Components arrived, and I had to unlearn almost everything I thought I knew about frontend architecture. Server Components vs Client […]
Read more โReal-Time Data Streaming with Apache Kafka: Building Production Event Pipelines in Python
Introduction: Real-time data streaming has become essential for modern data architectures, enabling immediate insights and actions on data as it arrives. This comprehensive guide explores production streaming patterns using Apache Kafka and Python, covering producer/consumer design, stream processing with Flink, exactly-once semantics, and operational best practices. After building streaming platforms processing billions of events daily, […]
Read more โMCP Integration & External Tool Connectivity in Microsoft Agent Framework – Part 9
Connect AI agents to external tools via Model Context Protocol. Learn MCP servers, Microsoft 365 integration, and building custom MCP servers.
Read more โTips and Tricks – Use AWS Lambda Layers for Shared Dependencies
Share common code and dependencies across Lambda functions to reduce deployment size.
Read more โFeature Engineering at Scale: Building Production Feature Stores and Real-Time Serving Pipelines
Introduction: Feature engineering remains the most impactful activity in machine learning, often determining model success more than algorithm selection. This comprehensive guide explores production feature engineering patterns, from feature stores and versioning to automated feature generation and real-time feature serving. After building feature platforms across multiple organizations, I’ve learned that success depends on treating features […]
Read more โ