<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CodeWithStu</title>
    <description>Thoughts and videos from Stuart Blackler on .NET, AWS, DevOps, and cloud architecture.</description>
    <link>https://codewithstu.tv</link>
    <atom:link href="https://codewithstu.tv/feed.xml" rel="self" type="application/rss+xml"/>
    <language>en-us</language>
    <managingEditor>stu@codewithstu.tv (Stuart Blackler)</managingEditor>
    <lastBuildDate>Fri, 27 Mar 2026 15:10:23 GMT</lastBuildDate>
    <item>
      <title>How I Fixed The Bottleneck That Killed 700+ Lambdas</title>
      <description><![CDATA[Walk through the architecture that broke when a DynamoDB migration served over 700 Lambdas, the incident that exposed it, and the ActionRunner pattern built to fix it]]></description>
      <link>https://codewithstu.tv/videos/how-i-fixed-the-bottleneck-that-killed-700-lambdas</link>
      <guid isPermaLink="true">https://codewithstu.tv/videos/how-i-fixed-the-bottleneck-that-killed-700-lambdas</guid>
      <pubDate>Fri, 27 Mar 2026 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>Building a High-Performance .NET AWS SDK</title>
      <description><![CDATA[Explore 17 .NET performance techniques used in Goa, an open-source AWS SDK. From stackalloc to source generators with real benchmarks and code examples.]]></description>
      <link>https://codewithstu.tv/thoughts/dotnet/high-performance-dotnet-aws-sdk</link>
      <guid isPermaLink="true">https://codewithstu.tv/thoughts/dotnet/high-performance-dotnet-aws-sdk</guid>
      <pubDate>Sun, 22 Mar 2026 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>Deploying Next.js 15 Static Export to Cloudflare Workers with OpenTofu</title>
      <description><![CDATA[Step-by-step guide to deploying a Next.js 15 static export to Cloudflare Workers using OpenTofu for infrastructure, GitHub Actions for CI/CD, and custom worker middleware for security headers, redirects, and legacy domain handling.]]></description>
      <link>https://codewithstu.tv/thoughts/architecture/deploying-nextjs-on-cloudflare-workers</link>
      <guid isPermaLink="true">https://codewithstu.tv/thoughts/architecture/deploying-nextjs-on-cloudflare-workers</guid>
      <pubDate>Wed, 11 Mar 2026 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>I benchmarked all .NET serializers for .NET 10</title>
      <description><![CDATA[Compare JSON and binary serializer benchmarks on .NET 10 with System.Text.Json, MessagePack, MemoryPack, and more across three data sets]]></description>
      <link>https://codewithstu.tv/videos/i-benchmarked-all-net-serializers-for-net-10</link>
      <guid isPermaLink="true">https://codewithstu.tv/videos/i-benchmarked-all-net-serializers-for-net-10</guid>
      <pubDate>Sun, 01 Feb 2026 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>How to Enable Engineering Teams to Share Knowledge</title>
      <description><![CDATA[Practical strategies for building a knowledge-sharing culture in engineering teams, from structured lunch-and-learns to lightning talks.]]></description>
      <link>https://codewithstu.tv/thoughts/engineering/enabling-engineering-teams-share-knowledge</link>
      <guid isPermaLink="true">https://codewithstu.tv/thoughts/engineering/enabling-engineering-teams-share-knowledge</guid>
      <pubDate>Tue, 17 Dec 2024 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>The Smartest Way to Onboard Developers</title>
      <description><![CDATA[Use the CodeTour VS Code extension to create guided, versioned walkthroughs of your codebase for seamless developer onboarding]]></description>
      <link>https://codewithstu.tv/videos/The-Smartest-Way-to-Onboard-Developers</link>
      <guid isPermaLink="true">https://codewithstu.tv/videos/The-Smartest-Way-to-Onboard-Developers</guid>
      <pubDate>Mon, 01 Jan 2024 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>Lessons learnt after interviewing over 300 engineers</title>
      <description><![CDATA[Three key lessons from interviewing over 300 engineers: conciseness, preparation, and clarity, with exercises to improve your interview skills.]]></description>
      <link>https://codewithstu.tv/thoughts/engineering/interviewing-engineers-lessons</link>
      <guid isPermaLink="true">https://codewithstu.tv/thoughts/engineering/interviewing-engineers-lessons</guid>
      <pubDate>Fri, 03 Nov 2023 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>Using The Factory Design Pattern in .NET</title>
      <description><![CDATA[Learn how to implement the Factory and Abstract Factory design patterns in C#/.NET with real-world examples for flexible object creation.]]></description>
      <link>https://codewithstu.tv/thoughts/dotnet/factory-design-pattern</link>
      <guid isPermaLink="true">https://codewithstu.tv/thoughts/dotnet/factory-design-pattern</guid>
      <pubDate>Tue, 09 May 2023 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>Using The Decorator Design Pattern in .NET</title>
      <description><![CDATA[Learn how to implement the Decorator design pattern in C#/.NET to add behaviours dynamically, with examples using both manual and DI approaches.]]></description>
      <link>https://codewithstu.tv/thoughts/dotnet/decorator-design-pattern</link>
      <guid isPermaLink="true">https://codewithstu.tv/thoughts/dotnet/decorator-design-pattern</guid>
      <pubDate>Mon, 08 May 2023 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>2 MUST USE features for dotnet test debugging</title>
      <description><![CDATA[Diagnose test crashes and hangs using dotnet test blame crash and blame hang, with memory dumps and sequence files]]></description>
      <link>https://codewithstu.tv/videos/2-must-use-features-for-dotnet-test-debugging</link>
      <guid isPermaLink="true">https://codewithstu.tv/videos/2-must-use-features-for-dotnet-test-debugging</guid>
      <pubDate>Mon, 08 May 2023 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>Using The Singleton Design Pattern in .NET</title>
      <description><![CDATA[Implement the Singleton design pattern in C#/.NET using Lazy<T> for thread safety, plus modern approaches with dependency injection containers.]]></description>
      <link>https://codewithstu.tv/thoughts/dotnet/singleton-design-pattern</link>
      <guid isPermaLink="true">https://codewithstu.tv/thoughts/dotnet/singleton-design-pattern</guid>
      <pubDate>Sun, 07 May 2023 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>Saying Hello To The Newest .NET Community - WeAreDotnet!</title>
      <description><![CDATA[Tim from WeAreDotnet.io shares how this community platform connects .NET creators, aggregates content, and welcomes new members]]></description>
      <link>https://codewithstu.tv/videos/saying-hello-to-the-newest-net-community-wearedotnet</link>
      <guid isPermaLink="true">https://codewithstu.tv/videos/saying-hello-to-the-newest-net-community-wearedotnet</guid>
      <pubDate>Thu, 27 Apr 2023 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>AWS Cost Optimization Strategies</title>
      <description><![CDATA[Practical strategies for reducing your AWS bill without sacrificing performance. Covers reserved capacity, right-sizing, storage tiering, and cost monitoring.]]></description>
      <link>https://codewithstu.tv/thoughts/cloud/aws-cost-optimization</link>
      <guid isPermaLink="true">https://codewithstu.tv/thoughts/cloud/aws-cost-optimization</guid>
      <pubDate>Mon, 24 Apr 2023 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>Chaos Engineering on AWS</title>
      <description><![CDATA[A practical guide to chaos engineering on AWS using AWS Fault Injection Simulator. Covers experiment design, steady-state hypotheses, and blast radius control.]]></description>
      <link>https://codewithstu.tv/thoughts/cloud/chaos-engineering-aws</link>
      <guid isPermaLink="true">https://codewithstu.tv/thoughts/cloud/chaos-engineering-aws</guid>
      <pubDate>Mon, 20 Mar 2023 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>Using the Builder Design Pattern in .NET</title>
      <description><![CDATA[Learn how to implement the Builder design pattern in C#/.NET to construct complex objects step by step with clean, maintainable code.]]></description>
      <link>https://codewithstu.tv/thoughts/dotnet/builder-design-pattern</link>
      <guid isPermaLink="true">https://codewithstu.tv/thoughts/dotnet/builder-design-pattern</guid>
      <pubDate>Tue, 14 Mar 2023 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>SLIs vs SLOs vs SLAs Explained</title>
      <description><![CDATA[A clear breakdown of Service Level Indicators, Objectives, and Agreements. How to define, measure, and use them to build reliable systems.]]></description>
      <link>https://codewithstu.tv/thoughts/engineering/slis-slos-slas</link>
      <guid isPermaLink="true">https://codewithstu.tv/thoughts/engineering/slis-slos-slas</guid>
      <pubDate>Mon, 13 Mar 2023 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>Continuous Integration vs Continuous Delivery vs Continuous Deployment</title>
      <description><![CDATA[Understanding the differences between CI, CD, and continuous deployment. Clear definitions, when to use each approach, and how they fit together in modern engineering.]]></description>
      <link>https://codewithstu.tv/thoughts/engineering/ci-cd-continuous-deployment</link>
      <guid isPermaLink="true">https://codewithstu.tv/thoughts/engineering/ci-cd-continuous-deployment</guid>
      <pubDate>Mon, 06 Mar 2023 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>AWS Well-Architected Framework</title>
      <description><![CDATA[An overview of the AWS Well-Architected Framework, its six pillars, available lenses, and how to run a Well-Architected review using the AWS console tool.]]></description>
      <link>https://codewithstu.tv/thoughts/cloud/well-architected-framework</link>
      <guid isPermaLink="true">https://codewithstu.tv/thoughts/cloud/well-architected-framework</guid>
      <pubDate>Mon, 27 Feb 2023 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>.NET Serialization Benchmarks - Feb 2023</title>
      <description><![CDATA[Updated .NET serialisation benchmarks for February 2023 comparing System.Text.Json, MessagePack, MemoryPack, Protobuf, and more frameworks.]]></description>
      <link>https://codewithstu.tv/thoughts/dotnet/dotnet-serialization-benchmarks</link>
      <guid isPermaLink="true">https://codewithstu.tv/thoughts/dotnet/dotnet-serialization-benchmarks</guid>
      <pubDate>Sun, 26 Feb 2023 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
    <item>
      <title>Unlocking the best of AWS Route 53</title>
      <description><![CDATA[Master AWS Route 53 wildcards, health checks, and multi-region DNS failover with Terraform for highly available infrastructure]]></description>
      <link>https://codewithstu.tv/videos/unlocking-the-best-of-aws-route-53</link>
      <guid isPermaLink="true">https://codewithstu.tv/videos/unlocking-the-best-of-aws-route-53</guid>
      <pubDate>Sun, 26 Feb 2023 00:00:00 GMT</pubDate>
      <author>stu@codewithstu.tv (Stuart Blackler)</author>
    </item>
  </channel>
</rss>
