<?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: DipCodes</title>
    <description>The latest articles on DEV Community by DipCodes (@dipcodes_).</description>
    <link>https://dev.to/dipcodes_</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%2F3820338%2Fd1df433a-4d89-41ee-ba7f-00bf3b9343fc.png</url>
      <title>DEV Community: DipCodes</title>
      <link>https://dev.to/dipcodes_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dipcodes_"/>
    <language>en</language>
    <item>
      <title>I tried running Qwen 2.5 Coder locally and accidentally built a full MERN stack app in 1 hour</title>
      <dc:creator>DipCodes</dc:creator>
      <pubDate>Sat, 14 Mar 2026 17:40:20 +0000</pubDate>
      <link>https://dev.to/dipcodes_/i-tried-running-qwen-25-coder-locally-and-accidentally-built-a-full-mern-stack-app-in-1-hour-2m9f</link>
      <guid>https://dev.to/dipcodes_/i-tried-running-qwen-25-coder-locally-and-accidentally-built-a-full-mern-stack-app-in-1-hour-2m9f</guid>
      <description>&lt;p&gt;Was trying to run Qwen 2.5 Coder offline on my laptop but ended up &lt;br&gt;
building this full MERN stack project management app with 2FA using &lt;br&gt;
Haiku 4.5 in one evening.&lt;/p&gt;

&lt;p&gt;Here's exactly what I built and how:&lt;/p&gt;

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

&lt;p&gt;A full ProjectHub app with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Beautiful glassmorphism dark UI&lt;/li&gt;
&lt;li&gt;JWT Authentication with 2FA (Google Authenticator)&lt;/li&gt;
&lt;li&gt;Dashboard with project stats&lt;/li&gt;
&lt;li&gt;MERN stack (MongoDB, Express, React, Node.js)&lt;/li&gt;
&lt;li&gt;Vite + Tailwind CSS frontend&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  My setup (all free, ₹0)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Ollama&lt;/strong&gt; — runs AI models locally on my laptop&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Qwen 2.5 Coder 14B&lt;/strong&gt; — local offline coding model&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Claude Haiku 4.5&lt;/strong&gt; — via GitHub Copilot free access&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Continue.dev&lt;/strong&gt; — free Copilot alternative in VS Code&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How it happened
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Started by installing Ollama to run Qwen locally&lt;/li&gt;
&lt;li&gt;Set up Continue.dev in VS Code&lt;/li&gt;
&lt;li&gt;Haiku 4.5 auto-detected through GitHub Copilot&lt;/li&gt;
&lt;li&gt;Gave it one detailed prompt for the full MERN stack&lt;/li&gt;
&lt;li&gt;It created 20+ files automatically in minutes&lt;/li&gt;
&lt;li&gt;Fixed static buttons and connected the backend&lt;/li&gt;
&lt;li&gt;Added 2FA with Google Authenticator&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The prompt that started everything
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Build a full MERN stack project management app with:
- JWT auth + 2FA
- Glassmorphism dark UI
- Dashboard with stats
- Framer Motion animations
- Tailwind CSS
Create ALL files with complete working code.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Time taken
&lt;/h2&gt;

&lt;p&gt;⏰ Total: ~2.5 hours from zero to working app with 2FA&lt;/p&gt;

&lt;h2&gt;
  
  
  Key takeaway
&lt;/h2&gt;

&lt;p&gt;AI doesn't replace developers — it makes you 10x faster. &lt;br&gt;
I still had to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Know what to ask for&lt;/li&gt;
&lt;li&gt;Fix bugs and connect everything
&lt;/li&gt;
&lt;li&gt;Understand the code it wrote&lt;/li&gt;
&lt;li&gt;Make design decisions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The AI typed fast. I built the product.&lt;/p&gt;

&lt;p&gt;Claude rocks anyways 🔥&lt;/p&gt;

&lt;h1&gt;
  
  
  claudeai #ai #mern #webdev #buildinpublic
&lt;/h1&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Day 0 — I just committed to the most important 18 months of my life</title>
      <dc:creator>DipCodes</dc:creator>
      <pubDate>Fri, 13 Mar 2026 18:06:39 +0000</pubDate>
      <link>https://dev.to/dipcodes_/day-0-i-just-committed-to-the-most-important-18-months-of-my-life-7od</link>
      <guid>https://dev.to/dipcodes_/day-0-i-just-committed-to-the-most-important-18-months-of-my-life-7od</guid>
      <description>&lt;p&gt;I'm a first year engineering student in India.&lt;/p&gt;

