Selected work
Case studies for product-minded frontend work.
These pages keep the project story on the portfolio itself, with clear context for hiring managers: what problem each project addresses, what I owned, the product and engineering decisions behind it, and what still needs validation. Each one leads with the engineering that's easy to miss from a screenshot.
Project case studies
Flagship case study
01 / Learning platform
CodeHerWay Education Platform
A React + Supabase learning platform whose progress and learning-state system is hardened against the failure modes that make progress untrustworthy: double-counting, lost writes, and silent sync failures.
- Deduplicated progress system
- Supabase auth + data
- Retry-safe progress
02 / Founder workflow
CodeHerWay CEO OS
A calm founder command center on a repository-pattern data layer — versioned storage with migrations, optimistic concurrency, corruption recovery, and an offline write queue.
- Repository pattern (8 domains)
- Versioned storage + migrations
- axe + budgets in CI
03 / Weather dashboard
Aura Weather
A responsive weather dashboard that's really a defensive-data showcase: end-to-end nullish-rejection contracts, independent multi-API fetch lifecycles, and honest missing-data states.
- Nullish-rejection contracts
- Multi-API fetch lifecycles
- Full QA pyramid