<?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: TheDataKnight99</title>
    <description>The latest articles on DEV Community by TheDataKnight99 (@tdk99).</description>
    <link>https://dev.to/tdk99</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%2F4114497%2Fa6a9483e-60e0-4018-a99a-ace92090f197.jpg</url>
      <title>DEV Community: TheDataKnight99</title>
      <link>https://dev.to/tdk99</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tdk99"/>
    <language>en</language>
    <item>
      <title>I got tired of losing good jobs to timing, so I built a pipeline that scores LinkedIn listings against my CV and emails me the best matches</title>
      <dc:creator>TheDataKnight99</dc:creator>
      <pubDate>Mon, 07 Sep 2026 19:06:54 +0000</pubDate>
      <link>https://dev.to/tdk99/i-got-tired-of-losing-good-jobs-to-timing-so-i-built-a-pipeline-that-scores-linkedin-listings-5p8</link>
      <guid>https://dev.to/tdk99/i-got-tired-of-losing-good-jobs-to-timing-so-i-built-a-pipeline-that-scores-linkedin-listings-5p8</guid>
      <description>&lt;p&gt;A job posting gets 200+ applicants in 48 hours. By the time LinkedIn's daily digest hits your inbox, the window is already closing.&lt;/p&gt;

&lt;p&gt;I kept finding great matches days after they were posted. So I built SnapplAI: it scrapes fresh LinkedIn listings, sends each one to Gemini to score it against your CV, and emails you only the top matches, before the crowd even sees them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How it works&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Four steps, one pandas DataFrame, no frameworks:&lt;/p&gt;

&lt;p&gt;Scrape — fresh listings from LinkedIn based on your filters&lt;br&gt;
Summarize — Gemini extracts structured fields as JSON&lt;br&gt;
Analyze — each listing scored against your CV (chain-of-thought enforced: reasoning before judgment)&lt;br&gt;
Deliver — top matches emailed to your inbox&lt;/p&gt;

&lt;p&gt;Runs locally, via Docker, or as a scheduled GitHub Actions cron. Full setup takes 5 minutes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why no framework&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I wanted a clean data pipeline with LLM calls where they matter, not an agent framework. Python orchestrates, AI evaluates. Each Gemini call retries with exponential backoff and falls back through a model chain, so a throttled API doesn't crash the run.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://dev.tourl"&gt;github.com/TDK-99/SnapplAI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;MIT-licensed. Issues, PRs, and forks are welcome.&lt;/p&gt;

</description>
      <category>python</category>
      <category>ai</category>
      <category>opensource</category>
      <category>automation</category>
    </item>
  </channel>
</rss>
