<?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: Shamsuddin Hamdule</title>
    <description>The latest articles on DEV Community by Shamsuddin Hamdule (@shamsuddin_hamdule).</description>
    <link>https://dev.to/shamsuddin_hamdule</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%2F2656473%2Fcbee2d38-3f81-4eec-a54f-03f8dffe2032.png</url>
      <title>DEV Community: Shamsuddin Hamdule</title>
      <link>https://dev.to/shamsuddin_hamdule</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shamsuddin_hamdule"/>
    <language>en</language>
    <item>
      <title>🚀 Building Tripzy – A Flask + SQLAlchemy Intercity Booking Platform</title>
      <dc:creator>Shamsuddin Hamdule</dc:creator>
      <pubDate>Sat, 09 Aug 2025 07:21:15 +0000</pubDate>
      <link>https://dev.to/shamsuddin_hamdule/building-tripzy-a-flask-sqlalchemy-intercity-booking-platform-2dlm</link>
      <guid>https://dev.to/shamsuddin_hamdule/building-tripzy-a-flask-sqlalchemy-intercity-booking-platform-2dlm</guid>
      <description>&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%2F7vdh3tbkuu77esfzwvec.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%2F7vdh3tbkuu77esfzwvec.png" alt=" " width="800" height="381"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🚀 Building Tripzy – A Flask + SQLAlchemy Intercity Booking Platform&lt;br&gt;
📌 Introduction&lt;br&gt;
As part of a recent project at SE Software and Web Developers, We built Tripzy, a web-based travel booking platform designed to connect small towns with major cities.&lt;/p&gt;

&lt;p&gt;The goal was to create a seat-based and full-vehicle booking system that’s easy to use for travelers, vehicle owners, and administrators — all from a single responsive web app.&lt;/p&gt;

&lt;p&gt;🛠 Tech Stack&lt;br&gt;
Backend: Python Flask&lt;/p&gt;

&lt;p&gt;ORM: Flask SQLAlchemy&lt;/p&gt;

&lt;p&gt;Frontend: HTML5, CSS3, Bootstrap 5&lt;/p&gt;

&lt;p&gt;Database: SQLite (development)&lt;/p&gt;

&lt;p&gt;Hosting (Dev): Replit (temporary)&lt;/p&gt;

&lt;p&gt;🎯 Core Features&lt;br&gt;
For Travelers&lt;br&gt;
Browse available rides&lt;/p&gt;

&lt;p&gt;Book individual seats or entire vehicles&lt;/p&gt;

&lt;p&gt;For Vehicle Owners&lt;br&gt;
Post vehicle availability&lt;/p&gt;

&lt;p&gt;Accept &amp;amp; manage bookings&lt;/p&gt;

&lt;p&gt;For Admins&lt;br&gt;
Manage users and rides&lt;/p&gt;

&lt;p&gt;Monitor platform activity&lt;/p&gt;

&lt;p&gt;🖼 UI/UX Overview&lt;br&gt;
The platform has:&lt;/p&gt;

&lt;p&gt;Hero section highlighting the service&lt;/p&gt;

&lt;p&gt;"How it Works" step-by-step visual cards&lt;/p&gt;

&lt;p&gt;Mobile-first responsive layout using Bootstrap&lt;/p&gt;

&lt;p&gt;⚙ Development Approach&lt;br&gt;
Database Design&lt;/p&gt;

&lt;p&gt;Models for Users, Rides, and Bookings&lt;/p&gt;

&lt;p&gt;Relationships managed via Flask SQLAlchemy&lt;/p&gt;

&lt;p&gt;Used SQLite for quick development&lt;/p&gt;

&lt;p&gt;Routes &amp;amp; Blueprints&lt;/p&gt;

&lt;p&gt;Organized app routes for admin, owner, and customer dashboards&lt;/p&gt;

&lt;p&gt;Template Rendering &lt;/p&gt;

&lt;p&gt;Jinja2 templates for dynamic content&lt;/p&gt;

&lt;p&gt;Reusable components for cards, forms, and navigation&lt;/p&gt;

&lt;p&gt;Responsive UI &lt;/p&gt;

&lt;p&gt;Bootstrap grid system for flexibility&lt;/p&gt;

&lt;p&gt;Hover effects and animations for better interactivity&lt;/p&gt;

&lt;p&gt;🔍 Challenges Faced&lt;br&gt;
Client-side vs Server-side Validation: Had to ensure form validation both in the browser and backend for security.&lt;/p&gt;

&lt;p&gt;Data Model Relationships: Getting SQLAlchemy relationships right for booking logic took some planning.&lt;/p&gt;

