<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:podcast="https://podcastindex.org/namespace/1.0"
     xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Erik&apos;s blog podcast</title>
    <description>Blog posts from eriklieben.com turned into conversations between two hosts. Covering .NET, TypeScript, Azure, event sourcing, and developer experience.</description>
    <link>https://eriklieben.com</link>
    <language>en</language>
    <copyright>&#xA9; 2026 Erik Lieben</copyright>
    <lastBuildDate>Mon, 11 May 2026 21:19:37 GMT</lastBuildDate>
    <generator>eriklieben.com static site generator</generator>
    <atom:link href="https://podcast.eriklieben.com/feed.xml" rel="self" type="application/rss+xml"/>
    <image>
      <url>https://podcast.eriklieben.com/artwork.jpg</url>
      <title>Erik&apos;s blog podcast</title>
      <link>https://eriklieben.com</link>
    </image>
    <itunes:type>episodic</itunes:type>
    <itunes:author>Erik Lieben</itunes:author>
    <itunes:owner>
      <itunes:name>Erik Lieben</itunes:name>
      <itunes:email>mail+podcast@eriklieben.com</itunes:email>
    </itunes:owner>
    <itunes:image href="https://podcast.eriklieben.com/artwork.jpg"/>
    <itunes:category text="Technology"/>
    <itunes:explicit>false</itunes:explicit>
    <itunes:summary>Blog posts from eriklieben.com turned into conversations between two hosts. Covering .NET, TypeScript, Azure, event sourcing, and developer experience.</itunes:summary>
    <podcast:locked>no</podcast:locked>
    <item>
      <title>Stop alt-tabbing to DevTools: WithBrowserLogs makes Chromium an Aspire resource</title>
      <link>https://eriklieben.com/posts/aspire-with-browser-logs/</link>
      <guid isPermaLink="false">podcast-aspire-with-browser-logs</guid>
      <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
      <description>Aspire 13.3 introduces WithBrowserLogs, an extension that attaches a tracked Chromium browser to an endpoint-capable resource. Console logs and network activity stream back into the Aspire dashboard alongside your backend traces. For anyone debugging a frontend that talks to a distributed backend, this is the hop you've been making manually for years.</description>
      <enclosure url="https://podcast.eriklieben.com/episodes/aspire-with-browser-logs.mp3" length="11582253" type="audio/mpeg"/>
      <itunes:duration>8:03</itunes:duration>
      <itunes:episode>12</itunes:episode>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:explicit>false</itunes:explicit>
      <itunes:image href="https://podcast.eriklieben.com/podcast-thumbnails/ep12.jpg"/>
    </item>
    <item>
      <title>Azure Functions Consumption on Linux is going away, what are the migration paths?</title>
      <link>https://eriklieben.com/posts/azure-functions-linux-consumption-migration-paths/</link>
      <guid isPermaLink="false">podcast-azure-functions-linux-consumption-migration-paths</guid>
      <pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate>
      <description>Linux Consumption is going away, and Microsoft's migration guidance points at Flex Consumption. But is Flex actually the right destination for your apps, or are the other paths Azure Functions on Azure Container Apps, Container Apps Jobs, AKS with KEDA, or plain ACA worth a closer look?</description>
      <enclosure url="https://podcast.eriklieben.com/episodes/azure-functions-linux-consumption-migration-paths.mp3" length="16716717" type="audio/mpeg"/>
      <itunes:duration>11:36</itunes:duration>
      <itunes:episode>11</itunes:episode>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:explicit>false</itunes:explicit>
      <itunes:image href="https://podcast.eriklieben.com/podcast-thumbnails/ep11.jpg"/>
    </item>
    <item>
      <title>Run Gemma 4 with Ollama locally, and keep the Aspire LLM Insights (sparkles and all)</title>
      <link>https://eriklieben.com/posts/local-llms-with-aspire-genai-tracing/</link>
      <guid isPermaLink="false">podcast-local-llms-with-aspire-genai-tracing</guid>
      <pubDate>Tue, 21 Apr 2026 00:00:00 GMT</pubDate>
      <description>Can't use Microsoft Foundry because of compliance or an Azure bill that doubles during an AI development spike, but still want the best AI debugging experience in Aspire? Here's how to keep the full GenAI chat-log sparkles while Ollama and Gemma 4 run locally.</description>
      <enclosure url="https://podcast.eriklieben.com/episodes/local-llms-with-aspire-genai-tracing.mp3" length="12935853" type="audio/mpeg"/>
      <itunes:duration>8:58</itunes:duration>
      <itunes:episode>10</itunes:episode>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:explicit>false</itunes:explicit>
      <itunes:image href="https://podcast.eriklieben.com/podcast-thumbnails/ep10.jpg"/>
    </item>
    <item>
      <title>C# scripting in .NET 10: stop context-switching to your AI agent's scripts</title>
      <link>https://eriklieben.com/posts/dotnet-10-csharp-scripting-stop-context-switching/</link>
      <guid isPermaLink="false">podcast-dotnet-10-csharp-scripting-stop-context-switching</guid>
      <pubDate>Mon, 30 Mar 2026 06:00:00 GMT</pubDate>
      <description>You're debugging an issue and ask your AI agent to write a quick script that checks your database state. It hands you Python or JavaScript. You can read it, sure, but you can't review it at a glance the way you can with C. With .NET 10's dotnet run file.cs, there's no reason to leave your main coding language anymore for the utility scripts your agent writes during development.</description>
      <enclosure url="https://podcast.eriklieben.com/episodes/dotnet-10-csharp-scripting-stop-context-switching.mp3" length="9270189" type="audio/mpeg"/>
      <itunes:duration>6:26</itunes:duration>
      <itunes:episode>9</itunes:episode>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:explicit>false</itunes:explicit>
      <itunes:image href="https://podcast.eriklieben.com/podcast-thumbnails/ep09.jpg"/>
    </item>
    <item>
      <title>Don't let your AI agent delegate the debug work to you: manage, monitor, and test your app with Aspire 13.2's CLI overhaul and new agent skills</title>
      <link>https://eriklieben.com/posts/agentic-dev-workflow-aspire-debugging/</link>
      <guid isPermaLink="false">podcast-agentic-dev-workflow-aspire-debugging</guid>
      <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
      <description>You've discussed the feature with your AI agent, it wrote the code for it, but then what? You start the app, open the browser, click around, look for bugs, find one, describe it back to the agent. You're doing all the boring manual labor of verifying that what was built actually works. With Aspire's CLI overhaul in 13.2 and its new skills combined with Playwright CLI/skills the agent can manage and monitor your distributed app, open the browser, test the feature, and debug it. The tedious verify-and-fix loop becomes the agent's job, not yours.</description>
      <enclosure url="https://podcast.eriklieben.com/episodes/agentic-dev-workflow-aspire-debugging.mp3" length="13902957" type="audio/mpeg"/>
      <itunes:duration>9:39</itunes:duration>
      <itunes:episode>8</itunes:episode>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:explicit>false</itunes:explicit>
      <itunes:image href="https://podcast.eriklieben.com/podcast-thumbnails/ep08.jpg"/>
    </item>
    <item>
      <title>Dependency updates that understand your code</title>
      <link>https://eriklieben.com/posts/agentic-dev-workflow-dependency-management/</link>
      <guid isPermaLink="false">podcast-agentic-dev-workflow-dependency-management</guid>
      <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
      <description>We've all been there. You open your repository on Monday morning and there are a dozen dependency update PRs waiting. Some are patch updates, some are minor, one is a major version bump buried in the middle. CI is green on all of them. You merge them. What could go wrong?</description>
      <enclosure url="https://podcast.eriklieben.com/episodes/agentic-dev-workflow-dependency-management.mp3" length="12864429" type="audio/mpeg"/>
      <itunes:duration>8:56</itunes:duration>
      <itunes:episode>2</itunes:episode>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:explicit>false</itunes:explicit>
      <itunes:image href="https://podcast.eriklieben.com/podcast-thumbnails/ep02.jpg"/>
    </item>
    <item>
      <title>Documentation as a first-class concern in your agentic workflow</title>
      <link>https://eriklieben.com/posts/agentic-dev-workflow-documentation/</link>
      <guid isPermaLink="false">podcast-agentic-dev-workflow-documentation</guid>
      <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
      <description>Most teams write documentation after the feature ships. By then the context is stale, the pressure to move on is high, and the ADR nobody wrote is already forgotten. The agentic dev workflow treats docs as something you generate alongside the code, not something you backfill when someone complains the wiki is out of date.</description>
      <enclosure url="https://podcast.eriklieben.com/episodes/agentic-dev-workflow-documentation.mp3" length="10088396" type="audio/mpeg"/>
      <itunes:duration>6:50</itunes:duration>
      <itunes:episode>5</itunes:episode>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:explicit>false</itunes:explicit>
      <itunes:image href="https://podcast.eriklieben.com/podcast-thumbnails/ep05.jpg"/>
    </item>
    <item>
      <title>Quality gates that actually run: verification and security in the agentic workflow</title>
      <link>https://eriklieben.com/posts/agentic-dev-workflow-quality-gates/</link>
      <guid isPermaLink="false">podcast-agentic-dev-workflow-quality-gates</guid>
      <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
      <description>Most code quality checks exist in three places: a CI pipeline that runs after you push, a mental checklist you may or may not remember, and post-commit hooks that hit you with a wall of failures right when you thought you were done. The agentic workflow collapses all of these into a single command that runs before the PR, covers both .NET and Angular, and pairs automated scanning with reasoning about what the results mean.</description>
      <enclosure url="https://podcast.eriklieben.com/episodes/agentic-dev-workflow-quality-gates.mp3" length="9495376" type="audio/mpeg"/>
      <itunes:duration>6:26</itunes:duration>
      <itunes:episode>4</itunes:episode>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:explicit>false</itunes:explicit>
      <itunes:image href="https://podcast.eriklieben.com/podcast-thumbnails/ep04.jpg"/>
    </item>
    <item>
      <title>Building and evolving your own AI development skills</title>
      <link>https://eriklieben.com/posts/agentic-dev-workflow-skill-building/</link>
      <guid isPermaLink="false">podcast-agentic-dev-workflow-skill-building</guid>
      <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
      <description>Skills are the most powerful part of any agentic workflow, and they're also the easiest to get wrong. This post covers the full lifecycle: writing a skill from scratch, finding and adopting skills from the community, and closing the loop so your skills improve over time.</description>
      <enclosure url="https://podcast.eriklieben.com/episodes/agentic-dev-workflow-skill-building.mp3" length="16215021" type="audio/mpeg"/>
      <itunes:duration>11:15</itunes:duration>
      <itunes:episode>7</itunes:episode>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:explicit>false</itunes:explicit>
      <itunes:image href="https://podcast.eriklieben.com/podcast-thumbnails/ep07.jpg"/>
    </item>
    <item>
      <title>Teaching your AI how to write tests with you</title>
      <link>https://eriklieben.com/posts/agentic-dev-workflow-tdd/</link>
      <guid isPermaLink="false">podcast-agentic-dev-workflow-tdd</guid>
      <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
      <description>Everyone has opinions about how tests should look. Naming conventions, structure patterns, which mocking library to use. The problem with AI coding assistants is that they have collected opinions for their learnings too, and they're usually not yours.</description>
      <enclosure url="https://podcast.eriklieben.com/episodes/agentic-dev-workflow-tdd.mp3" length="13263021" type="audio/mpeg"/>
      <itunes:duration>9:12</itunes:duration>
      <itunes:episode>3</itunes:episode>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:explicit>false</itunes:explicit>
      <itunes:image href="https://podcast.eriklieben.com/podcast-thumbnails/ep03.jpg"/>
    </item>
    <item>
      <title>AI-driven usability testing: a think-aloud study with a team of AI testers</title>
      <link>https://eriklieben.com/posts/agentic-dev-workflow-ux-testing/</link>
      <guid isPermaLink="false">podcast-agentic-dev-workflow-ux-testing</guid>
      <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
      <description>Manual usability testing is slow, expensive, and easy to skip when a deadline looms. The /tool-ux-study skill spawns a coordinated team of AI tester agents that each log in as a different persona, test the application under different themes and viewports, and report back — while a lead agent acts as UX research facilitator, observing sessions, probing for clarity, and synthesizing findings into a research-grade report.</description>
      <enclosure url="https://podcast.eriklieben.com/episodes/agentic-dev-workflow-ux-testing.mp3" length="10623757" type="audio/mpeg"/>
      <itunes:duration>7:14</itunes:duration>
      <itunes:episode>6</itunes:episode>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:explicit>false</itunes:explicit>
      <itunes:image href="https://podcast.eriklieben.com/podcast-thumbnails/ep06.jpg"/>
    </item>
    <item>
      <title>Turning your AI tool into your pair programming companion</title>
      <link>https://eriklieben.com/posts/turning-ai-into-pair-programming-companion/</link>
      <guid isPermaLink="false">podcast-turning-ai-into-pair-programming-companion</guid>
      <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
      <description>AI models are trained on billions of lines of &quot;everyone's&quot; code good and bad code, generic best practice, the Stack Overflow answer, the textbook approaches. But your project might not be that generic; why else did you otherwise create it?</description>
      <enclosure url="https://podcast.eriklieben.com/episodes/turning-ai-into-pair-programming-companion.mp3" length="9107181" type="audio/mpeg"/>
      <itunes:duration>6:19</itunes:duration>
      <itunes:episode>1</itunes:episode>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:explicit>false</itunes:explicit>
      <itunes:image href="https://podcast.eriklieben.com/podcast-thumbnails/ep01.jpg"/>
    </item>
  </channel>
</rss>