<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sourabh Jain</title>
    <description>The latest articles on DEV Community by Sourabh Jain (@jain131102).</description>
    <link>https://dev.to/jain131102</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1193723%2F084194dc-d40c-4b47-8029-0248c15c350f.png</url>
      <title>DEV Community: Sourabh Jain</title>
      <link>https://dev.to/jain131102</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jain131102"/>
    <language>en</language>
    <item>
      <title>⚡️ GoFr: The Opinionated Go Framework That Just Solved My Boilerplate Problem</title>
      <dc:creator>Sourabh Jain</dc:creator>
      <pubDate>Thu, 23 Oct 2025 10:24:54 +0000</pubDate>
      <link>https://dev.to/jain131102/gofr-the-opinionated-go-framework-that-just-solved-my-boilerplate-problem-247m</link>
      <guid>https://dev.to/jain131102/gofr-the-opinionated-go-framework-that-just-solved-my-boilerplate-problem-247m</guid>
      <description>&lt;p&gt;Hey &lt;strong&gt;Dev.to&lt;/strong&gt; crew! If you're building microservices in Go, you know the drill: the language is great, but setting up config, logging, health checks, and tracing can eat up half a day.&lt;/p&gt;

&lt;p&gt;Let me introduce you to &lt;strong&gt;GoFr&lt;/strong&gt;. It's an opinionated, open-source Go microservice framework that just handles all that messy plumbing for you.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Recommend GoFr
&lt;/h2&gt;

&lt;p&gt;In short, it lets you focus on your code, not your configuration.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Zero-Config Ready&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
You get structured logging, automatic metrics, and instant Kubernetes-ready health checks without lifting a finger.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Database &amp;amp; Comms Simplified&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
It has powerful, built-in support for everything from SQL and Redis to Kafka/PubSub—all accessible directly via the Context.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Clean Code&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
It enforces a simple, clean architecture, making scalability and maintenance genuinely easy.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you want a framework that gives you the speed of Go with the convenience of an "&lt;strong&gt;&lt;em&gt;all-in-one&lt;/em&gt;&lt;/strong&gt;" solution, stop manually stitching packages together and check this out.&lt;/p&gt;

&lt;p&gt;Get started today!&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/gofr-dev/gofr" rel="noopener noreferrer"&gt;https://github.com/gofr-dev/gofr&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="https://gofr.dev" rel="noopener noreferrer"&gt;https://gofr.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy coding! Give the repo a star! ⭐&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>microservices</category>
      <category>productivity</category>
      <category>go</category>
    </item>
  </channel>
</rss>
