Technology
This is the technology view of APIs: REST (and GraphQL when it pays for itself), idempotency, and the boring JSON your apps already depend on. The commercial page is API & backend development. Use this URL when you care about how we design contracts.
Mobile, web and ops share resources. We do not invent a second product on a shadow API.
Tokens, roles, tenant checks. Least privilege.
Stable codes. Timeouts. No HTML error pages to a Flutter client.
Compatibility until a date you can communicate. Not a silent break on Friday.
REST by default. GraphQL when nested product queries are the actual pain.
Yes — payments, SMS, maps — with retries and a log. We treat them as unreliable.
Related