#rest-api
Read more stories on Hashnode
Articles with this tag
I try to constantly deepen my knowledge of HTTP and REST. Recently, I stumbled upon the list of all registered HTTP Headers. This post is dedicated to...
If you're not a REST expert, you probably use the same HTTP codes over and over in your responses, mostly 200, 404, and 500. If using authentication,...
Learning by doing · When I started working on this post, I had another idea in mind: I wanted to compare the developer experience and performance of...
Since I started working for Apache APISIX, I have tried to deepen my understanding of REST via various means. Did you read my review of API Design...
During the pioneer area of the World Wide Web, the content was static. To serve it, a group of developers created a web server, which is now known as...
Designing an intuitive, user-friendly RESTful API is a tough job. It might already be a massive task if it’s your first attempt. Planning for the...