#apis
Read more stories on Hashnode
Articles with this tag
Lots of service providers offer a free tier of their service. The idea is to let you kick their service's tires freely. If you need to go above the...
In my talk Evolving your APIs, I mention that an API Gateways is a Reverse Proxy "on steroids". One key difference between the former and the latter...
User-defined domains are a widely used feature in SaaS service platforms. Well-known platforms such as Shopify have provided this service to provide...
The first rule of distributed systems is "Don’t distribute your system". Designing distributed systems right is infamously hard for multiple...
Enhancing API Observability Series (Part 2): Log Analysis Introduction API Observability refers to the comprehensive real-time monitoring and analysis...
Last week, we listed 16 practices to help secure one's APIs and described how to implement them with Apache APISIX. Authentication 🕵️️ - Verifies...