Schema, API, and UI
I take a feature from the database to the React UI, APIs included. Startup pace, but I don't cut quality. Tests, reviews, and production still have to hold up after launch.
- I own the data model, the API, and the interface, so the pieces fit together.
- APIs that other people can build against, without waiting or guessing.
- I focus on the MVP, deliver value, and ship solutions that unblock the team.
- Spec-driven development (SDD): tickets become a spec with expected behavior and business rules before code. Implementation includes that documentation; a later pass checks the result against it.