<?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: Dhruba Hazarika</title>
    <description>The latest articles on DEV Community by Dhruba Hazarika (@harukidhruv).</description>
    <link>https://dev.to/harukidhruv</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%2F3822431%2F1b511931-eef4-43e9-b842-935dc857e75b.JPG</url>
      <title>DEV Community: Dhruba Hazarika</title>
      <link>https://dev.to/harukidhruv</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/harukidhruv"/>
    <language>en</language>
    <item>
      <title>Building a JWT Authentication API in Go with Gin, GORM, and PostgreSQL</title>
      <dc:creator>Dhruba Hazarika</dc:creator>
      <pubDate>Fri, 13 Mar 2026 13:30:47 +0000</pubDate>
      <link>https://dev.to/harukidhruv/building-a-jwt-authentication-api-in-go-with-gin-gorm-and-postgresql-2on6</link>
      <guid>https://dev.to/harukidhruv/building-a-jwt-authentication-api-in-go-with-gin-gorm-and-postgresql-2on6</guid>
      <description>&lt;p&gt;Authentication is one of the most fundamental components of any backend system. To strengthen my understanding of backend development in Go, I built a JWT-based Authentication API using the Gin framework, GORM ORM, and PostgreSQL hosted on Supabase.&lt;/p&gt;

&lt;p&gt;This project focuses on implementing a secure authentication flow with user registration, login, password hashing, and token generation.&lt;/p&gt;

&lt;p&gt;Source Code:&lt;br&gt;
&lt;a href="https://github.com/HarukiDhruv/go-user-auth-api" rel="noopener noreferrer"&gt;https://github.com/HarukiDhruv/go-user-auth-api&lt;/a&gt;&lt;/p&gt;

</description>
      <category>go</category>
      <category>backenddevelopment</category>
      <category>restapi</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
