
Software Engineer
Cloud-Native E-Commerce Platform
Maintained and extended a hybrid AWS e-commerce backend spanning Lambda, API Gateway, DynamoDB, EC2, and Aurora.
Backend Engineer
Designed a reservation workflow for simulator sessions, payment state, and schedule availability.
A reference design I built for a booking backend that runs indoor golf simulator sessions — coordinating customer reservations, availability windows, payment state, and last-minute schedule changes.
I owned the reservation state machine, the API workflows, payment event handling, and the safeguards that stop two customers from booking the same slot.
Availability shifts the moment someone books, cancels, or reschedules. The backend has to rule out overlapping reservations while keeping payment confirmation and schedule state legible to the staff tools that depend on them.
PostgreSQL transactions guard reservation state, Redis holds short-lived availability locks, and Stripe webhooks confirm payment. Explicit reservation statuses make every transition visible, so customer actions and staff actions read from one shared state model.
Clear workflow boundaries, conflict-resistant booking, and payment-state handling you can test without coupling UI to Stripe's details. As a reference design, it demonstrates the state model rather than a live booking history.

Software Engineer
Maintained and extended a hybrid AWS e-commerce backend spanning Lambda, API Gateway, DynamoDB, EC2, and Aurora.

Software Engineer
Designed distributed backend services for a game publishing platform serving 200K+ monthly active users with real-time, high-concurrency workloads.