<?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>Go on Manvendra Rajpoot</title>
    <link>https://blog.rajpoot.dev/tags/go/</link>
    <description>Recent content in Go 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/go/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Go gRPC Streaming Patterns in 2026 — Server, Client, and Bidi That Don&#39;t Leak</title>
      <link>https://blog.rajpoot.dev/posts/go/go-grpc-streaming-2026/</link>
      <pubDate>Mon, 04 May 2026 08:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/go/go-grpc-streaming-2026/</guid>
      <description>Go gRPC streaming in 2026 — server / client / bidi streaming, backpressure, cancellation, error handling, and production patterns.</description>
    </item>
    <item>
      <title>Go Generics in 2026 — Patterns Worth Using and Ones Worth Avoiding</title>
      <link>https://blog.rajpoot.dev/posts/go/go-generics-patterns-2026/</link>
      <pubDate>Sun, 03 May 2026 08:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/go/go-generics-patterns-2026/</guid>
      <description>Go generics in 2026 — practical patterns from production, where generics shine, where they hurt, and the standard library&amp;#39;s current state.</description>
    </item>
    <item>
      <title>Go Error Handling in 2026 — errors.Is, errors.As, and the Patterns That Scale</title>
      <link>https://blog.rajpoot.dev/posts/go/go-error-handling-2026/</link>
      <pubDate>Sat, 02 May 2026 12:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/go/go-error-handling-2026/</guid>
      <description>Go error handling in 2026 — errors.Is / errors.As, sentinel errors, custom types, wrapping, and the patterns from production Go services.</description>
    </item>
    <item>
      <title>Go Testing Patterns in 2026 — Table-Driven, Subtests, and Real Integrations</title>
      <link>https://blog.rajpoot.dev/posts/go/go-testing-patterns-2026/</link>
      <pubDate>Sat, 02 May 2026 06:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/go/go-testing-patterns-2026/</guid>
      <description>Modern Go testing in 2026 — table-driven tests, subtests, testcontainers, fuzzing, golden files, and the patterns from production teams.</description>
    </item>
    <item>
      <title>Go Context and Cancellation in 2026 — The Patterns That Don&#39;t Leak</title>
      <link>https://blog.rajpoot.dev/posts/go/go-context-cancellation-2026/</link>
      <pubDate>Sat, 02 May 2026 06:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/go/go-context-cancellation-2026/</guid>
      <description>Mastering context.Context in Go in 2026 — cancellation, timeouts, deadlines, value passing, and the patterns from production services.</description>
    </item>
    <item>
      <title>Go 1.24 Features for Backend Engineers in 2026</title>
      <link>https://blog.rajpoot.dev/posts/go/go-1-24-features-2026/</link>
      <pubDate>Thu, 30 Apr 2026 16:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/go/go-1-24-features-2026/</guid>
      <description>Go 1.24 features that matter for backend engineers in 2026 — generics improvements, range-over-func, swiss tables, weak pointers, and the standard library updates.</description>
    </item>
    <item>
      <title>Go &#43; gRPC &#43; Protocol Buffers in 2026 — Production Microservice Patterns</title>
      <link>https://blog.rajpoot.dev/posts/go/go-grpc-protobuf-microservices-2026/</link>
      <pubDate>Wed, 29 Apr 2026 11:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/go/go-grpc-protobuf-microservices-2026/</guid>
      <description>Building production gRPC microservices in Go in 2026 — protobuf design, codegen, streaming, interceptors, observability, and the patterns that scale.</description>
    </item>
    <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>