&lt;p&gt;Live Preview on Replit: The public preview link doesn’t stay live without the project running, so I relied on screenshots for demos.&lt;/p&gt;

&lt;p&gt;📅 Current Status &amp;amp; Next Steps&lt;br&gt;
The project is complete and in staging mode — pending final payment and deployment. Next steps include:&lt;/p&gt;

&lt;p&gt;Deploying to a cloud platform Replit&lt;/p&gt;

&lt;p&gt;💬 Final Thoughts&lt;br&gt;
Tripzy was a fun project to work on — a blend of real-world transportation needs and modern web development practices. It also showed the value of rapid prototyping with Flask + SQLAlchemy for startups and small businesses.&lt;/p&gt;

&lt;p&gt;If you’re building something similar or want to collaborate on travel-tech projects, I’d love to connect!&lt;/p&gt;

&lt;p&gt;📧 Contact: &lt;a href="mailto:shamsessa123@gmail.com"&gt;shamsessa123@gmail.com&lt;/a&gt;&lt;br&gt;
📞 phone : +91 7249785423&lt;br&gt;
🌐 Agency: SE Software and Web Developers&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>python</category>
      <category>productivity</category>
      <category>developer</category>
    </item>
    <item>
      <title>🚀 Need Help Deploying Python Flask Web App</title>
      <dc:creator>Shamsuddin Hamdule</dc:creator>
      <pubDate>Wed, 30 Jul 2025 06:34:19 +0000</pubDate>
      <link>https://dev.to/shamsuddin_hamdule/need-help-deploying-python-flask-web-app-3n9</link>
      <guid>https://dev.to/shamsuddin_hamdule/need-help-deploying-python-flask-web-app-3n9</guid>
      <description>&lt;p&gt;Hey devs! 👋&lt;/p&gt;

&lt;p&gt;I’m currently working on a &lt;strong&gt;Python Flask web application&lt;/strong&gt; and I’m at the deployment stage. The app works fine locally, but I’m facing some confusion and issues while trying to host it live.&lt;/p&gt;

&lt;p&gt;I’d love to connect with anyone who has &lt;strong&gt;experience deploying Flask apps&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Some questions I have:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What platform would you recommend for fast and reliable deployment?&lt;/li&gt;
&lt;li&gt;Any step-by-step guides or boilerplates you’ve used and recommend?&lt;/li&gt;
&lt;li&gt;Any tips, common issues, or gotchas I should be aware of?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you’re open to helping or chatting, feel free to reach out to me directly:&lt;/p&gt;

&lt;p&gt;📧 Email: &lt;a href="//mailto:shamsessa123@gmail.com"&gt;shamsessa123@gmail.com&lt;/a&gt;&lt;br&gt;
📱 WhatsApp (messages only): +91 7249785423&lt;/p&gt;

&lt;p&gt;Thanks a lot in advance! 🙌&lt;br&gt;
— Shamsuddin Hamdule&lt;/p&gt;

</description>
      <category>flask</category>
      <category>webapp</category>
      <category>web</category>
      <category>python</category>
    </item>
    <item>
      <title>✨ Before &amp; After: Website Recoloring for Parkar Eye Clinics</title>
      <dc:creator>Shamsuddin Hamdule</dc:creator>
      <pubDate>Sat, 19 Jul 2025 06:40:10 +0000</pubDate>
      <link>https://dev.to/shamsuddin_hamdule/before-after-website-recoloring-for-parkar-eye-clinics-1af9</link>
      <guid>https://dev.to/shamsuddin_hamdule/before-after-website-recoloring-for-parkar-eye-clinics-1af9</guid>
      <description>&lt;p&gt;✨ Before &amp;amp; After: Website Recoloring for Parkar Eye Clinics&lt;/p&gt;

&lt;p&gt;At &lt;strong&gt;SE Software and Web Developers&lt;/strong&gt;, we recently revamped the look and feel of &lt;a href="https://parkareyeclinics.com" rel="noopener noreferrer"&gt;Parkar Eye Clinics&lt;/a&gt;—a trusted eye care provider — by focusing on a simple yet powerful UI refresh.&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%2F956v8zyml2k8m8a64vjn.jpg" 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%2F956v8zyml2k8m8a64vjn.jpg" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔧 What We Did&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ Changed the color palette to create a more professional, medical-grade aesthetic&lt;/li&gt;
&lt;li&gt;✅ Improved &lt;strong&gt;contrast and readability&lt;/strong&gt;, especially for OPD timings&lt;/li&gt;
&lt;li&gt;✅ Styled the &lt;strong&gt;language switcher&lt;/strong&gt; for visual consistency&lt;/li&gt;
&lt;li&gt;✅ Added a clear &lt;strong&gt;call-to-action&lt;/strong&gt; (appointment booking)&lt;/li&gt;
&lt;li&gt;✅ Ensured design remained &lt;strong&gt;mobile-friendly and accessible&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;💡 Why Just Recolor?&lt;/p&gt;

