<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>System Journal</title><description>Practical notes on backend engineering, system design, debugging, and AI-assisted development.</description><link>https://example.com/</link><item><title>Rotating Database Credentials Without Restarting Pods</title><link>https://example.com/articles/rotating-database-credentials-without-restarting-pods/</link><guid isPermaLink="true">https://example.com/articles/rotating-database-credentials-without-restarting-pods/</guid><description>A runtime credential-reload pattern using a secrets agent and app-side file watching, so rotating a database password never forces a redeploy.</description><pubDate>Mon, 29 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Designing Idempotent APIs from the Ground Up</title><link>https://example.com/articles/designing-idempotent-apis/</link><guid isPermaLink="true">https://example.com/articles/designing-idempotent-apis/</guid><description>Strategies for ensuring safe retries in distributed systems, moving beyond simple unique keys toward explicit state-machine modeling.</description><pubDate>Wed, 20 May 2026 00:00:00 GMT</pubDate></item><item><title>Understanding Linux cgroups by Building a Container</title><link>https://example.com/articles/understanding-linux-cgroups/</link><guid isPermaLink="true">https://example.com/articles/understanding-linux-cgroups/</guid><description>A hands-on introduction to the kernel primitives that make Docker and Kubernetes possible, implemented from scratch in Go.</description><pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate></item></channel></rss>