<?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: Vipin Bathaw</title>
    <description>The latest articles on DEV Community by Vipin Bathaw (@vipin_bathaw).</description>
    <link>https://dev.to/vipin_bathaw</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%2F124196%2F95d56646-37db-41fd-a0be-3f8d18b24453.jpg</url>
      <title>DEV Community: Vipin Bathaw</title>
      <link>https://dev.to/vipin_bathaw</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vipin_bathaw"/>
    <language>en</language>
    <item>
      <title>🛠️ Node.js + PostgreSQL Auth Starter with Docker — Production-grade Boilerplate</title>
      <dc:creator>Vipin Bathaw</dc:creator>
      <pubDate>Wed, 30 Jul 2025 05:17:03 +0000</pubDate>
      <link>https://dev.to/vipin_bathaw/nodejs-postgresql-auth-starter-with-docker-production-grade-boilerplate-2fep</link>
      <guid>https://dev.to/vipin_bathaw/nodejs-postgresql-auth-starter-with-docker-production-grade-boilerplate-2fep</guid>
      <description>&lt;p&gt;I've just open-sourced a clean, production-ready Node.js starter project with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔐 &lt;strong&gt;JWT-based Auth&lt;/strong&gt; (Register, Login, Password Reset)&lt;/li&gt;
&lt;li&gt;🐘 &lt;strong&gt;PostgreSQL&lt;/strong&gt; with schema migrations&lt;/li&gt;
&lt;li&gt;🐳 &lt;strong&gt;Dockerized&lt;/strong&gt; for dev &amp;amp; prod&lt;/li&gt;
&lt;li&gt;💌 &lt;strong&gt;Email Integration&lt;/strong&gt; (reset password flow)&lt;/li&gt;
&lt;li&gt;🧪 &lt;strong&gt;Zod Validation&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;📜 &lt;strong&gt;Pino Logging&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🛡️ &lt;strong&gt;Helmet, CORS, Error handling&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🚀 Why I built this
&lt;/h2&gt;

&lt;p&gt;Every time I spun up a new backend, I’d end up rebuilding the same auth logic, boilerplate, and config. This project gives me a solid base to build on — modular, secure, and ready for deployment.&lt;/p&gt;




&lt;h2&gt;
  
  
  🔧 Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Node.js 22&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Express&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PostgreSQL 17&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Docker &amp;amp; Docker Compose&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;JWT&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Zod&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Pino&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Nodemailer&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🌍 GitHub Repo
&lt;/h2&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/your-username/node-postgres-auth-starter" rel="noopener noreferrer"&gt;https://github.com/vipinbathaw/node-postgres-auth-boilerplate&lt;/a&gt;&lt;/p&gt;

</description>
      <category>node</category>
      <category>javascript</category>
      <category>boilerplate</category>
      <category>postgres</category>
    </item>
    <item>
      <title>A VS Code extension for faster editing</title>
      <dc:creator>Vipin Bathaw</dc:creator>
      <pubDate>Wed, 02 Jan 2019 16:46:54 +0000</pubDate>
      <link>https://dev.to/vipin_bathaw/a-vs-code-extension-for-faster-editing-260p</link>
      <guid>https://dev.to/vipin_bathaw/a-vs-code-extension-for-faster-editing-260p</guid>
      <description>

&lt;p&gt;Hello there,&lt;br&gt;
I have recently created a vscode extension which can help in faster editing by giving you a shortcut key to jump half distances from current cursor to either direction on a line.&lt;/p&gt;

&lt;h3&gt;
  
  
  Binary Jump
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rkkmZnmx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://i.redd.it/uzby9u5ser621.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rkkmZnmx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://i.redd.it/uzby9u5ser621.gif" alt="binary jump"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=vipinbathaw.binaryjump"&gt;https://marketplace.visualstudio.com/items?itemName=vipinbathaw.binaryjump&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you like the extension then please share it with your folks. Reviews and suggestions are welcome. &lt;/p&gt;


</description>
      <category>vscode</category>
      <category>vscodeextension</category>
    </item>
  </channel>
</rss>
