
Software Engineer
Cloud-Native E-Commerce Platform
Maintained and extended a hybrid AWS e-commerce backend spanning Lambda, API Gateway, DynamoDB, EC2, and Aurora.
Software Engineer
Modeled an analytics backend for workout activity, cohort reporting, and coach-facing product insights.
This seeded case study models a backend analytics layer for a fitness product. It turns workout completions, goal updates, and membership events into coach-facing metrics and product health reports.
Nguyen's representative role is software engineer responsible for event modeling, reporting queries, scheduled aggregation, and API endpoints used by internal dashboards.
Coaches and product teams needed fast insight into engagement trends without running expensive queries against transactional tables. Activity events also arrived at different points in the user journey, which made reporting consistency difficult.
The design separates transactional writes from analytics aggregation. EventBridge routes activity events into serverless workers, PostgreSQL stores normalized reporting tables, and Redis caches high-traffic dashboard summaries for repeated coach views.
The seeded platform demonstrates how product analytics can stay close to backend architecture while keeping operational data, reporting data, and dashboard read models clearly separated.

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.