Grand Azure Hotel — Enterprise Booking System
Engineered a robust, back-end focused enterprise booking and administration system designed to support hospitality operations.
- Database Optimization: Authored a highly structured relational schema achieving 3rd Normal Form (3NF) validation, using custom indexing to reduce room allocation query overhead.
- Asynchronous Automation: Integrated background scheduling workers using
APSchedulerto compute occupancy rates and automate email logs with zero main-thread blockages. - Security Implementation: Established dynamic session state authentication and secure route guards utilizing
Flask-Loginto protect customer records. - Asset Pipeline: Configured an dynamic asset pipeline employing
ReportLabto generate machine-readable PDF invoices andPillowfor server-side image compression.