<?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: Alan Toro Holguin</title>
    <description>The latest articles on DEV Community by Alan Toro Holguin (@alantoro).</description>
    <link>https://dev.to/alantoro</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%2F3933388%2F4f6601d3-f3f7-4f24-86c4-f61dd2e1915d.jpg</url>
      <title>DEV Community: Alan Toro Holguin</title>
      <link>https://dev.to/alantoro</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alantoro"/>
    <language>en</language>
    <item>
      <title>Stop Building Todo Apps: What I Learned Shipping a Real Side Project as a Junior Dev</title>
      <dc:creator>Alan Toro Holguin</dc:creator>
      <pubDate>Fri, 15 May 2026 14:57:56 +0000</pubDate>
      <link>https://dev.to/alantoro/stop-building-todo-apps-what-i-learned-shipping-a-real-side-project-as-a-junior-dev-39m4</link>
      <guid>https://dev.to/alantoro/stop-building-todo-apps-what-i-learned-shipping-a-real-side-project-as-a-junior-dev-39m4</guid>
      <description>&lt;p&gt;Hey 👋 I'm Alan, a Junior Full Stack Developer with around 6 months of professional experience at a Microsoft Partner company.&lt;/p&gt;

&lt;p&gt;I mostly work with .NET, React, and Azure  and i'm still in that beautiful chaotic phase of trying to learn everything at once.&lt;/p&gt;

&lt;p&gt;This is not a senior developer guide.&lt;/p&gt;

&lt;p&gt;I'm just sharing what actually worked when I shipped my first real side project as a junior: KhozAI, a guitar practice assistant prototype inspired by the idea of personalized AI-generated routines.&lt;/p&gt;

&lt;p&gt;If you're a junior developer (or self-taught) wondering:&lt;/p&gt;

&lt;p&gt;“Do I even know enough to build and ship something real?”&lt;/p&gt;

&lt;p&gt;This post is for you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I Built KhozAI&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I play guitar in a  rock band called Difumina2 🎸.&lt;/p&gt;

&lt;p&gt;And like most guitar players, I constantly run into the same problem:&lt;/p&gt;

&lt;p&gt;I sit down to practice... and suddenly I have no idea what to practice.&lt;/p&gt;

&lt;p&gt;Scales? Picking exercises? Chord transitions? Songs? Music theory?&lt;/p&gt;

&lt;p&gt;I would either:&lt;/p&gt;

&lt;p&gt;repeat the same exercises forever,&lt;br&gt;
or jump randomly between things without improving consistently.&lt;/p&gt;

&lt;p&gt;At the same time, at work I was learning about OpenAI integrations and AI-assisted workflows.&lt;/p&gt;

&lt;p&gt;One day I thought:&lt;/p&gt;

&lt;p&gt;“What if I could build something that generated personalized guitar practice routines based on goals and skill level?”&lt;/p&gt;

&lt;p&gt;That weekend I started building KhozAI.&lt;/p&gt;

&lt;p&gt;One week later it was deployed.&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://khoz-ai.vercel.app" rel="noopener noreferrer"&gt;KhozAI Demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://github.com/AlanIsaacToroHolguin/KhozAI" rel="noopener noreferrer"&gt;KhozAI GitHub Repository&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;One important thing I also want to mention: yes, of course I used AI tools to help me code sometimes.&lt;/p&gt;

&lt;p&gt;I think at this point we can't really ignore AI anymore as developers. It's an incredible tool for learning, debugging, researching, and moving faster.&lt;/p&gt;

&lt;p&gt;But this project also taught me something important:&lt;/p&gt;

&lt;p&gt;AI can generate code, but it does not truly understand the business idea, the user experience, or the full requirements behind what you're building.&lt;/p&gt;

&lt;p&gt;You still need to think.&lt;br&gt;
You still need to make decisions.&lt;br&gt;
You still need to understand the problem you're solving.&lt;/p&gt;

&lt;p&gt;And honestly, that's the part I enjoyed the most.&lt;/p&gt;

&lt;p&gt;I've done many tutorials, courses, and small practice projects before — but KhozAI is the first one that genuinely felt like my own idea instead of just another exercise from the internet.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lesson 1 — Build Something YOU Actually Need&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every tutorial says:&lt;/p&gt;