&lt;p&gt;Self taught. Building in public. 7 live projects already shipped.&lt;/p&gt;

&lt;p&gt;Today I made a decision that scares me a little.&lt;/p&gt;

&lt;p&gt;I'm giving myself 18 months to reach a goal that most people &lt;br&gt;
would call unrealistic for someone in my position.&lt;/p&gt;

&lt;p&gt;I'm not going to tell you what the goal is yet.&lt;/p&gt;

&lt;p&gt;Let the work speak.&lt;/p&gt;

&lt;p&gt;Here's what you'll see from me:&lt;/p&gt;

&lt;p&gt;→ Daily building updates&lt;br&gt;
→ Weekly project drops&lt;br&gt;
→ Raw honest documentation of the journey&lt;br&gt;
→ No tutorials. No fluff. Just real work.&lt;/p&gt;

&lt;p&gt;Follow if you want to watch someone &lt;br&gt;
go all in on something that matters.&lt;/p&gt;

&lt;p&gt;Day 1 starts tomorrow.&lt;/p&gt;

&lt;p&gt;— DipCodes&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I built a tool that automatically tracks every free AI API daily — here's how</title>
      <dc:creator>DipCodes</dc:creator>
      <pubDate>Thu, 12 Mar 2026 12:19:38 +0000</pubDate>
      <link>https://dev.to/dipcodes_/i-built-a-tool-that-automatically-tracks-every-free-ai-api-daily-heres-how-5586</link>
      <guid>https://dev.to/dipcodes_/i-built-a-tool-that-automatically-tracks-every-free-ai-api-daily-heres-how-5586</guid>
      <description>&lt;p&gt;Every time I wanted to build something with AI, I wasted hours on the same frustrating loop.&lt;br&gt;
Which free APIs actually work? What are the real limits? Do they need a credit card? The documentation lies. The Reddit posts are outdated. You only find out the truth after you've already integrated it.&lt;br&gt;
So I built FreeStack AI to solve this for myself — and every other developer stuck in that loop.&lt;br&gt;
What it does&lt;br&gt;
FreeStack AI tracks 5 free AI APIs in real time — Groq, Mistral, Cohere, Gemini, and OpenRouter. Every 24 hours it automatically tests each one with real API calls, measures response speed, checks availability, and saves the results to a database.&lt;br&gt;
No more guessing. You land on the site and instantly see what's working right now.&lt;br&gt;
How the automation works&lt;br&gt;
The core is a simple node-cron job running on a Node.js backend hosted on Render:&lt;br&gt;
javascriptcron.schedule('0 0 * * *', async () =&amp;gt; {&lt;br&gt;
  await testAllAPIs();&lt;br&gt;
  await saveResultsToDB();&lt;br&gt;
});&lt;br&gt;
Every night at midnight it hits all 5 APIs with real test calls, measures latency, and stores everything in MongoDB. The frontend on Vercel just reads from the database — so the data is always fresh without any manual work.&lt;br&gt;
The hardest part — CORS in production&lt;br&gt;
This one took me an entire day to debug.&lt;br&gt;
Everything worked perfectly locally. The moment I deployed to Vercel + Render, requests were completely blocked. Classic CORS issue between two different production domains.&lt;br&gt;
The fix was straightforward once I understood it — explicitly whitelisting the Vercel frontend URL in the Render backend:&lt;br&gt;
javascriptapp.use(cors({&lt;br&gt;
  origin: '&lt;a href="https://freestack-ai.vercel.app" rel="noopener noreferrer"&gt;https://freestack-ai.vercel.app&lt;/a&gt;'&lt;br&gt;
}));&lt;br&gt;
Local development hides this because everything runs on localhost. Production exposes it immediately. Lesson learned.&lt;br&gt;
What's next&lt;br&gt;
Right now 5 APIs are tracked. I'm expanding to 20+ soon — Together AI, Hugging Face, Replicate, DeepInfra and more.&lt;br&gt;
There's also a code generator built in — select your use case, pick an API, choose your language, and get production ready starter code instantly.&lt;br&gt;
Try it here — freestack-ai.vercel.app&lt;br&gt;
If you've ever wasted time figuring out which free AI APIs actually work, this is built for you.&lt;/p&gt;

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