<?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: Victor Birkle</title>
    <description>The latest articles on DEV Community by Victor Birkle (@rasip).</description>
    <link>https://dev.to/rasip</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%2F4100924%2F20669852-8e66-4b95-8fa8-f88629851502.jpg</url>
      <title>DEV Community: Victor Birkle</title>
      <link>https://dev.to/rasip</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rasip"/>
    <language>en</language>
    <item>
      <title>Building a Sub-Second Resume Parser and ATS Diff Engine</title>
      <dc:creator>Victor Birkle</dc:creator>
      <pubDate>Sun, 30 Aug 2026 03:11:30 +0000</pubDate>
      <link>https://dev.to/rasip/building-a-sub-second-resume-parser-and-ats-diff-engine-4g45</link>
      <guid>https://dev.to/rasip/building-a-sub-second-resume-parser-and-ats-diff-engine-4g45</guid>
      <description>&lt;p&gt;When applying for engineering roles, automated applicant tracking systems (ATS) often silently reject candidates due to parsing blockers like multi-column layouts, missing quantitative metrics, or non-standard font embeddings.&lt;/p&gt;

&lt;p&gt;To fix this latency bottleneck, I built &lt;strong&gt;MyRizzume&lt;/strong&gt; (&lt;a href="https://myrizzume.me" rel="noopener noreferrer"&gt;https://myrizzume.me&lt;/a&gt;) — designed to parse and score resumes end-to-end in under 1,000ms.&lt;/p&gt;

&lt;h3&gt;
  
  
  What it checks:
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Layout Integrity:&lt;/strong&gt; Validates that column and table layouts won't merge or scramble text during ATS ingestion.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Action Verb Strength:&lt;/strong&gt; Highlights passive phrases and suggests active, quantifiable replacements.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Keyword Density:&lt;/strong&gt; Compares section headers and skill blocks against common parser taxonomies.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Try it out live at &lt;a href="https://myrizzume.me" rel="noopener noreferrer"&gt;https://myrizzume.me&lt;/a&gt; and let me know how it handles your layout!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>nextjs</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
