<?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: Vipul Singh</title>
    <description>The latest articles on DEV Community by Vipul Singh (@vipul_singh_755a9075cfbdd).</description>
    <link>https://dev.to/vipul_singh_755a9075cfbdd</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%2F4093579%2F3b40f8ef-8f15-4d90-a414-79376204ffb8.png</url>
      <title>DEV Community: Vipul Singh</title>
      <link>https://dev.to/vipul_singh_755a9075cfbdd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vipul_singh_755a9075cfbdd"/>
    <language>en</language>
    <item>
      <title>I Built a Free Resume Builder Because Every "Free" One Charges $4.99 Per Download</title>
      <dc:creator>Vipul Singh</dc:creator>
      <pubDate>Fri, 28 Aug 2026 08:17:58 +0000</pubDate>
      <link>https://dev.to/vipul_singh_755a9075cfbdd/i-built-a-free-resume-builder-because-every-free-one-charges-499-per-download-3kfd</link>
      <guid>https://dev.to/vipul_singh_755a9075cfbdd/i-built-a-free-resume-builder-because-every-free-one-charges-499-per-download-3kfd</guid>
      <description>&lt;p&gt;Went looking for a simple resume builder recently and kept hitting the same pattern: "3 free resumes, then $4.99 each" or a full subscription wall just to download a PDF. For something as basic as formatting a resume, that felt excessive.&lt;/p&gt;

&lt;p&gt;So I built one for ForgePlug — genuinely free, no per-download charge, no subscription.&lt;/p&gt;

&lt;p&gt;What it includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Work experience, education, skills, and optional sections (certifications, projects, links, etc.)&lt;/li&gt;
&lt;li&gt;3 ATS-friendly templates&lt;/li&gt;
&lt;li&gt;Live preview as you type&lt;/li&gt;
&lt;li&gt;Free, unlimited PDF export&lt;/li&gt;
&lt;li&gt;100% browser-based — no account needed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The ATS-friendly part matters more than people think — a lot of "pretty" resume templates use multi-column layouts or graphics that confuse applicant tracking systems and get auto-filtered before a human ever sees them. These templates are built to parse cleanly while still looking professional.&lt;/p&gt;

&lt;p&gt;Try it: &lt;a href="https://www.forgeplug.com/tools/resume-builder" rel="noopener noreferrer"&gt;https://www.forgeplug.com/tools/resume-builder&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Free, no sign-up, part of ForgePlug's 60+ tool suite (also has a matching Cover Letter Builder if you want both).&lt;/p&gt;

&lt;p&gt;Would love feedback — what's missing, or what would make it more useful for your job search?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>carrier</category>
      <category>opensource</category>
      <category>buildinpublic</category>
    </item>
    <item>
      <title>Your JWT Decoder Should Never Ask for Your Signing Secret</title>
      <dc:creator>Vipul Singh</dc:creator>
      <pubDate>Wed, 26 Aug 2026 17:59:58 +0000</pubDate>
      <link>https://dev.to/vipul_singh_755a9075cfbdd/your-jwt-decoder-should-never-ask-for-your-signing-secret-58oj</link>
      <guid>https://dev.to/vipul_singh_755a9075cfbdd/your-jwt-decoder-should-never-ask-for-your-signing-secret-58oj</guid>
      <description>&lt;p&gt;A JWT looks like gibberish until you decode it — three Base64URL segments separated by dots: header, payload, signature. The header and payload aren't encrypted, just encoded, so anyone can read them. The signature is what proves the token wasn't tampered with, and verifying it requires the signing secret or public key. I built ForgePlug's JWT Decoder to make that distinction explicit: it decodes, it does not verify, and it never asks for your secret key. It shows standard and custom claims, a live expiration countdown, supports HS256/RS256/ES256, and runs 100% client-side — your token never leaves the browser. Try it: &lt;a href="https://www.forgeplug.com/tools/jwt-decoder" rel="noopener noreferrer"&gt;https://www.forgeplug.com/tools/jwt-decoder&lt;/a&gt; — free, no sign-up, part of ForgePlug's 60+ tools.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>security</category>
      <category>jwt</category>
      <category>opensource</category>
    </item>
    <item>
      <title>I Got Tired of Paywalled Mock API Tools, So I Built a Free One</title>
      <dc:creator>Vipul Singh</dc:creator>
      <pubDate>Tue, 25 Aug 2026 09:09:19 +0000</pubDate>
      <link>https://dev.to/vipul_singh_755a9075cfbdd/i-got-tired-of-paywalled-mock-api-tools-so-i-built-a-free-one-16fi</link>
      <guid>https://dev.to/vipul_singh_755a9075cfbdd/i-got-tired-of-paywalled-mock-api-tools-so-i-built-a-free-one-16fi</guid>
      <description>&lt;p&gt;If you've ever needed to fake a backend while waiting on the real one, you've probably run into the same wall I did: every "free" mock API tool caps your requests, locks GraphQL/OpenAPI support behind a paid tier, or nags you to upgrade after five minutes of use. So I built Mock API Studio as part of ForgePlug — completely free, no sign-up, no limits. It generates realistic fake REST APIs, mock JSON data, authentication flows, and supports GraphQL/OpenAPI. Good for frontend work when the backend isn't ready, testing edge cases, or quick demos. Try it: &lt;a href="https://www.forgeplug.com/tools/mock-api-studio" rel="noopener noreferrer"&gt;https://www.forgeplug.com/tools/mock-api-studio&lt;/a&gt; — it's one of 60+ free tools on ForgePlug. Would love feedback on what would make it more useful.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>api</category>
      <category>opensource</category>
      <category>tools</category>
    </item>
    <item>
      <title>My First ForgePlug Post</title>
      <dc:creator>Vipul Singh</dc:creator>
      <pubDate>Tue, 25 Aug 2026 07:18:58 +0000</pubDate>
      <link>https://dev.to/vipul_singh_755a9075cfbdd/my-first-forgeplug-post-22g5</link>
      <guid>https://dev.to/vipul_singh_755a9075cfbdd/my-first-forgeplug-post-22g5</guid>
      <description>&lt;p&gt;This is the markdown body of my post about a cool new tool.&lt;/p&gt;

</description>
      <category>tools</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
