<?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: Zohair Ahmed Nadeem </title>
    <description>The latest articles on DEV Community by Zohair Ahmed Nadeem  (@zohair_ahmed_nadeem).</description>
    <link>https://dev.to/zohair_ahmed_nadeem</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%2F2548953%2F928817bc-1766-4b42-b490-1d468d44b0f0.jpeg</url>
      <title>DEV Community: Zohair Ahmed Nadeem </title>
      <link>https://dev.to/zohair_ahmed_nadeem</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zohair_ahmed_nadeem"/>
    <language>en</language>
    <item>
      <title>About "Who U R</title>
      <dc:creator>Zohair Ahmed Nadeem </dc:creator>
      <pubDate>Sun, 26 Apr 2026 06:52:43 +0000</pubDate>
      <link>https://dev.to/zohair_ahmed_nadeem/about-who-u-r-3jki</link>
      <guid>https://dev.to/zohair_ahmed_nadeem/about-who-u-r-3jki</guid>
      <description>&lt;h2&gt;
  
  
  The Idea 💡
&lt;/h2&gt;

&lt;p&gt;I was looking for a fun and unique Django project — something that would polish my skills while being genuinely interesting. Then a reel popped up on my feed showing personality traits based on birth month. That random moment sparked everything.&lt;/p&gt;

&lt;p&gt;I thought — &lt;em&gt;what if I research this properly and build it?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;That's when I discovered &lt;strong&gt;Astrology&lt;/strong&gt; as a system for personality analysis. I started researching how birth data maps to personality traits, and the more I dug in, the more fascinating it became. I decided to build it.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Real Challenge — No Database for User Data 🔐
&lt;/h2&gt;

&lt;p&gt;The biggest technical decision I made early on was: &lt;strong&gt;I will not save any user data in the database.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This was a privacy-first approach. Instead of storing user inputs, I send data directly to the API via POST method and get results back in JSON format — processed and returned instantly, nothing stored.&lt;/p&gt;

&lt;p&gt;For testimonials only, I used &lt;strong&gt;SQLite&lt;/strong&gt; — keeping it minimal and clean.&lt;/p&gt;

&lt;p&gt;This decision made the app feel safer for users and honestly made the architecture cleaner too.&lt;/p&gt;




&lt;h2&gt;
  
  
  Development Process 🛠️
&lt;/h2&gt;

&lt;p&gt;I didn't jump straight to UI. First, I focused on the &lt;strong&gt;core logic&lt;/strong&gt; — taking user data and generating accurate results.&lt;/p&gt;

&lt;p&gt;My testing process was methodical:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Tested on myself first&lt;/li&gt;
&lt;li&gt;Then family members&lt;/li&gt;
&lt;li&gt;Then close friends&lt;/li&gt;
&lt;li&gt;Then cousins&lt;/li&gt;
&lt;li&gt;Then uncles and aunties&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Each round helped me improve accuracy. Only when I was confident in the results did I move to building the UI.&lt;/p&gt;




&lt;h2&gt;
  
  
  The UI 🎨
&lt;/h2&gt;

&lt;p&gt;I kept it &lt;strong&gt;simple and aesthetic&lt;/strong&gt; — smooth, clean design with both &lt;strong&gt;Dark and Light theme&lt;/strong&gt; support. No unnecessary complexity. The focus was always on the personality result experience.&lt;/p&gt;




&lt;h2&gt;
  
  
  Deployment 🚀
&lt;/h2&gt;

&lt;p&gt;Deployed on &lt;strong&gt;PythonAnywhere&lt;/strong&gt; — reliable and straightforward for Django projects.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Response 😲
&lt;/h2&gt;

&lt;p&gt;Friends started sharing it. Then their friends shared it. Then strangers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5000+ users&lt;/strong&gt; later — the most common reaction?&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"How is this so accurate?!"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Users were genuinely shocked at the precision of their personality results. That reaction alone made every hour of development worth it.&lt;/p&gt;




&lt;h2&gt;
  
  
  Tech Stack 📦
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Django, REST API&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database:&lt;/strong&gt; SQLite (testimonials only)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; Tailwind CSS, Dark/Light Theme&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deployment:&lt;/strong&gt; PythonAnywhere&lt;/li&gt;
&lt;/ul&gt;




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

&lt;ul&gt;
&lt;li&gt;Privacy-first architecture is always a good decision&lt;/li&gt;
&lt;li&gt;Test your own product before anyone else&lt;/li&gt;
&lt;li&gt;Word of mouth is the most powerful marketing&lt;/li&gt;
&lt;li&gt;A random reel can change everything 😄&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Try Who U R yourself → &lt;a href="https://huntercodex.pythonanywhere.com" rel="noopener noreferrer"&gt;huntercodex.pythonanywhere.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhffn5vr0lv411as93imo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhffn5vr0lv411as93imo.png" alt=" " width="800" height="376"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Privacy-first architecture is always a good decision&lt;/li&gt;
&lt;li&gt;Test your own product before anyone else&lt;/li&gt;
&lt;li&gt;Word of mouth is the most powerful marketing&lt;/li&gt;
&lt;li&gt;A random reel can change everything 😄&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Try Who U R yourself → &lt;a href="https://huntercodex.pythonanywhere.com" rel="noopener noreferrer"&gt;huntercodex.pythonanywhere.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;Kaisa laga? Kuch change karna hai? 😊&lt;/p&gt;

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