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 ...
Spring Boot takes an opinionated approach to developing cloud-native applications. In this step-by-step Spring Boot RESTful web services example in Java, we take you through the process of developing ...
Let's start with a simple example. We'll need an existing REST API to work with. Browsing around on the Internet, I come across a REST API called Cat Facts. This API returns various facts about our ...