Building AI Agents with Google ADK
A practical look at building AI agents using Google's Agent Development Kit and Azure AI Foundry β from prompt design to tool integration.
Thoughts on GenAI, APIs, .NET, and engineering leadership.
A practical look at building AI agents using Google's Agent Development Kit and Azure AI Foundry β from prompt design to tool integration.
13 years in the trenches with .NET teams across banking and enterprise. Here's what actually works when the code matters and deadlines are real.
Domain, hosting, CDN β breaking down the real costs of running a personal dev blog or portfolio in 2025. You can build and run a professional site for about the cost of a cup of coffee per month.
Magic strings feel harmless until a typo silently breaks everything at runtime. Enums, constants, and records are your escape hatch.
When using FluentValidation in ASP.NET Core, one missing line causes the default data annotation validators to interfere, creating unexpected validation errors. Here's the simple fix that'll save your project.