&lt;p&gt;“Build a todo app.”&lt;/p&gt;

&lt;p&gt;Honestly? Don't.&lt;/p&gt;

&lt;p&gt;Build the weird little thing you personally wish existed.&lt;/p&gt;

&lt;p&gt;When you're still early in your career, motivation disappears fast. The only thing that keeps you going through bugs, deployment issues, and confusing documentation is building something meaningful to you.&lt;/p&gt;

&lt;p&gt;Every time KhozAI broke and I felt stuck, I remembered:&lt;/p&gt;

&lt;p&gt;I was the target user.&lt;/p&gt;

&lt;p&gt;If it solved my own practice problem, it was already valuable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lesson 2 — Boring Tech Stack &amp;gt; Fancy Tech Stack&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;At first I almost made the classic junior mistake:&lt;/p&gt;

&lt;p&gt;trying five new technologies at the same time.&lt;/p&gt;

&lt;p&gt;Instead, I picked tools I either already knew or could learn quickly:&lt;/p&gt;

&lt;p&gt;Next.js&lt;br&gt;
React&lt;br&gt;
Supabase&lt;br&gt;
OpenAI API experimentation&lt;br&gt;
Vercel deployment&lt;/p&gt;

&lt;p&gt;No microservices.&lt;br&gt;
No Kubernetes.&lt;br&gt;
No overengineered architecture.&lt;br&gt;
No “this framework looks cool on Twitter”.&lt;/p&gt;

&lt;p&gt;As a junior developer, your biggest challenge is already learning how to solve problems.&lt;/p&gt;

&lt;p&gt;You don't need your tools fighting against you too.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lesson 3 — Shipping Beats Perfection&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This project changed the way I think about development.&lt;/p&gt;

&lt;p&gt;Before KhozAI, I thought projects needed:&lt;/p&gt;

&lt;p&gt;perfect architecture,&lt;br&gt;
advanced patterns,&lt;br&gt;
and senior-level code quality before release.&lt;/p&gt;

&lt;p&gt;Now I think the opposite.&lt;/p&gt;

&lt;p&gt;Shipping teaches faster than tutorials ever will.&lt;/p&gt;

&lt;p&gt;By actually deploying something, I learned:&lt;/p&gt;

&lt;p&gt;environment variables,&lt;br&gt;
deployment issues,&lt;br&gt;
API handling,&lt;br&gt;
authentication,&lt;br&gt;
debugging production errors,&lt;br&gt;
project structure,&lt;br&gt;
and how real development feels outside tutorial land.&lt;/p&gt;

&lt;p&gt;And honestly, I learned more in those two weeks than in months of passive studying.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lesson 4 — Small Projects Can Feel Real&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;KhozAI is still just a prototype/demo for now.&lt;/p&gt;

&lt;p&gt;It's not some massive AI startup.&lt;br&gt;
It's not production-ready.&lt;br&gt;
And it's definitely not perfect.&lt;/p&gt;

&lt;p&gt;But building it made me realize something important:&lt;/p&gt;

&lt;p&gt;Small projects can still feel real.&lt;/p&gt;

&lt;p&gt;You don't need:&lt;/p&gt;

&lt;p&gt;investors,&lt;br&gt;
thousands of users,&lt;br&gt;
or senior-level experience&lt;/p&gt;

&lt;p&gt;to create something meaningful.&lt;/p&gt;

&lt;p&gt;Right now I'm continuing to improve the app little by little, experimenting with better personalization and ideas around practice generation.&lt;/p&gt;

&lt;p&gt;And honestly, if one day it evolves into a real product that helps musicians practice more effectively, that would be pretty amazing 🎸&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Final Thoughts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you're a junior developer waiting until you “feel ready” to build something...&lt;/p&gt;

&lt;p&gt;you probably never will.&lt;/p&gt;

&lt;p&gt;And that's okay.&lt;/p&gt;

&lt;p&gt;You learn by shipping.&lt;br&gt;
You learn by breaking things.&lt;br&gt;
You learn by building messy projects that slowly improve over time.&lt;/p&gt;

&lt;p&gt;KhozAI may not be perfect, but it was the first project that truly felt mine.&lt;/p&gt;

&lt;p&gt;And that alone made it worth building.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>react</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
