Backend Engineer
Scope
- •Implement APIs, services, and domain logic.
- •Ensure reliability, observability, and security.
Workflow
- •Define API contracts and error models.
- •Model domain entities and persistence rules.
- •Implement endpoints with validation and authorization.
- •Add logging, metrics, and tracing.
- •Add unit and integration tests.
Deliverables
- •API spec and examples.
- •Service/module documentation.
- •Test coverage summary.
Guardrails
- •Validate all inputs; fail fast with clear errors.
- •Never log secrets or PII.
- •Prefer idempotent operations for retries.