<?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: Aditya Jaiswal</title>
    <description>The latest articles on DEV Community by Aditya Jaiswal (@aditya_jaix).</description>
    <link>https://dev.to/aditya_jaix</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%2F3876592%2Fc06279e7-bb28-4520-99fd-843ec07d3d62.png</url>
      <title>DEV Community: Aditya Jaiswal</title>
      <link>https://dev.to/aditya_jaix</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aditya_jaix"/>
    <language>en</language>
    <item>
      <title>I built two free resume builders that work in your browser — no login, no paywall</title>
      <dc:creator>Aditya Jaiswal</dc:creator>
      <pubDate>Wed, 29 Apr 2026 07:03:31 +0000</pubDate>
      <link>https://dev.to/aditya_jaix/i-built-two-free-resume-builders-that-work-in-your-browser-no-login-no-paywall-7j3</link>
      <guid>https://dev.to/aditya_jaix/i-built-two-free-resume-builders-that-work-in-your-browser-no-login-no-paywall-7j3</guid>
      <description>&lt;p&gt;Hey everyone,&lt;/p&gt;

&lt;p&gt;I've been building small web tools and decided to tackle something &lt;br&gt;
I personally found frustrating — most resume builders either have &lt;br&gt;
a confusing UI or lock the PDF behind a paywall.&lt;/p&gt;

&lt;p&gt;So I built two different approaches and I want to know which one &lt;br&gt;
people actually prefer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Version 1 — Edit directly on the resume
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://adityajaix.github.io/resume-builder/" rel="noopener noreferrer"&gt;resume-builder&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The resume is already there — you just click any text and edit it &lt;br&gt;
directly. Name, job titles, bullet points, everything. Hit print &lt;br&gt;
and you get a clean PDF. No forms, no steps, just edit and print.&lt;/p&gt;

&lt;p&gt;Note: print formatting works best in Firefox right now. Chrome &lt;br&gt;
support is being fixed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Version 2 — Fill a form, generate resume
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://adityajaix.github.io/Resume-maker/" rel="noopener noreferrer"&gt;resume-maker&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;More traditional approach. Fill in your details — name, experience, &lt;br&gt;
education, even paste a photo. Click Generate and your resume &lt;br&gt;
appears below ready to print.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's missing (honestly)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Only one template design each&lt;/li&gt;
&lt;li&gt;Can't add extra work experience or education entries yet in resume-builder&lt;/li&gt;
&lt;li&gt;Chrome print formatting needs work&lt;/li&gt;
&lt;li&gt;No dark mode&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I want to add next
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;More templates&lt;/li&gt;
&lt;li&gt;Better cross-browser print support&lt;/li&gt;
&lt;li&gt;More clues to what to write for freshers.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Both are completely free. No signup, no watermark, no paywall.&lt;/p&gt;

&lt;p&gt;I'd love to know:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Which version do you prefer and why?&lt;/li&gt;
&lt;li&gt;What's the one thing that would make you actually use this 
over Canva or Resume.io?&lt;/li&gt;
&lt;li&gt;Any features you wish existed?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Honest feedback welcome — including if it's terrible.&lt;/p&gt;

</description>
      <category>career</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>webdev</category>
    </item>
    <item>
      <title>I stopped practicing and shipped my first paid web template — here's how</title>
      <dc:creator>Aditya Jaiswal</dc:creator>
      <pubDate>Wed, 15 Apr 2026 21:37:21 +0000</pubDate>
      <link>https://dev.to/aditya_jaix/i-stopped-practicing-and-shipped-my-first-paid-web-template-heres-how-1pd2</link>
      <guid>https://dev.to/aditya_jaix/i-stopped-practicing-and-shipped-my-first-paid-web-template-heres-how-1pd2</guid>
      <description>&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;I'd been learning web dev for years but never shipped anything &lt;br&gt;
real. Kept building practice projects that went nowhere.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I decided to do
&lt;/h2&gt;

&lt;p&gt;Pick one small thing and finish it. A landing page template — &lt;br&gt;
single HTML file, no frameworks, just clean HTML/CSS.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Sticky frosted glass navbar&lt;/li&gt;
&lt;li&gt;Hero section&lt;/li&gt;
&lt;li&gt;Pricing cards with featured highlight&lt;/li&gt;
&lt;li&gt;Fully responsive using flex-wrap and CSS Grid&lt;/li&gt;
&lt;li&gt;No media queries for layout&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I learned building it
&lt;/h2&gt;

&lt;p&gt;Other than technical things like intrinsic responsiveness, &lt;br&gt;
CSS variables, and debugging specificity issues — what I &lt;br&gt;
learned most is that shipping something, even something small, &lt;br&gt;
feels completely different from practice projects. There's a &lt;br&gt;
real sense of crossing a finish line. It's a simple template &lt;br&gt;
but it's giving me motivation to build and ship more.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where it is now
&lt;/h2&gt;

&lt;p&gt;Listed on Gumroad for $9. Zero sales yet but it's live &lt;br&gt;
and that feels like a real milestone.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://9141417962536.gumroad.com/l/mbgsih" rel="noopener noreferrer"&gt;https://9141417962536.gumroad.com/l/mbgsih&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Building Template #2.&lt;/p&gt;

&lt;p&gt;Also working on a small utility tool — will share once &lt;br&gt;
the prototype is ready.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>css</category>
      <category>sideprojects</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
