<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>A smol cat</title>
    <link>https://a-smol-cat.fr</link>
    <description>Notes from the keyboard — backend things, Kubernetes, Python, and zero hairballs.</description>
    <language>en</language>
    <lastBuildDate>Tue, 16 Jun 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://a-smol-cat.fr/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>PostgreSQL on Kubernetes: From StatefulSets to Operator-Managed Database Platforms</title>
      <link>https://a-smol-cat.fr/posts/pg_operator_on_kubernetes</link>
      <guid isPermaLink="true">https://a-smol-cat.fr/posts/pg_operator_on_kubernetes</guid>
      <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[PostgreSQL has been the backbone of most projects I’ve delivered over the last decade. When someone needs real transactions, a solid SQL interface, and room to grow with extensions, Postgres is the database I reach for. Kubernetes, meanwhile, has become the default way to…]]></description>
      <category>postgresql</category>
      <category>kubernetes</category>
      <category>devops</category>
      <category>database</category>
    </item>
    <item>
      <title>Unlocking Asyncio: Practical Concurrency for FastAPI APIs</title>
      <link>https://a-smol-cat.fr/posts/asyncio_and_fastapi</link>
      <guid isPermaLink="true">https://a-smol-cat.fr/posts/asyncio_and_fastapi</guid>
      <pubDate>Tue, 25 Nov 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[Async programming has become indispensable for backend developers looking to build scalable, production-grade APIs. Python’s asyncio library—combined with FastAPI—delivers a native async stack that sidesteps the classic bottlenecks seen in synchronous or threaded frameworks.…]]></description>
      <category>python</category>
      <category>fastapi</category>
      <category>asyncio</category>
    </item>
    <item>
      <title>Mastering Kubernetes: A Comprehensive Guide from Setup to Advanced Orchestration</title>
      <link>https://a-smol-cat.fr/posts/mastering_kubernetes</link>
      <guid isPermaLink="true">https://a-smol-cat.fr/posts/mastering_kubernetes</guid>
      <pubDate>Wed, 23 Apr 2025 22:00:00 GMT</pubDate>
      <description><![CDATA[Kubernetes has revolutionized container orchestration, enabling organizations to manage scalable, resilient applications in dynamic environments. This guide provides a structured path from fundamental concepts to production-grade deployments, leveraging Kubernetes' full…]]></description>
      <category>kubernetes</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
