<?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: Heet Sanghani</title>
    <description>The latest articles on DEV Community by Heet Sanghani (@heetsanghani).</description>
    <link>https://dev.to/heetsanghani</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3964639%2F2720ac69-ea3e-46fd-aa14-ef74dce03cf5.jpg</url>
      <title>DEV Community: Heet Sanghani</title>
      <link>https://dev.to/heetsanghani</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/heetsanghani"/>
    <language>en</language>
    <item>
      <title>Building AI Automation Pipelines with n8n — Heet Sanghani</title>
      <dc:creator>Heet Sanghani</dc:creator>
      <pubDate>Wed, 03 Jun 2026 09:23:30 +0000</pubDate>
      <link>https://dev.to/heetsanghani/building-ai-automation-pipelines-with-n8n-heet-sanghani-3deo</link>
      <guid>https://dev.to/heetsanghani/building-ai-automation-pipelines-with-n8n-heet-sanghani-3deo</guid>
      <description>&lt;h1&gt;
  
  
  Building AI Automation Pipelines with n8n
&lt;/h1&gt;

&lt;p&gt;Hi, I'm &lt;strong&gt;Heet Sanghani&lt;/strong&gt; — Python Developer and AI/ML Engineer &lt;br&gt;
at BrainerHub Solutions, Ahmedabad, Gujarat, India.&lt;/p&gt;

&lt;p&gt;One of the most powerful tools in my stack right now is &lt;strong&gt;n8n&lt;/strong&gt; — &lt;br&gt;
an open-source workflow automation tool that connects APIs, &lt;br&gt;
databases, and AI models without writing tons of boilerplate code.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is n8n?
&lt;/h2&gt;

&lt;p&gt;n8n is a self-hostable automation platform similar to Zapier but &lt;br&gt;
far more powerful for developers. You can build complex workflows &lt;br&gt;
visually and add custom Python/JS code nodes anywhere.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Use n8n at Work
&lt;/h2&gt;

&lt;p&gt;At BrainerHub Solutions, I use n8n to:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. AI-Powered Data Pipelines
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Trigger on new data → clean with Python → run through ML model 
→ store results → notify via Slack/email&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Web Scraping Automation
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Schedule scraping jobs → parse data → push to database 
→ generate reports automatically&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. API Integrations
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Connect multiple third-party APIs without writing 
repetitive integration code&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I Recommend n8n for Python Developers
&lt;/h2&gt;

&lt;p&gt;If you're a Python developer doing AI/ML work, n8n saves &lt;br&gt;
hours of boilerplate. You focus on the logic, n8n handles &lt;br&gt;
the orchestration.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Setup
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Self-hosted n8n on a VPS&lt;/li&gt;
&lt;li&gt;Connected to PostgreSQL, FastAPI backends, and OpenAI API&lt;/li&gt;
&lt;li&gt;Custom Python code nodes for ML inference&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Automation is a superpower. As an AI/ML Engineer, combining &lt;br&gt;
Python with n8n has multiplied my productivity significantly.&lt;/p&gt;




&lt;p&gt;I'm &lt;strong&gt;Heet Sanghani&lt;/strong&gt;, always building and shipping real products.&lt;br&gt;
Check out my work at 👉 &lt;a href="https://heet-sanghani-portfolio.vercel.app/" rel="noopener noreferrer"&gt;https://heet-sanghani-portfolio.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;💼 LinkedIn: &lt;a href="https://linkedin.com/in/heet-sanghani" rel="noopener noreferrer"&gt;https://linkedin.com/in/heet-sanghani&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🐙 GitHub: &lt;a href="https://github.com/HeetSanghani" rel="noopener noreferrer"&gt;https://github.com/HeetSanghani&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
    <item>
      <title>I'm Heet Sanghani — Here's My Python Developer Journey</title>
      <dc:creator>Heet Sanghani</dc:creator>
      <pubDate>Wed, 03 Jun 2026 09:22:32 +0000</pubDate>
      <link>https://dev.to/heetsanghani/im-heet-sanghani-heres-my-python-developer-journey-2b62</link>
      <guid>https://dev.to/heetsanghani/im-heet-sanghani-heres-my-python-developer-journey-2b62</guid>
      <description>&lt;h1&gt;
  
  
  I'm Heet Sanghani — Here's My Python Developer Journey
&lt;/h1&gt;

&lt;p&gt;Hi! I'm &lt;strong&gt;Heet Sanghani&lt;/strong&gt;, a Python Developer and AI/ML Engineer &lt;br&gt;
based in &lt;strong&gt;Ahmedabad, Gujarat, India&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I completed my BCA from Saurashtra University in 2025 and currently &lt;br&gt;
work full-time at &lt;strong&gt;BrainerHub Solutions&lt;/strong&gt; as an AI/ML Engineer.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Started
&lt;/h2&gt;

