<?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: Asima AllahDitta</title>
    <description>The latest articles on DEV Community by Asima AllahDitta (@asima973).</description>
    <link>https://dev.to/asima973</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%2F3988759%2Faac3dd15-a9eb-47af-b6aa-defcd70388de.png</url>
      <title>DEV Community: Asima AllahDitta</title>
      <link>https://dev.to/asima973</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/asima973"/>
    <language>en</language>
    <item>
      <title>Everyone Told Me Deploying a Web App Was Hard. They Were Wrong.</title>
      <dc:creator>Asima AllahDitta</dc:creator>
      <pubDate>Wed, 17 Jun 2026 10:01:58 +0000</pubDate>
      <link>https://dev.to/asima973/everyone-told-me-deploying-a-web-app-was-hard-they-were-wrong-1c53</link>
      <guid>https://dev.to/asima973/everyone-told-me-deploying-a-web-app-was-hard-they-were-wrong-1c53</guid>
      <description>&lt;p&gt;How I went from "internship rejections" to building a live AI tool used by real developers&lt;/p&gt;

&lt;p&gt;I'm going to be honest with you.&lt;/p&gt;

&lt;p&gt;For months, I avoided deploying anything. Not because I didn't know how to build things — but because in my head, deployment was this &lt;em&gt;terrifying final boss&lt;/em&gt;. Production errors. Server crashes. Configuration files that make no sense.&lt;/p&gt;

&lt;p&gt;So I kept building locally. Finished projects sitting on my laptop. Never live. Never real.&lt;/p&gt;

&lt;p&gt;Then one day, I just... did it. And it took less than 10 minutes.&lt;/p&gt;

&lt;p&gt;That moment changed how I think about building software forever.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem I Was Actually Trying to Solve
&lt;/h2&gt;

&lt;p&gt;I'm a final-year CS student. I applied for internships. A lot of them.&lt;/p&gt;

&lt;p&gt;The rejections kept coming.&lt;/p&gt;

&lt;p&gt;At first I blamed the market. &lt;em&gt;"There are no opportunities."&lt;/em&gt; But then I realized — the issue wasn't just the market. It was that I wasn't preparing the right way. I'd study DSA for weeks, then completely blank out on a behavioral question. Or freeze on a role-specific question I'd never practiced.&lt;/p&gt;

&lt;p&gt;I needed something that could simulate a real interview. Ask me questions based on my specific role. Give me honest feedback.&lt;/p&gt;

&lt;p&gt;I couldn't find exactly what I wanted. So I built it.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Built: DevPrep AI
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;DevPrep AI&lt;/strong&gt; is an AI-powered mock interview coach, built specifically for developers.&lt;/p&gt;

&lt;p&gt;Here's what it does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; Role-specific questions — Frontend, Backend, Full Stack, SQA, DevOps&lt;/li&gt;
&lt;li&gt; Experience-level targeting — Internship to Senior level&lt;/li&gt;
&lt;li&gt; Real AI feedback on every answer you give&lt;/li&gt;
&lt;li&gt; Instant scoring + detailed analysis&lt;/li&gt;
&lt;li&gt; Technical, Behavioral, and HR rounds — the full experience&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not a quiz app. Not flashcards. An actual practice environment that talks back.&lt;/p&gt;




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

&lt;p&gt;Next.js 14        → Framework&lt;/p&gt;

&lt;p&gt;Tailwind CSS      → Styling&lt;/p&gt;

&lt;p&gt;Groq AI (Llama 3) → The brain&lt;/p&gt;

&lt;p&gt;Vercel            → Deployment&lt;/p&gt;

&lt;p&gt;I chose &lt;strong&gt;Groq AI with Llama 3&lt;/strong&gt; because the inference speed is insane — responses come back fast enough that it feels like a real conversation. For an interview tool where momentum matters, this was everything.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Midnight Debugging Moment
&lt;/h2&gt;

&lt;p&gt;Let me be real about the build process.&lt;/p&gt;

&lt;p&gt;There was a night — probably 1 AM — where the AI feedback wasn't working. Responses were coming back but the structure was off. The scoring logic was parsing wrong.&lt;/p&gt;

&lt;p&gt;I stared at the same 20 lines of code thinking &lt;em&gt;"this should work."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;It didn't work.&lt;/p&gt;

&lt;p&gt;What actually fixed it wasn't some genius move. It was stepping away, making tea, coming back, and reading the Groq API docs one more time. Small prompt adjustment. Big difference.&lt;/p&gt;

&lt;p&gt;That night taught me: &lt;strong&gt;most bugs aren't complex — they're just misread.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Deployment Moment
&lt;/h2&gt;

&lt;p&gt;After weeks of building and debugging — the app was ready. And I had to deploy it.&lt;/p&gt;

&lt;p&gt;I opened &lt;strong&gt;Vercel&lt;/strong&gt; for the first time.&lt;/p&gt;

&lt;p&gt;Connected my GitHub repo. It detected Next.js automatically. I didn't configure anything special. Hit deploy.&lt;/p&gt;

&lt;p&gt;I watched the build logs scroll by. And then —&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A real URL. My project, on the internet, accessible by anyone in the world.&lt;/p&gt;

&lt;p&gt;I genuinely sat there refreshing it for a minute. &lt;em&gt;That's my app. That's actually live.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The thing I had feared for months? It wasn't the hard part. The hard part was building something worth deploying. Vercel handled the rest.&lt;/p&gt;




&lt;h2&gt;
  
  
  What This Taught Me
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Deploy early, deploy often.&lt;/strong&gt;&lt;br&gt;
The fear kept finished projects stuck on my laptop. Ship it. A broken live app teaches you more than a perfect local one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Build for a problem you actually have.&lt;/strong&gt;&lt;br&gt;
I built DevPrep AI because &lt;em&gt;I&lt;/em&gt; needed it. That motivation carried me through every debugging session.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. AI tools are multipliers, not replacements.&lt;/strong&gt;&lt;br&gt;
Groq AI didn't build the app. It let me build something in weeks that would've taken months. The integration work, prompt engineering, UX — still on you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. The scary things usually aren't.&lt;/strong&gt;&lt;br&gt;
Deployment. Shipping. Showing people your work. Terrifying in your head. Manageable in reality.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try It Yourself
&lt;/h2&gt;

&lt;p&gt;DevPrep AI is completely free and live right now:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://devprep-ai-nu.vercel.app" rel="noopener noreferrer"&gt;devprep-ai-nu.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you're a CS student sitting on a finished project that's never been deployed — &lt;strong&gt;deploy it today.&lt;/strong&gt; It'll take less time than you think.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Feedback? Drop it in the comments. I read everything.&lt;/em&gt; 👇&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
