News

RESTful design anti-patterns Far too often, you will see a supposedly RESTful system in which the designers have shoehorned every permutation of their API into a POST invocation. Just because you ...
Like SOA, REST is an architectural discipline defined by a set of design principles, and REST also imposes a set of architectural constraints. RESTful API interfaces are a constrained subset of ...
Successful use of a microservices architecture requires maintaining a clear separation of concerns in the various layers and by employing design principles best suited to each layer. While RESTful ...
In this 10-question RESTful web services quiz, we will test you on how to develop REST-based APIs, how RESTful web services leverage the HTTP protocol and how to structure URLs and URIs in order to ...