<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://dev.hafid.my.id</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Mastering Object-Oriented Programming: A Complete Guide</title>
          <link>https://dev.hafid.my.id/blog/object-oriented-programming</link>
          <description>"A practical guide to Object-Oriented Programming (OOP) and the</description>
          <pubDate>Thu, 26 Dec 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Understanding Support Vector Machines: Theory and Practice</title>
          <link>https://dev.hafid.my.id/blog/support-vector-machines</link>
          <description>A deep dive into Support Vector Machines (SVM), one of the most powerful supervised learning algorithms, with mathematical intuition and practical Python examples.</description>
          <pubDate>Wed, 25 Dec 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Swift for Backend Development: A Modern Choice for Server-Side</title>
          <link>https://dev.hafid.my.id/blog/swift-backend-development</link>
          <description>Explore why Swift, traditionally known for iOS development, is becoming a compelling choice for backend development with its type safety, performance, and modern syntax.</description>
          <pubDate>Tue, 24 Dec 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>MobileNetV2: Efficient Deep Learning for Mobile Devices</title>
          <link>https://dev.hafid.my.id/blog/mobilenetv2-architecture</link>
          <description>A comprehensive guide to MobileNetV2 architecture, understanding inverted residuals, linear bottlenecks, and implementing it for image classification and transfer learning.</description>
          <pubDate>Mon, 23 Dec 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>