About Me
I am a Jr Solutions Architect at HyperVerge Technologies, with a passion for building innovative solutions by bridging the gap between technology and business strategy.
Projects
BusApp SG
A simple demo website for a bus booking application in India.
The app allows users to create accounts with multiple user roles, with different functionalities for each. Ordinary accounts allow users to search for buses, view schedules, and book tickets online. Admin Accounts are allowed to manage bus schedules, view bookings, and onboard drivers.
Driver onboarding is managed using HyperVerge's identity verification technology, utilising the SDK with an API based fallback. Logins are secured using JWT login sessions, and all pages excepting the homepage require user logon. All vendor-dependent functions are performed from the backend, utilising short-lived tokens for frontend activities wherever possible, masking sensitive credentials. User PII data is securely transmitted using HyperVerge's encrypted payload protections and data is encrypted both in transit and at rest, ensuring data privacy and compliance.
The frontend is built using simple HTML, CSS, and JavaScript and is hosted through Google Firebase, while the backend is managed using an AWS EC2 instance behind an Nginx reverse proxy. The backend API is built using Django REST Framework, with a Amazon RDS database for data storage.