<?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: Mehdi Aghaei</title>
    <description>The latest articles on DEV Community by Mehdi Aghaei (@sorooshaghaei).</description>
    <link>https://dev.to/sorooshaghaei</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%2F4055766%2Fd35fe8a9-52bf-415f-9d6c-286b5e291950.jpg</url>
      <title>DEV Community: Mehdi Aghaei</title>
      <link>https://dev.to/sorooshaghaei</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sorooshaghaei"/>
    <language>en</language>
    <item>
      <title>I Built a Clinic Web App by Shipping Phase 1 First (No, It's Not Done Yet)</title>
      <dc:creator>Mehdi Aghaei</dc:creator>
      <pubDate>Sat, 01 Aug 2026 07:00:00 +0000</pubDate>
      <link>https://dev.to/sorooshaghaei/i-built-a-clinic-web-app-by-shipping-phase-1-first-no-its-not-done-yet-2p75</link>
      <guid>https://dev.to/sorooshaghaei/i-built-a-clinic-web-app-by-shipping-phase-1-first-no-its-not-done-yet-2p75</guid>
      <description>&lt;h1&gt;
  
  
  I Built a Clinic App
&lt;/h1&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Clinics drown in paper. Patient history gets lost between visits. Staff re-enters the same information over and over. I wanted to fix that with software—but I knew that "build a full clinic system" is the quickest path to burnout.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Health Hub&lt;/strong&gt; is a deliberate, one-phase clinic app for a doctor and assistant to manage patient records without the paper. It handles:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Permanent, reusable patient profiles&lt;/li&gt;
&lt;li&gt;Smart duplicate detection (because yes, people with the same name exist)&lt;/li&gt;
&lt;li&gt;Clinic-scoped access and role-based workflows&lt;/li&gt;
&lt;li&gt;Search by name, phone, or date of birth&lt;/li&gt;
&lt;li&gt;Clean API architecture (Django REST + PostgreSQL)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I &lt;em&gt;Haven't&lt;/em&gt; Built (Yet)
&lt;/h2&gt;

&lt;p&gt;Visits. Scheduling. Appointments. Queue management. Notifications. Estimates. Notes.&lt;/p&gt;

&lt;p&gt;These aren't bugs—they're &lt;em&gt;deliberately out of scope&lt;/em&gt; for Phase 1. And honestly? That's the secret. I forced myself to stop at "working patient records," not "a complete clinic system that does everything."&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: React + Vite (fast, modern)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend&lt;/strong&gt;: Django REST Framework + PostgreSQL&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deployment&lt;/strong&gt;: GitHub Pages (demo), Docker Compose (local dev)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Testing&lt;/strong&gt;: Django unit tests + React browser testing&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Live Demo &amp;amp; Code
&lt;/h2&gt;

&lt;p&gt;Try it: &lt;a href="https://sorooshaghaei.github.io/health-hub/" rel="noopener noreferrer"&gt;sorooshaghaei.github.io/health-hub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Code: &lt;a href="https://github.com/sorooshaghaei/health-hub" rel="noopener noreferrer"&gt;github.com/sorooshaghaei/health-hub&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next?
&lt;/h2&gt;

&lt;p&gt;Phase 2 is planned (visits, scheduling, queue behavior). But I'm not starting it until someone says "yes, this solves my problem." That's the discipline: no work without validation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Your Turn
&lt;/h2&gt;

&lt;p&gt;If this scratches an itch—or you think Phase 2 should prioritize something different—let me know. Or if you want to sponsor the next phase, I'm listening.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>python</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