&lt;p&gt;My journey started with Python and Django during my internship at &lt;br&gt;
Spacetric Solutions. I fell in love with backend development — &lt;br&gt;
building APIs, automating tasks, and solving real problems with code.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Do Now
&lt;/h2&gt;

&lt;p&gt;At BrainerHub Solutions, I work on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🤖 AI/ML pipelines and model integrations&lt;/li&gt;
&lt;li&gt;⚡ FastAPI backend systems&lt;/li&gt;
&lt;li&gt;🔄 Automation workflows using n8n&lt;/li&gt;
&lt;li&gt;🕷️ Web scraping at scale&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Projects I've Built
&lt;/h2&gt;

&lt;h3&gt;
  
  
  BidXpert — Real-Time Auction Platform
&lt;/h3&gt;

&lt;p&gt;A full auction platform with real-time bidding using WebSockets &lt;br&gt;
and FastAPI. Users can create auctions, place bids, and get &lt;br&gt;
instant updates.&lt;/p&gt;

&lt;h3&gt;
  
  
  Skimpy — Thrift Marketplace
&lt;/h3&gt;

&lt;p&gt;A marketplace platform for second-hand goods built with Django. &lt;br&gt;
Clean UI, user authentication, and product listing system.&lt;/p&gt;

&lt;h3&gt;
  
  
  SecureLogins — Password Manager
&lt;/h3&gt;

&lt;p&gt;A secure password manager built with Python. Encrypts and stores &lt;br&gt;
credentials safely with a simple CLI interface.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Languages:&lt;/strong&gt; Python, JavaScript&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frameworks:&lt;/strong&gt; FastAPI, Django&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI/ML:&lt;/strong&gt; TensorFlow, scikit-learn, LangChain&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Automation:&lt;/strong&gt; n8n, web scraping&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tools:&lt;/strong&gt; Git, Docker, PostgreSQL&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;I'm currently exploring LLM integrations and building &lt;br&gt;
AI-powered automation tools. Always open to freelance &lt;br&gt;
projects and collaborations!&lt;/p&gt;

&lt;h2&gt;
  
  
  Connect With Me
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🌐 Portfolio: &lt;a href="https://heet-sanghani-portfolio.vercel.app/" rel="noopener noreferrer"&gt;https://heet-sanghani-portfolio.vercel.app/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💼 LinkedIn: &lt;a href="https://linkedin.com/in/heet-sanghani" rel="noopener noreferrer"&gt;https://linkedin.com/in/heet-sanghani&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🐙 GitHub: &lt;a href="https://github.com/HeetSanghani" rel="noopener noreferrer"&gt;https://github.com/HeetSanghani&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;📧 Email: &lt;a href="mailto:sanghaniheet3108@gmail.com"&gt;sanghaniheet3108@gmail.com&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
    <item>
      <title>How I Built BidXpert — A Real-Time Auction Platform with FastAPI</title>
      <dc:creator>Heet Sanghani</dc:creator>
      <pubDate>Tue, 02 Jun 2026 12:36:33 +0000</pubDate>
      <link>https://dev.to/heetsanghani/how-i-built-bidxpert-a-real-time-auction-platform-with-fastapi-4p2g</link>
      <guid>https://dev.to/heetsanghani/how-i-built-bidxpert-a-real-time-auction-platform-with-fastapi-4p2g</guid>
      <description>&lt;p&gt;Hi, I'm Heet Sanghani, a Python Developer and AI/ML Engineer &lt;br&gt;
from Ahmedabad, Gujarat, India. I currently work at BrainerHub &lt;br&gt;
Solutions building backend systems and AI-powered applications.&lt;/p&gt;

&lt;p&gt;In this post, I want to share how I built &lt;strong&gt;BidXpert&lt;/strong&gt; — a &lt;br&gt;
real-time auction platform using FastAPI.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is BidXpert?
&lt;/h2&gt;

&lt;p&gt;BidXpert is a real-time bidding platform where users can create &lt;br&gt;
auctions, place bids, and get instant updates using WebSockets.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; FastAPI + Python&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database:&lt;/strong&gt; PostgreSQL&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Real-time:&lt;/strong&gt; WebSockets&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auth:&lt;/strong&gt; JWT Authentication&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deployment:&lt;/strong&gt; Docker&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;Building BidXpert taught me how to handle concurrent WebSocket &lt;br&gt;
connections efficiently in FastAPI and manage real-time state.&lt;/p&gt;

&lt;h2&gt;
  
  
  About Me
&lt;/h2&gt;

&lt;p&gt;I'm Heet Sanghani — Python Developer &amp;amp; AI/ML Engineer based in &lt;br&gt;
Ahmedabad. Check out my portfolio and other projects at:&lt;br&gt;
👉 &lt;a href="https://heet-sanghani-portfolio.vercel.app/" rel="noopener noreferrer"&gt;https://heet-sanghani-portfolio.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  python #fastapi #webdev #ai
&lt;/h1&gt;

</description>
      <category>backend</category>
      <category>python</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
