<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Kokonatt's Tech Blog</title>
    <description>A distributed durable log of random developer events</description>
    <link>https://kokonatt.com</link>
    <atom:link href="https://kokonatt.com/feed.xml" rel="self" type="application/rss+xml"/>
    <generator>Astro RSS Generator</generator>
    <language>en-us</language>
    <item>
      <title><![CDATA[Domain-Driven Design & Hexagonal Architecture: Building Decoupled, Testable Python Systems]]></title>
      <link>https://kokonatt.com/blog/ddd-hexagonal-architecture</link>
      <guid isPermaLink="true">https://kokonatt.com/blog/ddd-hexagonal-architecture</guid>
      <pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Learn how to build highly maintainable Python systems by establishing clean boundaries using Domain-Driven Design and Hexagonal Architecture with modern static typing.]]></description>
    </item>
  </channel>
</rss>