Java
-
Fluent Design Style Progress Bar For Java, JavaFX
As promised, the just released Java, JavaFX theme JMetro version 4.6 brings a new style for the Progress Bar. The Progress Bar…
Read More » -
A Tale of Two Oracle JDKs
There has been concern recently that Java developers will inadvertently use the wrong Oracle-provided JDK implementation now (as of JDK…
Read More » -
Layered Architecture Up and Running just in 5 minutes:: Spring Boot Part 1
This is a two-part series where I will show how to create a Layered architecture with Spring Boot. What is…
Read More » -
Instrumenting Porcupine With Prometheus & Grafana
Adam Bien’s Porcupine library makes it easy to configure dedicated executor services that act as application bulkheads. I’ve created an…
Read More » -
Anatomy of Apache Spark Job
Apache Spark is general purpose large scale data processing framework. Understanding how spark executes jobs is very important for getting most of…
Read More » -
Working with LocalDate, LocalTime and LocalDateTime
Java 8 had a major change for the date and time APIs, which was the inclusion of Joda Time APIs…
Read More » -
Java: GraalVM Database Stream Performance
GraalVM is the new kid on the JVM block. It is an open-source Virtual Machine that is able to run…
Read More » -
JDK 11 General Availability
As scheduled, it was announced today that JDK 11 was released for General Availability. Earlier this week, Iris Clark announced…
Read More » -
Be as serverless as you can, but not more than that
No doubt, if you’ve been paying attention to technology trends, you’ve seen the rise in interest of “serverless”. In some…
Read More »