I'm frankly surprised by the amount of people coding backends and frontends that communicate through REST. RPC is a nearly transparent mechanism that makes communication between two processes nearly ...
REST is often one of the first architecture and API design approaches that come to mind when application development professionals talk about building microservices. There are many reasons for this, ...