I've recently worked through Tim Buchalka's Learn Programming Academy Kotlin for Java Developers Udemy course and want to give you my review

Read More

Today I want to share with you my first YouTube series about CRUD application with Spring Boot 2.2, Java 11 and H2.

Read More

Local development on your machine is easy. But once you deploy your application you have a quite different environment. This might lead

Read More

In one of my previous blog posts, I showed you a simple way to load-test your application with Apache Benchmark. As this

Read More

Java SE 9 has been released in September 2017, three years after the Java SE 8 release from Oracle. The adoption of

Read More

With Red Hat announcing Quarkus as a … next-generation Kubernetes native Java Framework tailored for GraalVM and HotSpot, crafted from best-of-breed Java

Read More

The PostgreSQL RDBMS offers a great variety for writing server-side functions and with PostgreSQL 11 now also stored procedures. PostgreSQL comes with a language named

Read More

Testing your application's performance during development as a single user is easy but often misleading. With writing unit- and integration-tests you make

Read More

Recently I got the chance to work through Vlad Mihalcea's High-Performance Java Persistence Video Course (Version: Mach 2) and in this blog post, I'll

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