Mock Interview
Strict Migration
Plan a migration from loose TypeScript to strict mode for a large React learning platform without freezing delivery.
State Modeling
Replace boolean-heavy request and editor state with discriminated unions, narrowing, and exhaustive rendering.
Reusable API Design
Design typed Select, table, and API result helpers that use constraints and inference without becoming unreadable.