<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://portfolio-blog-starter.vercel.app</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Implementing Github Actions CI for Go Applications</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/go-github-actions-ci</link>
          <description>Implement Go Github Actions Continous Integrations with Unit Tests and Linting.</description>
          <pubDate>Thu, 06 Nov 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Building faster Backend Go Apps with Redis</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/faster-app-with-go-redis</link>
          <description>Learn how to boost the performance of your Go backend by integrating Redis for caching, session management, and rate limiting to achieve faster, more scalable applications.</description>
          <pubDate>Wed, 05 Nov 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Building Go Microservices with RabbitMQ and Gin</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/go-microservices-with-rabbitmq</link>
          <description>Discover how to build scalable Go microservices using the Gin framework and RabbitMQ for asynchronous, reliable communication between services.</description>
          <pubDate>Wed, 05 Nov 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Building Chat App with Go Web Socket</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/go-socket-chat</link>
          <description>Building go chat application with gorilla web socket</description>
          <pubDate>Wed, 24 Sep 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Go Concurrency Simply Explained with Examples</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/go-concurrency</link>
          <description>Go concurrency concepts explained with examples</description>
          <pubDate>Sun, 07 Sep 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>JWT Explained with Custom Authentication in Go</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/jwt-go-custom</link>
          <description>JSON Web Token (JWT) is a secure way of transmitting information in a web application. The information being transmitted is written in JSON format.</description>
          <pubDate>Fri, 05 Sep 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>VPS Setup with Nginx, UFW, PM2 and SSL/TLS</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/nginx-vps-setup</link>
          <description>In the ever-evolving landscape of software development, the debate between dynamic and static typing continues to be a hot topic.</description>
          <pubDate>Thu, 04 Sep 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Server Side Vulnerabilities: Simplified</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/server-side-vulns</link>
          <description>Discover why Vim, with its steep learning curve, remains a beloved tool among developers for editing code efficiently and effectively.</description>
          <pubDate>Wed, 03 Sep 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>DevOps Engineer Roadmap</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/devops-engineer-roadmap</link>
          <description>A complete guide for anyone aspiring to become a DevOps Engineer, covering skills, tools, and technologies required to succeed in modern infrastructure and cloud-native environments.</description>
          <pubDate>Mon, 25 Aug 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Top Golang Architectures</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/go-architectures</link>
          <description>An overview of the most common Go architectures, frameworks, and API protocols, with their structures, use cases, and real-world examples.</description>
          <pubDate>Mon, 25 Aug 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Microservices Backend Engineer Roadmap</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/microservice-developer-roadmap</link>
          <description>Comprehensive guide for anyone wishing to become a Backend Engineer with Microservices systems in mind.</description>
          <pubDate>Mon, 25 Aug 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Hexagonal Architecture with Go</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/go-hexa-archi</link>
          <description>Creating your app without either UI or DB to be able to run automated regression-tests against the app, work when db becomes unavailable, and link apps together without user involvement.</description>
          <pubDate>Fri, 22 Aug 2025 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>