✓ Workshop day for free
✓ Save up to 622€
✓ Amazon Echo Dot or Arduino for free
Register now
✓ Workshop-Tag gratis
✓ Bis zu 622 € sparen
✓ Amazon Echo Dot oder Arduino gratis
Jetzt anmelden
✓ 2-in-1 conference package
✓ Team discount
✓ Extra specials for freelancers
Register now
✓ Bis zum nächsten mal!
Infos
Description
APIs have become one of the cornerstones of digital transformations. As more and more businesses open up their APIs for public consumption, the concept of developer experience becomes crucial for the successful rollout of the APIs. Good developer experience with APIs depends on good principles of API governance, API management, and API design. In this presentation, we explain how the principles of domain-driven design help us to design APIs that are easier to understand and consume. APIs are not just an HTTP interface to a database, and we’ll see how to use DDD to define the domain of an API and model its resources. We’ll use strategic design to narrow down the scope of an API, and to avoid mixing properties from different domains. We’ll also discuss various heuristics that we can use to translate domain models and actions into the more restricted representational capabilities of REST APIs and CRUD operations. The result of this exercise will be a well-structured API with consistent paths and resources that developers will love to use and build integrations with.