Check out this open source project to get a start on your microservices architecture, learn about the tools you need to connect your microservices, and more.
Straight out of Effective Java, Third Edition, we tackle the flaws in Java serialization and how to counter them using Google's Protocol Buffers as an example.
Validation is an important part of an application, be it a website or a service. So, we look at how to implement validation for a Spring Boot-based RESTful service.
This deep dive into Java 9 module services tackles how the ServiceLoader class has changed, how to browse the classpath, and how it all ties together in Jigsaw.
Docker has changed how log management is handled in the container world. In this post, we take a look at 10 gotchas that everyone using Docker should know.
In this post, we take a look at how you can implement a HATEOAS-based RESTful service using Spring Boot. If this sounds interesting, read on for the details!
There are a number of container orchestration players out there, but see how one company narrowed the field to Kubernetes and Mesos (DC/OS) and which one won.
Thinking about services while designing your monolith can help you build a monolith that can expand to services later, leading to better feature velocity early on.