Enums in API design: Everything you need to know
Avoid breaking API code when using enums in API design. Follow our best practices for designing enum APIs with fixed sets of values & dynamic enums.
Being cloud native: 12 factor app design
Learn the cloud 12 factor design and truly comprehend what being cloud native signifies. Dive into the new generation 12 factor app.
Bulk vs batch import: API design guidance
This article explores api bulk and bulk batch import approaches in depth, looking at use cases, design variants and bulk data api.
Exploring GraphQL Use Cases
Let’s run you through some of the basics of GraphQL, and when and why it might suit your environment better than REST.
Before designing an API, model your API: guide
Get introduced to API modeling and API design for a more efficient way of building APIs. Learn how an API model simplifies the process.
How to add REST API upsert support
Let’s add REST API upsert support – an insert statement with additional logic that ensures the new row will be updated if it already exists.
Where does API management fit on the path to ISO 20022 adoption?
Many banking and financial services have either adopted ISO 20022 or are planning to, and API management is well-positioned to assist.
How to deploy your Tyk stack in Kubernetes on AWS
How to deploy your Tyk stack on AWS and publicly expose the gateway and dashboard as ingresses through Nginx’s ingress controller.
API lifecycle management: everything you need to know
Discover all you need to know about API lifecycle management and its role in delivering an API-first approach to your business.
REST API file upload guidance and best practices
File uploads can be tricky. The right approach allows you to offer more than the status quo. Learn how to use REST API to upload files easily