I’m continuing my journey on getting more familiar with HTTP APIs by reading related RFCs.
-
Free tier API with Apache APISIX
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 free tier at any point, you’ll likely stay on the service and pay.
-
Secure your API with these 16 Practices with Apache APISIX – part 1
See how to configure Apache APISIX to secure your APIs against 7 of the 16 rules in the “16 practices to secure your API” list.
-
API Versioning
In this short article, we detail the three options for versioning HTTP APIs: path-based, query-based, and header-based.
-
How to Create a Spring Boot Application to Retrieve Data from Evernote
In this article, I will show you how to use the Evernote API and SDK in a Spring Boot application to retrieve data from Evernote.
-
Dive into the OpenJDK: Top 10 Reads on Foojay.io
Foojay.io is a community platform dedicated to the needs of developers who use the OpenJDK and related technologies.
-
Getting Started with OpenAPI Generators: Tips & Tricks
Tips and tricks on how to get productive with creating OpenAPI generators. How to run and debug, create your own easily and more!