Blog: Minborg's Java Pot (Per-Ake Minborg) |
218 blogs
updated: 67 min. ago
|
||
A large proportion of Java database applications are using Hibernate/JPA to bridge the gap between Java and SQL. Until recently, we were for...
|
||
The Java Stream API released in Java 8 has proven itself to be an efficient, terse yet intuitive way of expressing application logic. The ne...
|
||
As developers, one of the most cumbersome tasks we often face in our day-to-day lives is writing good and understandable documentation. It d...
|
||
Java/Cloud: How to Quickly Create a Kubernetes-ready REST Microservice It is safe to say that the Microservice + Cloud combination is all th...
|
||
Java: Aggregate Data Off-HeapExplore how to create off-heap aggregations with a minimum of garbage collect impact and maximum memory utiliza...
|
||
Java 11: JOIN Tables, Get Java StreamsEver wondered how you could turn joined database tables into a Java Stream? Read this short article an...
|
||
Shortest Code and Lowest LatencyI was a speaker at Oracle CodeOne 2018 in San Francisco and in conjunction with that, I promoted a code chal...
|
||
Java streams with just one element sometimes create unnecessary overhead in your applications. Learn how to use SingletonStream objects and ...
|
||
Blow up Your JUnit Tests with PermutationsWriting JUnit tests can be a tedious and boring process. Learn how you can improve your tests clas...
|
||
Java: GraalVM Database Stream PerformanceGraalVM is the new kid on the JVM block. It is an open-source Virtual Machine that is able to run m...
|
||
Made better & faster using https://www.yourkit.com/ Java Profiler