Blog: Lukas on JVM (Lukas on JVM) |
240 blogs
updated: 136 min. ago
|
||
We have three ways to create an instance of Optional var opt = Optional.of("notNull") not null otherwise NullPointerException var opt = Opti...
|
||
What is NGINX? Initially it was just a webserver. Nowadays, it is often used as a reverse proxy, load balancer, and HTTP cache, static files...
|
||
Introduction Used tool to analyze docker image dive Analyzed SpringBootApp repo Method 1: Spring Boot Build Plugin I was actually surprised ...
|
||
String java = "java8" var java = "java10" mostly Java 8 up to Java 11. Java 8 features are here for quite some time. To be honest I didn't e...
|
||
"If you can't explain it simply, you don't understand it well enough." Albert Einstein He probably didn't say that but the quote has some me...
|
||
Made better & faster using https://www.yourkit.com/ Java Profiler