<?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: MADAN DHOUNDIYAL</title>
    <description>The latest articles on DEV Community by MADAN DHOUNDIYAL (@madan_dhoundiyal_61ef7c1e).</description>
    <link>https://dev.to/madan_dhoundiyal_61ef7c1e</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%2F3962249%2Fd5a28473-6224-4901-a37d-0a114bdbdcbb.jpg</url>
      <title>DEV Community: MADAN DHOUNDIYAL</title>
      <link>https://dev.to/madan_dhoundiyal_61ef7c1e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/madan_dhoundiyal_61ef7c1e"/>
    <language>en</language>
    <item>
      <title>I Built a CV Builder from Scratch — Here's What I Learned</title>
      <dc:creator>MADAN DHOUNDIYAL</dc:creator>
      <pubDate>Mon, 01 Jun 2026 07:54:57 +0000</pubDate>
      <link>https://dev.to/madan_dhoundiyal_61ef7c1e/i-built-a-cv-builder-from-scratch-heres-what-i-learned-1kbi</link>
      <guid>https://dev.to/madan_dhoundiyal_61ef7c1e/i-built-a-cv-builder-from-scratch-heres-what-i-learned-1kbi</guid>
      <description>&lt;h1&gt;
  
  
  I Built a CV Builder from Scratch — Here's What I Learned
&lt;/h1&gt;

&lt;p&gt;A few months ago, I started building ResumeOrbitz — an ATS-friendly CV builder with grammar checking, cover letter generation, and resume tailoring.&lt;/p&gt;

&lt;p&gt;Not because the world needed another resume tool. But because I wanted to actually build something real and ship it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;React + TypeScript + Vite&lt;/strong&gt; — frontend&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind CSS&lt;/strong&gt; — styling&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supabase&lt;/strong&gt; — backend &amp;amp; auth&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Netlify&lt;/strong&gt; — deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Hard Parts Nobody Talks About
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. PDF rendering is a nightmare.&lt;/strong&gt;&lt;br&gt;
Getting the CV to look identical in the editor, preview, and final PDF took way longer than I expected. The browser renders at 96dpi, PDF expects 72dpi — everything was scaling wrong. I ended up using &lt;code&gt;transform: scale(1.3333)&lt;/code&gt; to match Letter size output.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. WYSIWYG is deceptively hard.&lt;/strong&gt;&lt;br&gt;
The editor preview, the preview page, and the PDF all render slightly differently. Still working on making them 100% consistent.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Shipping is scarier than building.&lt;/strong&gt;&lt;br&gt;
I kept adding features instead of launching. At some point I just had to push it live.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm Looking For
&lt;/h2&gt;

&lt;p&gt;Honest feedback. What's broken? What's missing? What would make you actually use this over existing tools?&lt;/p&gt;

&lt;p&gt;Drop a comment — happy to share the link and discuss the tech behind it.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built with React, TypeScript, Supabase, and too much coffee. ☕&lt;/em&gt;&lt;br&gt;
🔗 Live site: resumeorbitz.com&lt;/p&gt;

</description>
      <category>career</category>
      <category>react</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
