<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Our Blog | Strohm Partners LLC</title>
        <link>blog.strohmpartners.com</link>
        <description>Thoughts on software engineering, side projects, and lessons learned.</description>
        <lastBuildDate>Sun, 31 May 2026 02:36:30 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved 2026</copyright>
        <atom:link href="blog.strohmpartners.com/rss.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Hello World — My First Blog Post]]></title>
            <link>blog.strohmpartners.com/posts/hello-world</link>
            <guid isPermaLink="false">blog.strohmpartners.com/posts/hello-world</guid>
            <pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Welcome to my new blog. This is the first post on a platform I built from scratch.]]></description>
        </item>
        <item>
            <title><![CDATA[Building a Blog with Next.js and Markdown]]></title>
            <link>blog.strohmpartners.com/posts/building-a-blog</link>
            <guid isPermaLink="false">blog.strohmpartners.com/posts/building-a-blog</guid>
            <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[A walkthrough of how this blog was built — static generation, Markdown parsing, RSS, and custom domains.]]></description>
        </item>
    </channel>
</rss>