Manually applying your database schema is cumbersome and error-prone. Fortunately, there are technologies for version-controlling your database scripts to automate this process

Read More

Recently I've read the book SQL Performance Explained from Markus Winand (@MarkusWinand) and want to give you a review of this excellent

Read More

Recently I was looking for a simple solution to generate visual documentation of the underlying database. The solution should be easy to

Read More

Returning all the data in a table within a REST call can be slow if your table grows. Imagine a simple HTML <table></table> to

Read More

Recently Andy Wilkinson (@ankinson) from the Spring Boot core team announced the release of Spring Boot 2.1. During the last days, I played

Read More

Recently Baeldung announced to increase the price of his REST with Spring's course from $ 249 to $ 299. As I am

Read More

Today I want to share a simple approach for up and downloading files with JavaScript (ES6), React and a Spring Boot backend.

Read More

In the last weeks, I was searching for a nice solution to send emails to users for one of my side projects.

Read More

While I was scrolling through my twitter feed I noticed a post about the new Open Liberty 18.0.0.2 release on June 29.

Read More

Modeling your domain model with JPA is quite easy and for a smaller amount of data, you can easily rely on the

Read More