Insomnia Plugin Hub 1.0
03/24/20
Recently I introduced the Insomnia REST client in another blogpost (Sorry, this has been german only!). As mentioned there, this... Read more
03/24/20
Recently I introduced the Insomnia REST client in another blogpost (Sorry, this has been german only!). As mentioned there, this... Read more
03/05/19
In this article I will show you how to write tests in just a few lines of code, using the library hikaku, that ensure that the specification and implementation of a REST-API don't diverge. Read more
04/09/18
This tutorial shows you how to develop a RESTful microservice running on the Google Cloud Platform. Read more
09/26/17
Do you think about headers when you write HTTP controllers? Do you specify it explicitly and in detail? Be honest! Read more
08/07/17
Convention over configuration does not always work in Spring Boot. This blog post explains how to globally configure parsing of LocalDate query parameters. Read more
04/03/17
In this practical, hands-on post I would like to share some of my experience in building REST services wih JSON... Read more
05/04/12
Writing REST services with JAX-RS (and its reference implementation Jersey) is easy. A class annotated with @Path and some methods... Read more