<?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: Hodhan Omar</title>
    <description>The latest articles on DEV Community by Hodhan Omar (@hodhan_).</description>
    <link>https://dev.to/hodhan_</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%2F4045237%2F518f68e6-41cf-4803-b7ae-560c4c7ff136.png</url>
      <title>DEV Community: Hodhan Omar</title>
      <link>https://dev.to/hodhan_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hodhan_"/>
    <language>en</language>
    <item>
      <title>Building RecipeHub: My Experience Developing and Deploying a Modern Recipe Sharing Platform with Django</title>
      <dc:creator>Hodhan Omar</dc:creator>
      <pubDate>Fri, 24 Jul 2026 09:35:35 +0000</pubDate>
      <link>https://dev.to/hodhan_/building-recipehub-my-experience-developing-and-deploying-a-modern-recipe-sharing-platform-with-53jb</link>
      <guid>https://dev.to/hodhan_/building-recipehub-my-experience-developing-and-deploying-a-modern-recipe-sharing-platform-with-53jb</guid>
      <description>&lt;p&gt;As part of my learning journey with Django, I wanted to build a project that would challenge me beyond the basics. I decided to create RecipeHub, a web application where users can create, manage, and share recipes while exploring recipes from other users.&lt;/p&gt;

&lt;p&gt;The project started from a Django starter template, but I customized it by adding new features, redesigning the interface, and deploying it online.&lt;/p&gt;

&lt;p&gt;Features&lt;/p&gt;

&lt;p&gt;RecipeHub allows users to:&lt;/p&gt;

&lt;p&gt;Register and log in&lt;br&gt;
Create, edit, and delete recipes&lt;br&gt;
Browse recipes by category&lt;br&gt;
Save favourite recipes&lt;br&gt;
Upload recipe images&lt;br&gt;
Access a personal dashboard&lt;br&gt;
Use the application in both light and dark mode&lt;/p&gt;

&lt;p&gt;The application is fully responsive, making it easy to use on both desktop and mobile devices.&lt;/p&gt;

&lt;p&gt;Technologies Used&lt;/p&gt;

&lt;p&gt;I built the project using:&lt;/p&gt;

&lt;p&gt;Python&lt;br&gt;
Django&lt;br&gt;
Django Allauth&lt;br&gt;
PostgreSQL&lt;br&gt;
Tailwind CSS&lt;br&gt;
DaisyUI&lt;br&gt;
HTMX&lt;br&gt;
Vite&lt;br&gt;
Gunicorn&lt;br&gt;
Render&lt;/p&gt;

&lt;p&gt;GitHub was used for version control throughout the project.&lt;/p&gt;

&lt;p&gt;Challenges&lt;/p&gt;

&lt;p&gt;One of the biggest challenges was deployment. While everything worked locally, deploying to Render required configuring PostgreSQL, environment variables, and static files correctly.&lt;/p&gt;

&lt;p&gt;I also encountered an issue with uploaded recipe images. Since the application is hosted on Render's free tier, uploaded media is stored on an ephemeral filesystem, meaning uploaded images are lost after redeployment. Learning why this happens gave me a better understanding of the difference between development and production environments.&lt;/p&gt;

&lt;p&gt;Another challenge was redesigning the dashboards. I wanted them to feel clean and modern instead of looking like a default Django application, so I spent time improving the layout, spacing, and responsiveness.&lt;/p&gt;

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

&lt;p&gt;This project helped me improve my understanding of:&lt;/p&gt;

&lt;p&gt;Django project structure&lt;br&gt;
Authentication and user management&lt;br&gt;
CRUD operations&lt;br&gt;
Database relationships&lt;br&gt;
Responsive UI design&lt;br&gt;
Git and GitHub workflows&lt;br&gt;
Deploying Django applications&lt;br&gt;
Debugging real-world issues&lt;/p&gt;

&lt;p&gt;More importantly, it taught me how to troubleshoot problems and understand the deployment process instead of only focusing on writing code.&lt;/p&gt;

&lt;p&gt;Conclusion&lt;/p&gt;

&lt;p&gt;Building RecipeHub has been one of my most valuable learning experiences. It allowed me to apply both backend and frontend development skills while creating a complete web application from start to finish.&lt;/p&gt;

&lt;p&gt;Although there are still features I'd like to add in the future, such as recipe ratings, comments, and persistent cloud storage for uploaded images, I'm proud of how the project has turned out and of everything I learned throughout the development process.&lt;/p&gt;

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