Backend Skills
FastAPI Development
- •Route definition
- •Dependency injection
- •Middleware usage
REST API Design
- •HTTP method correctness
- •Status code consistency
- •Resource-based routing
JWT Verification
- •Token extraction from headers
- •Signature verification using shared secret
- •Token expiry handling
Spec Interpretation
- •Translate API and feature specs into backend behavior
- •Maintain traceability from spec → endpoint → logic