November - December 2023
Web-based ticket booking platform with user management and booking system.

Nusoundtara is a robust event management and ticketing platform designed to simplify the complex process of organizing and attending live events. In an industry often plagued by crashing ticket sites and confusing booking flows, Nusoundtara offers a stable, user-friendly alternative built on the solid foundation of Laravel and MySQL.
The platform serves a dual purpose: it allows event organizers to easily list upcoming concerts and manage ticket inventory, while giving users a seamless experience to browse, book, and pay for tickets. Key features include a real-time seat reservation system to prevent overbooking, secure payment processing integration, and a dedicated user dashboard for managing transaction history.
From a technical perspective, the focus was on data integrity and concurrency handling. The backend ensures that multiple users vying for the same ticket are handled gracefully, while the frontend provides immediate feedback on availability. Nusoundtara bridges the gap between event enthusiasts and organizers with reliability and ease of use.
Full-Stack Developer
November - December 2023
HTML/CSS, Javascript, PHP, MySQL
Designing an efficient booking system that handles concurrent ticket reservations, ensuring data consistency in the database, implementing secure payment processing, and creating an intuitive user interface for browsing and booking events.
Event organizers and attendees needed a reliable way to browse events and book tickets, but existing flows were slow, fragmented, and prone to overbooking issues. Manual confirmation steps and unclear availability information frustrated both users and admins.
Users could not easily see how many tickets were left or whether a booking had actually been confirmed.
Multiple page reloads and poorly structured forms made the booking process feel long and error-prone.
Concurrent reservations against the same event could cause conflicts or inconsistent records in the database.
Admins lacked a unified interface to create events, monitor bookings, and handle refunds or changes.
Nusoundtara centralizes event discovery and ticket booking into a Laravel-based platform with a clear user flow and robust backend. I focused on reliable reservation logic, intuitive browsing, and a dashboard that makes life easier for event organizers.
Designed a browsing interface where users can filter, search, and inspect event details before booking.
Implemented database-safe booking workflows to handle concurrent reservations and avoid double-booking.
Built a responsive multi-step booking form with clear feedback, reducing friction on both mobile and desktop.
Provided admin views for managing events, tracking bookings, and monitoring system health.
Analyzed ticket booking requirements, defined user flows for event browsing and ticket reservation, and planned the database schema for events, tickets, and user management.
Designed MySQL database schema for events, tickets, users, and bookings. Developed Laravel backend with RESTful APIs for event management, ticket reservation, and payment processing.
Built responsive frontend interface using HTML/CSS/JavaScript for event browsing, ticket selection, booking process, and user dashboard for managing bookings.
Integrated payment gateway for secure transactions, implemented booking confirmation system, and conducted testing to ensure smooth user experience and data consistency.