In this blog post, we discover whether we have to use an interface when writing services with Spring boot.
In this tutorial I'll cover how you can upload files using Spring boot and GraphQL.
In this tutorial I'll cover why Spring boot actuator allows you to write proper production-grade Spring boot applications.
In this tutorial, I'll show how you can use Spring Security with Spring boot and GraphQL.
Caching is a common operation when developing appllications. Spring provides an abstraction on top of all different caching libraries to make this even easier.
With Spring Data, we can easily write queries usinng @Query. For more dynamic queries, we can use the Example and Specification API, which we'll explore here.
With Spring, you can set up your initial data in different ways. In this tutorial we'll discover database migration tools, and other options.
Kubernetes has been the way to go to orchestrate containerized applications. In this tutorial, we'll see how we can use Kubernetes with Spring boot.
Spring allows you to easily develop REST API's and clients. With MockMvc and MockRestServiceServer, the same easiness can be applied to your tests as well.
The world of DevOps is here. In this tutorial I'll be writing a Spring application and wrap it inside Docker containers.