#rest-api
Read more stories on Hashnode
Articles with this tag
I recently read 6 Ways To Pass Parameters to Spring REST API. Though the title is a bit misleading, as it's unrelated to REST, it does an excellent...
The first rule of distributed systems is "Don’t distribute your system". Designing distributed systems right is infamously hard for multiple...
In my previous post Evolving your APIs, I mention the main API versioning approaches. During the talk of the same name, I sometimes get some questions...
As the number of APIs that need to be integrated increases, managing the complexity of API interactions becomes increasingly challenging. By using the...
GraphQL is a powerful query language for APIs that allows developers to define the structure of the data they need from the server, and the server...
APIs are an essential design element in any software architecture that interconnects components digitally and allows various systems and devices to...