<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
    
    <!-- Homepage -->
    <url>
        <loc>https://www.yagneshpatel.com/</loc>
        <lastmod>2024-12-19</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://www.yagneshpatel.com/profile.jpeg</image:loc>
            <image:title>Yagnesh Patel - AI Full Stack Engineer</image:title>
            <image:caption>AI Full Stack Engineer specializing in LLM development and machine learning</image:caption>
        </image:image>
    </url>
    
    <!-- About Page -->
    <url>
        <loc>https://www.yagneshpatel.com/about</loc>
        <lastmod>2024-12-19</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Contact Page -->
    <url>
        <loc>https://www.yagneshpatel.com/contact</loc>
        <lastmod>2024-12-19</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- Blog Index -->
    <url>
        <loc>https://www.yagneshpatel.com/blog</loc>
        <lastmod>2024-12-19</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Blog Posts -->
    <url>
        <loc>https://www.yagneshpatel.com/blog/consistent-hashing-in-javascript</loc>
        <lastmod>2023-11-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
        <image:image>
            <image:loc>https://www.yagneshpatel.com/assets/c-h.png</image:loc>
            <image:title>Consistent Hashing Algorithm Visualization</image:title>
            <image:caption>Consistent Hashing in JavaScript (NodeJS) - Distributed Systems Algorithm</image:caption>
        </image:image>
    </url>
    
    <url>
        <loc>https://www.yagneshpatel.com/blog/crud-api-with-bun-mongodb-and-express</loc>
        <lastmod>2023-09-19</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
        <image:image>
            <image:loc>https://static1.makeuseofimages.com/wordpress/wp-content/uploads/2022/08/BunjsLogoOnLaptop-1.jpg</image:loc>
            <image:title>Bun.js Logo</image:title>
            <image:caption>Building a CRUD API with Bun.js, MongoDB, and Express</image:caption>
        </image:image>
    </url>
    
    <url>
        <loc>https://www.yagneshpatel.com/blog/row-oriented-vs-column-oriented-databases</loc>
        <lastmod>2023-10-21</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
        <image:image>
            <image:loc>https://www.yagneshpatel.com/assets/c-v-r.jpeg</image:loc>
            <image:title>Row vs Column Database Storage Comparison</image:title>
            <image:caption>Row-Oriented vs Column-Oriented Databases - Database Architecture Comparison</image:caption>
        </image:image>
    </url>
    
</urlset>