<?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: Jaydeep Goswami</title>
    <description>The latest articles on DEV Community by Jaydeep Goswami (@jaydeepgio).</description>
    <link>https://dev.to/jaydeepgio</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%2F4035469%2F05f06944-aaeb-4322-8070-180f2c2140b0.png</url>
      <title>DEV Community: Jaydeep Goswami</title>
      <link>https://dev.to/jaydeepgio</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jaydeepgio"/>
    <language>en</language>
    <item>
      <title>How My Frustrating Job Search Led Me to Build an AI Job-Matching Platform</title>
      <dc:creator>Jaydeep Goswami</dc:creator>
      <pubDate>Sat, 18 Jul 2026 15:17:37 +0000</pubDate>
      <link>https://dev.to/jaydeepgio/how-my-frustrating-job-search-led-me-to-build-an-ai-job-matching-platform-2h06</link>
      <guid>https://dev.to/jaydeepgio/how-my-frustrating-job-search-led-me-to-build-an-ai-job-matching-platform-2h06</guid>
      <description>&lt;p&gt;A few months ago, I was searching for a backend engineering job.&lt;/p&gt;

&lt;p&gt;Every day looked the same:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Open LinkedIn&lt;/li&gt;
&lt;li&gt;Open Naukri&lt;/li&gt;
&lt;li&gt;Search for Python jobs&lt;/li&gt;
&lt;li&gt;Open dozens of tabs&lt;/li&gt;
&lt;li&gt;Read every job description&lt;/li&gt;
&lt;li&gt;Apply&lt;/li&gt;
&lt;li&gt;Repeat&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The frustrating part wasn't finding jobs.&lt;/p&gt;

&lt;p&gt;It was finding &lt;strong&gt;the right jobs&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I kept getting recommendations for roles that technically matched my resume because they contained words like &lt;strong&gt;Python&lt;/strong&gt;, &lt;strong&gt;Backend&lt;/strong&gt;, or &lt;strong&gt;API&lt;/strong&gt;, but after reading the description I'd realize they wanted a completely different skill set.&lt;/p&gt;

&lt;p&gt;I started wondering:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Why are job boards still matching keywords instead of understanding what a developer actually knows?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That question eventually turned into a side project called &lt;strong&gt;Jobspiq&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Imagine these two jobs:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Job A&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;FastAPI&lt;/li&gt;
&lt;li&gt;PostgreSQL&lt;/li&gt;
&lt;li&gt;Redis&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Job B&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Java&lt;/li&gt;
&lt;li&gt;Spring Boot&lt;/li&gt;
&lt;li&gt;Oracle&lt;/li&gt;
&lt;li&gt;Kafka&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Both are "Backend Engineer" roles.&lt;/p&gt;

&lt;p&gt;A keyword-based system often treats them as similar.&lt;/p&gt;

&lt;p&gt;As developers, we know they're not.&lt;/p&gt;

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

&lt;p&gt;Instead of matching keywords, I built a system that compares a developer's profile with a job description to understand how well they actually fit.&lt;/p&gt;

&lt;p&gt;The platform:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Collects jobs from multiple sources.&lt;/li&gt;
&lt;li&gt;Removes duplicate postings.&lt;/li&gt;
&lt;li&gt;Scores every job based on how closely it matches your profile.&lt;/li&gt;
&lt;li&gt;Sends alerts only for high-quality matches.&lt;/li&gt;
&lt;li&gt;Helps track applications in one place.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal isn't to show more jobs.&lt;/p&gt;

&lt;p&gt;It's to show fewer, better ones.&lt;/p&gt;

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

&lt;p&gt;Building the product taught me something interesting.&lt;/p&gt;

&lt;p&gt;Writing the software was the easier part.&lt;/p&gt;

&lt;p&gt;Helping people discover it is much harder.&lt;/p&gt;

&lt;p&gt;That's why I'm starting to build in public and share what I'm learning along the way.&lt;/p&gt;

&lt;p&gt;If you've ever built search systems, recommendation engines, or developer tools, I'd love to hear your thoughts.&lt;/p&gt;

&lt;p&gt;You can check out the project here:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jobspiq.in" rel="noopener noreferrer"&gt;https://jobspiq.in&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Feedback is always welcome.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>buildinpublic</category>
      <category>career</category>
    </item>
  </channel>
</rss>