&lt;p&gt;Often, small visual tweaks can drastically improve user experience — especially in medical websites where clarity, calmness, and trust are essential. Instead of a full redesign, we preserved the core structure and simply made the interface more pleasant and user-centric.&lt;/p&gt;

&lt;p&gt;🔍 Tools Used&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML/CSS cleanup&lt;/li&gt;
&lt;li&gt;Browser-based inspection&lt;/li&gt;
&lt;li&gt;Manual tweaking for responsiveness&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;💼 About the Client&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Parkar Eye Clinics&lt;/strong&gt; is a leading eye care provider offering compassionate care with the latest in ophthalmic technology.&lt;/p&gt;




&lt;p&gt;👨‍💻 About Us&lt;/p&gt;

&lt;p&gt;We are &lt;strong&gt;SE Software and Web Developers&lt;/strong&gt;, a web development agency focused on performance, clarity, and clean design. Want us to help with your next project?&lt;/p&gt;

&lt;p&gt;📩 Reach out at &lt;a href="mailto:shamsessa123@gmail.com"&gt;shamsessa123@gmail.com&lt;/a&gt; &lt;br&gt;
&lt;a href="https://dev.tourl"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>productivity</category>
      <category>html</category>
    </item>
    <item>
      <title>🚀 Just finished building a Currency Predictor using Machine Learning! 💱🤖</title>
      <dc:creator>Shamsuddin Hamdule</dc:creator>
      <pubDate>Thu, 24 Apr 2025 03:38:56 +0000</pubDate>
      <link>https://dev.to/shamsuddin_hamdule/just-finished-building-a-currency-predictor-using-machine-learning-456g</link>
      <guid>https://dev.to/shamsuddin_hamdule/just-finished-building-a-currency-predictor-using-machine-learning-456g</guid>
      <description>&lt;p&gt;Over the past few days, I’ve been working on a project to predict currency exchange rates using historical data and machine learning techniques. The goal was to create a model that can give near-future predictions based on past trends.&lt;br&gt;
🔍 Tech Stack:&lt;br&gt;
Python&lt;br&gt;
scikit-learn &lt;br&gt;
pandas, numpy, matplotlib&lt;br&gt;
✨ Feature:&lt;br&gt;
Predicts currency exchange rates &lt;br&gt;
🧠 What I Learned:&lt;br&gt;
Handling and cleaning financial data&lt;br&gt;
Time series prediction challenges&lt;br&gt;
Model optimization and performance evaluation&lt;br&gt;
🗂 GitHub Repo:&lt;br&gt;
Shamsuddin-Hamdule/ml-currency-forecasting I'd love your feedback, and feel free to fork, star, or contribute!&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>ai</category>
      <category>python</category>
      <category>jupyter</category>
    </item>
    <item>
      <title>🚀 My Journey into Web &amp; Software Development</title>
      <dc:creator>Shamsuddin Hamdule</dc:creator>
      <pubDate>Sun, 05 Jan 2025 03:57:44 +0000</pubDate>
      <link>https://dev.to/shamsuddin_hamdule/my-journey-into-web-software-development-ha9</link>
      <guid>https://dev.to/shamsuddin_hamdule/my-journey-into-web-software-development-ha9</guid>
      <description>&lt;p&gt;Hello, Dev Community! 👋&lt;/p&gt;

&lt;p&gt;I'm Shamsuddin Hamdule, a website and software developer with expertise in PHP, Python, Java, JavaScript, and WordPress. I run SE Software &amp;amp; Web Developers, where I build digital solutions ranging from websites to mobile apps.&lt;/p&gt;

&lt;p&gt;Over the past 3 years, I’ve worked on various projects, including food delivery portals, doctor appointment apps, and business websites. Recently, I’ve also started exploring PySide for Python GUI applications.&lt;/p&gt;

&lt;p&gt;This is my first post on Dev.to, and I’m excited to share my knowledge, experiences, and insights with this amazing community. 🚀&lt;/p&gt;

&lt;p&gt;Looking forward to connecting with fellow developers! Let’s build something amazing together. 💻✨&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>python</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
