<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" 
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title><![CDATA[John Doe | Software Engineer]]></title>
    <link>https://yourportfolio.com</link>
    <description><![CDATA[Senior Software Engineer specializing in DSA, System Design, and DevOps]]></description>
    <language>en-US</language>
    <lastBuildDate>Sun, 31 May 2026 04:03:18 GMT</lastBuildDate>
    <atom:link href="https://yourportfolio.com/blog/rss" rel="self" type="application/rss+xml"/>
    <generator>Next.js</generator>
    <webMaster>john@example.com (John Doe)</webMaster>
    <managingEditor>john@example.com (John Doe)</managingEditor>
    <copyright>Copyright 2026 John Doe. All rights reserved.</copyright>
    <ttl>60</ttl>
    <image>
      <url>https://yourportfolio.com/icon.png</url>
      <title><![CDATA[John Doe | Software Engineer]]></title>
      <link>https://yourportfolio.com</link>
    </image>
    
    <item>
      <title><![CDATA[Understanding System Design: A Comprehensive Guide]]></title>
      <link>https://yourportfolio.com/blog/understanding-system-design</link>
      <guid isPermaLink="true">https://yourportfolio.com/blog/understanding-system-design</guid>
      <description><![CDATA[Learn the fundamentals of system design including scalability, reliability, and maintainability.]]></description>
      <pubDate>Sat, 23 May 2026 06:56:25 GMT</pubDate>
      <author>john@example.com (John Doe)</author>
      <category><![CDATA[System Design]]></category>
      <category><![CDATA[system-design]]></category>
      <category><![CDATA[architecture]]></category>
      <category><![CDATA[scalability]]></category>
      
    </item>
    <item>
      <title><![CDATA[Mastering Binary Search: Patterns and Variations]]></title>
      <link>https://yourportfolio.com/blog/mastering-binary-search</link>
      <guid isPermaLink="true">https://yourportfolio.com/blog/mastering-binary-search</guid>
      <description><![CDATA[Deep dive into binary search algorithms, common patterns, and interview questions.]]></description>
      <pubDate>Sat, 23 May 2026 06:56:26 GMT</pubDate>
      <author>john@example.com (John Doe)</author>
      <category><![CDATA[DSA]]></category>
      <category><![CDATA[algorithms]]></category>
      <category><![CDATA[binary-search]]></category>
      <category><![CDATA[leetcode]]></category>
      
    </item>
  </channel>
</rss>