<?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: IManss-ai</title>
    <description>The latest articles on DEV Community by IManss-ai (@imanssai).</description>
    <link>https://dev.to/imanssai</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%2F3831577%2Fef4d69e1-81ec-437e-8fa0-62d901f24936.png</url>
      <title>DEV Community: IManss-ai</title>
      <link>https://dev.to/imanssai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/imanssai"/>
    <language>en</language>
    <item>
      <title>I built my first real web app after months of learning. Here it is.</title>
      <dc:creator>IManss-ai</dc:creator>
      <pubDate>Wed, 18 Mar 2026 14:59:14 +0000</pubDate>
      <link>https://dev.to/imanssai/i-built-my-first-real-web-app-after-months-of-learning-here-it-is-4lbp</link>
      <guid>https://dev.to/imanssai/i-built-my-first-real-web-app-after-months-of-learning-here-it-is-4lbp</guid>
      <description>&lt;p&gt;I've been learning to code for a few months now. Lots of tutorials, lots of half-finished projects that never saw the light of day.&lt;/p&gt;

&lt;p&gt;This one is different. I actually shipped it.&lt;/p&gt;

&lt;p&gt;It's called CodeVault. The idea is simple — I kept losing useful pieces of code I'd written and having to rewrite them from scratch every time. Copy-pasting into notes apps, scattered across files, impossible to find later. I wanted one place to save everything.&lt;/p&gt;

&lt;p&gt;So I built it.&lt;/p&gt;

&lt;p&gt;🔗 Live: &lt;a href="https://codevault-production-86f2.up.railway.app" rel="noopener noreferrer"&gt;https://codevault-production-86f2.up.railway.app&lt;/a&gt;&lt;br&gt;
⭐ GitHub: &lt;a href="https://github.com/IManss-ai/codevault" rel="noopener noreferrer"&gt;https://github.com/IManss-ai/codevault&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's a code snippet manager. You save snippets, tag them, search them, make them public or private. There's syntax highlighting for 25+ languages, public profiles, a REST API, and you can even embed snippets on other websites.&lt;/p&gt;

&lt;p&gt;I built it with PHP (no frameworks — I wanted to actually understand what's happening), Supabase for the database, and vanilla JavaScript.&lt;/p&gt;

&lt;p&gt;The hardest parts were debugging things I didn't understand yet, and deployment. Getting it running locally was one thing. Getting it actually live on the internet broke me for a while. Wrong PHP drivers, server config conflicts, routing issues — things that tutorials never warn you about.&lt;/p&gt;

&lt;p&gt;But it's live now. Real URL, real database, real users can sign up.&lt;/p&gt;

&lt;p&gt;I'm sharing this because I want feedback from people who actually know what they're doing. What's broken? What's ugly? What would you do differently?&lt;/p&gt;

&lt;p&gt;And if you find it useful, a star on GitHub would genuinely make my day ⭐&lt;/p&gt;

&lt;p&gt;Thanks for reading.&lt;/p&gt;

</description>
      <category>php</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
