I'm always excited to take on new projects and collaborate with innovative minds.

Social Links

AI Engineering

Apr 18, 2026 • 6 min read
Building AI-Native ASP.NET Core Applications: Architecture Patterns That Scale

Most applications bolt AI onto existing architectures. AI-native appli...

Mar 08, 2026 • 7 min read
Securing AI Applications in ASP.NET Core: Prompt Injection, Tool Abuse & Data Protection

Traditional application security is not enough for AI systems. This gu...

Jan 24, 2026 • 6 min read
Building an LLM Evaluation Framework in ASP.NET Core

AI quality degrades silently when prompts, models, retrieval strategie...

Oct 22, 2025 • 7 min read
Building Enterprise MCP Servers in ASP.NET Core: Exposing Your APIs to AI Agents

Most MCP tutorials expose simple calculators. Real enterprises expose...

Sep 13, 2025 • 6 min read
Designing Agentic Workflows in ASP.NET Core: Beyond Simple AI Agents

Most enterprise AI systems don't need autonomous agents. This guide sh...

Jul 19, 2025 • 6 min read
Building AI Observability in ASP.NET Core with OpenTelemetry, Metrics, and Cost Tracking

Traditional monitoring isn't enough for AI applications. Learn how to...

May 10, 2025 • 7 min read
Building Persistent AI Memory in ASP.NET Core with Redis, PostgreSQL, and pgvector

Most LLMs don't actually remember previous conversations. Learn how to...

Mar 01, 2025 • 7 min read
Building AI That Can Use Your APIs: Function Calling in ASP.NET Core

Most AI applications can answer questions, but useful AI applications...

Jan 11, 2025 • 7 min read
Building an AI Gateway in ASP.NET Core: OpenAI, Claude, Gemini, and Ollama Behind One Interface

Most AI applications are tightly coupled to a single provider. This gu...

Nov 16, 2024 • 7 min read
Building a Production-Ready RAG System in ASP.NET Core with PostgreSQL and pgvector

Most RAG tutorials stop after embedding documents and running similari...

Sep 07, 2024 • 7 min read
Streaming AI Responses in ASP.NET Core Using Server-Sent Events

Most AI APIs wait for the entire response before returning data. In th...

Jul 18, 2024 • 7 min read
Building an AI Service Layer in ASP.NET Core: A Clean Architecture Approach

Learn how to build a production-ready OpenAI API in ASP.NET Core using...