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
Testing your application's performance during development as a single user is easy but often misleading. With writing unit- and integration-tests you make
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
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
Recently I had to convert generated .docx files to .pdf files for more convenient distribution. The Word documents contained some custom formatting
In today's post, I want to review the latest technical Java book I read. I came across the book “Java by Comparison” by Simon
In today's #REVIEW post I want to review one of my latest Java books: Effective Java. I was looking for a more advanced