Strengthen backend
I design the server side around the domain model, data, and contracts with the client.
- I define entities, invariants, and data lifecycles.
- I design APIs and error behaviour so the client does not have to reconstruct meaning from side effects.
- I develop server flows, integrations, and background work.
- I account for retries, diagnostics, behaviour through failure, and data integrity.