<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Golang on Manvendra Rajpoot</title>
    <link>https://blog.rajpoot.dev/tags/golang/</link>
    <description>Recent content in Golang on Manvendra Rajpoot</description>
    <image>
      <title>Manvendra Rajpoot</title>
      <url>https://blog.rajpoot.dev/img/personal/cover.png</url>
      <link>https://blog.rajpoot.dev/img/personal/cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Manvendra Rajpoot</copyright>
    <lastBuildDate>Sun, 17 May 2026 17:50:46 +0530</lastBuildDate>
    <atom:link href="https://blog.rajpoot.dev/tags/golang/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Go Concurrency: Goroutines, Channels, and the sync Package</title>
      <link>https://blog.rajpoot.dev/posts/go/go-concurrency-goroutines-channels/</link>
      <pubDate>Tue, 28 Apr 2026 14:45:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/go/go-concurrency-goroutines-channels/</guid>
      <description>A practical guide to Go&amp;#39;s concurrency model — goroutines, channels, select, sync primitives, and the patterns that work (and the ones that ruin you).</description>
    </item>
    <item>
      <title>Go Web Frameworks Compared: Gin, Echo, and Chi</title>
      <link>https://blog.rajpoot.dev/posts/go/go-web-frameworks-gin-echo-chi/</link>
      <pubDate>Tue, 28 Apr 2026 14:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/go/go-web-frameworks-gin-echo-chi/</guid>
      <description>An opinionated comparison of Gin, Echo, and Chi — the three most popular Go web frameworks in 2026, with code samples and guidance on which to pick.</description>
    </item>
    <item>
      <title>Building a REST API in Go with net/http (No Framework)</title>
      <link>https://blog.rajpoot.dev/posts/go/go-rest-api-with-net-http/</link>
      <pubDate>Tue, 28 Apr 2026 14:35:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/go/go-rest-api-with-net-http/</guid>
      <description>Build a complete, production-shaped REST API in Go using only the standard library — routing, middleware, JSON, validation, error handling, graceful shutdown.</description>
    </item>
    <item>
      <title>Getting Started with Go for Backend Developers</title>
      <link>https://blog.rajpoot.dev/posts/go/getting-started-with-go-for-backend-developers/</link>
      <pubDate>Tue, 28 Apr 2026 14:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/go/getting-started-with-go-for-backend-developers/</guid>
      <description>A pragmatic introduction to Go for backend developers coming from Python, Node, or another language — what makes Go different, the syntax that matters, and your first HTTP server.</description>
    </item>
  </channel>
</rss>
