<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>MeadSteve&apos;s Dev Blog</title>
        <description>Rambling thoughts, ideas and other stuff from MeadSteve</description>
        <link>https://blog.meadsteve.dev</link>
        <atom:link href="https://blog.meadsteve.dev/feed.xml" rel="self" type="application/rss+xml" />
        
        
        <item>
            <title>Ladder of bug discovery joy</title>
            <description>The best and worst times to discover bugs</description>
            <pubDate>Sun, 16 Mar 2025 10:00:00 +0000</pubDate>
            <link>https://blog.meadsteve.dev/programming/2025/03/16/ladder-of-bug-discovery-joy/</link>
            <guid isPermaLink="true">https://blog.meadsteve.dev/programming/2025/03/16/ladder-of-bug-discovery-joy/</guid>
        </item>
        
        <item>
            <title>Typed Python: Choose Sequence over List</title>
            <description>Why I would default to choosing sequence over list when adding types to a function</description>
            <pubDate>Sat, 09 Sep 2023 19:00:00 +0000</pubDate>
            <link>https://blog.meadsteve.dev/programming/2023/09/09/typed-python-prefer-sequence-over-list/</link>
            <guid isPermaLink="true">https://blog.meadsteve.dev/programming/2023/09/09/typed-python-prefer-sequence-over-list/</guid>
        </item>
        
        <item>
            <title>Mastodon powered comment section: a live experiment</title>
            <description>Experimenting adding a comments section to my blog using mastodon</description>
            <pubDate>Fri, 04 Nov 2022 10:00:00 +0000</pubDate>
            <link>https://blog.meadsteve.dev/tools/2022/11/04/mastodon-powered-comment-section-a-live-experiment/</link>
            <guid isPermaLink="true">https://blog.meadsteve.dev/tools/2022/11/04/mastodon-powered-comment-section-a-live-experiment/</guid>
        </item>
        
        <item>
            <title>A short rant: I don&apos;t like status update stand-ups</title>
            <description>My feelings about 'yesterday I..., today I will... meetings</description>
            <pubDate>Mon, 31 Oct 2022 10:00:00 +0000</pubDate>
            <link>https://blog.meadsteve.dev/teamwork/2022/10/31/i-dont-like-status-update-stand-ups/</link>
            <guid isPermaLink="true">https://blog.meadsteve.dev/teamwork/2022/10/31/i-dont-like-status-update-stand-ups/</guid>
        </item>
        
        <item>
            <title>Write more useful exceptions in python</title>
            <description>Using specific exceptions with structured data to help consumers of your exceptions</description>
            <pubDate>Mon, 24 Oct 2022 10:00:00 +0000</pubDate>
            <link>https://blog.meadsteve.dev/programming/2022/10/24/write-more-useful-exceptions-in-python/</link>
            <guid isPermaLink="true">https://blog.meadsteve.dev/programming/2022/10/24/write-more-useful-exceptions-in-python/</guid>
        </item>
        
        <item>
            <title>What I like about hybrid working</title>
            <description>What it's been like with more remote work but not entirely remote work</description>
            <pubDate>Fri, 21 Oct 2022 10:00:00 +0000</pubDate>
            <link>https://blog.meadsteve.dev/teamwork/2022/10/21/hybrid-working/</link>
            <guid isPermaLink="true">https://blog.meadsteve.dev/teamwork/2022/10/21/hybrid-working/</guid>
        </item>
        
        <item>
            <title>TTTDD - Types then Test Driven Development</title>
            <description>Notes on using TDD with a nestjs graphql backend</description>
            <pubDate>Tue, 18 Oct 2022 10:00:00 +0000</pubDate>
            <link>https://blog.meadsteve.dev/programming/2022/10/18/tttdd/</link>
            <guid isPermaLink="true">https://blog.meadsteve.dev/programming/2022/10/18/tttdd/</guid>
        </item>
        
        <item>
            <title>How boring should your team&apos;s codebases be</title>
            <description>Thoughts on how to keep the novelty in a team at the correct level for easy onboarding</description>
            <pubDate>Thu, 13 Oct 2022 10:00:00 +0000</pubDate>
            <link>https://blog.meadsteve.dev/team-work/2022/10/13/how-boring-should-your-teams-codebases-be/</link>
            <guid isPermaLink="true">https://blog.meadsteve.dev/team-work/2022/10/13/how-boring-should-your-teams-codebases-be/</guid>
        </item>
        
        <item>
            <title>Hacking together a TDD workflow for redux and components</title>
            <description>A blogpost based on my notes trying out TDD with components in react with redux </description>
            <pubDate>Fri, 07 Oct 2022 10:00:00 +0000</pubDate>
            <link>https://blog.meadsteve.dev/react/2022/10/07/hacking-together-tdd-with-redux-and-components/</link>
            <guid isPermaLink="true">https://blog.meadsteve.dev/react/2022/10/07/hacking-together-tdd-with-redux-and-components/</guid>
        </item>
        
        <item>
            <title>Using a docker registry as a distributed layer cache for CI</title>
            <description>Steps to use --cache-from to speed up CI builds that use docker</description>
            <pubDate>Thu, 29 Sep 2022 10:00:00 +0000</pubDate>
            <link>https://blog.meadsteve.dev/docker/2022/09/29/docker-build-caching/</link>
            <guid isPermaLink="true">https://blog.meadsteve.dev/docker/2022/09/29/docker-build-caching/</guid>
        </item>
        
    </channel>
</rss>
