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 ...
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 ...
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 ...