<?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: Sanjay Khadka</title>
    <description>The latest articles on DEV Community by Sanjay Khadka (@khadka07).</description>
    <link>https://dev.to/khadka07</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%2F1665595%2F19821bfa-0234-4cd6-8c25-7f1c0137e304.jpg</url>
      <title>DEV Community: Sanjay Khadka</title>
      <link>https://dev.to/khadka07</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/khadka07"/>
    <language>en</language>
    <item>
      <title>I built a cert prep platform in my spare time because I couldn't find a good practice platform</title>
      <dc:creator>Sanjay Khadka</dc:creator>
      <pubDate>Tue, 09 Jun 2026 06:44:08 +0000</pubDate>
      <link>https://dev.to/khadka07/i-built-a-cert-prep-platform-in-my-spare-time-because-i-couldnt-find-a-good-practice-platform-1nni</link>
      <guid>https://dev.to/khadka07/i-built-a-cert-prep-platform-in-my-spare-time-because-i-couldnt-find-a-good-practice-platform-1nni</guid>
      <description>&lt;p&gt;A few months ago I was trying to prepare for a cloud certification exam.&lt;/p&gt;

&lt;p&gt;I went looking for practice questions - good ones. Not just answer lists, but questions that actually trained the &lt;em&gt;reasoning&lt;/em&gt; the exam tests. I found some scattered GitHub repos, a few YouTube playlists, sites with outdated question dumps.&lt;/p&gt;

&lt;p&gt;Nothing that felt structured. Nothing that explained &lt;em&gt;why&lt;/em&gt; an answer was right, not just what it was.&lt;/p&gt;

&lt;p&gt;So I started building my own study tool. Mock questions, practice sets, AI-generated explanations. The kind of thing I wished existed.&lt;/p&gt;

&lt;p&gt;Six weeks later that became &lt;a href="https://archready.io" rel="noopener noreferrer"&gt;ArchReady&lt;/a&gt; - a certification prep platform for AWS, GCP, and PSM1. It's live now.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it does&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Practice questions across AWS (CCP, SAA, DVA, SAP), GCP ACE, and PSM1&lt;/li&gt;
&lt;li&gt;Explanations for wrong answers - walks through the reasoning, not just the correct option&lt;/li&gt;
&lt;li&gt;AI-powered explanations coming soon Claude (Anthropic) &lt;/li&gt;
&lt;li&gt;Confidence tracking - shows which topics you're weak on&lt;/li&gt;
&lt;li&gt;Free to practice, no signup required. Pro unlocks full history and tracking.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The stack&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; Next.js 14 (App Router)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; FastAPI (Python)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI:&lt;/strong&gt; Claude (Anthropic) - explanations launching soon&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Payments:&lt;/strong&gt; Dodo&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hosting:&lt;/strong&gt; Vercel (web) + Railway (API)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Nothing exotic. I kept it boring on purpose - solo founder, 2-5 hrs/week, I can't afford interesting infrastructure problems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I actually learned&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ship before it feels ready.&lt;/strong&gt; I had a list of 12 features I thought were "required for launch." I launched with 4. Nobody noticed the missing 8.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Questions sourced from open-source + AI is good enough to start.&lt;/strong&gt; Questions come from curated GitHub repos and AI-generated content built around official exam frameworks. That's enough to be useful. Perfection is a later problem.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The hardest part isn't building - it's the first 10 users.&lt;/strong&gt; The product exists. Getting people to try it is the actual work now.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where it is today&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Live at &lt;a href="https://archready.io" rel="noopener noreferrer"&gt;archready.io&lt;/a&gt;. Early stage. Still building.&lt;/p&gt;

&lt;p&gt;If you're prepping for AWS, GCP, or PSM1 - try it free, no account needed. Honest feedback is more valuable than anything right now.&lt;/p&gt;

&lt;p&gt;And if you've shipped something solo on a tight schedule, I'd genuinely like to hear how you found your first users.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>webdev</category>
      <category>aws</category>
      <category>career</category>
    </item>
  </channel>
</rss>
