<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ali Tarakzai</title>
    <link>https://example.com</link>
    <description>Personal blog about software engineering</description>
    <language>en</language>
    <atom:link href="https://example.com/rss.xml" rel="self" type="application/rss+xml"/>
    
    <item>
      <title>Getting Started with Docker Compose for Development</title>
      <link>https://example.com/getting-started-with-docker-compose</link>
      <guid isPermaLink="true">https://example.com/getting-started-with-docker-compose</guid>
      <description>Learn how to set up a productive local development environment using Docker Compose with hot-reloading and volume mounts.</description>
      <pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Building a Personal Blog with Next.js and Markdown</title>
      <link>https://example.com/building-a-personal-blog</link>
      <guid isPermaLink="true">https://example.com/building-a-personal-blog</guid>
      <description>A step-by-step guide to creating a fast, minimal personal blog using Next.js, Tailwind CSS, and Markdown files.</description>
      <pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Clean Code Principles Every Developer Should Know</title>
      <link>https://example.com/clean-code-principles</link>
      <guid isPermaLink="true">https://example.com/clean-code-principles</guid>
      <description>Essential clean code principles that will make your codebase more readable, maintainable, and enjoyable to work with.</description>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>