Tag: architecture
Hypermedia APIs — HATEOAS
REST APIs that include links in responses — clients discover available actions from the response rather than hardcoding URLs, making APIs self-describing and evolvable.
3mo ago
API Design advanced
Isolates application core logic from external systems (HTTP, databases, queues) via ports (interfaces) and adapters (implementations).
3mo ago
Architecture advanced
Hyrum's Law
"With enough API users, all observable behaviours will be depended upon, regardless of documented contract" — implicit behaviours become de facto API.
3mo ago
General intermediate