October 4, 2019: Javin Paul posted images on LinkedIn
Java Math.abs(int) optimizations, why this code 6x times slower?
As you may know, Math.abs(Integer.MIN_VALUE) == Integer.MIN_VALUE and to prevent a negative value, the safeAbs method was implemented in my project: public static int safeAbs(int i) { …
Oracle Groundbreakers @OracleGroundbreakers
Java performance improvements with @MikaelVidstedt
Jakarta EE 8: The new era of Java EE explained – Red Hat Developer
We look at what to expect from Jakarta EE 8 — the latest iteration of Java EE.
10 Oracle Code One 2019 sessions to check out – Coffee Talk: Java, News, Stories and Opinions
If you’re in San Francisco for Oracle Code One 2019, here are 10 sessions to visit to make the most out of your conference experience and chat with TheServerSide’s Cameron McKenzie.
The arrival of Java 13!
Follow OpenJDK on Twitter With the release of Java 9 in 2017, the Java release schedule shifted , from a major release every 3+ ye….
Follow these best practices on how to write clean code in Java
How to write clean code in Java doesn’t follow one specific set of guidelines. Programmers should adopt one Java style guide, minimize class size, provide logical names and reuse existing code to make code as simple as possible.
Custom Mapper with MapStruct | Baeldung
Learn how to use custom mapper with the MapStruct library
DevNation Live Bengaluru: 9 steps to awesome with Kubernetes and Red Hat OpenShift – Red Hat Developer
Burr Sutter shows why Kubernetes and Red Hat OpenShift provide the ideal solution for deploying and managing microservices in your organization.
Custom skins for TilesFX
Aloha, Today I will tell you something about customs skins for TilesFX. This year at CodeOne in San Francisco the Oracle team created a r…
Top 10 Online Courses to learn Data Structure and Algorithms in Java Programming – Best of Lot
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Build Highly Configurable Applications on Payara Server Using the Eclipse MicroProfile Config API
Build applications on Payara Server using the Eclipse MicroProfile Config API guide.
How to write a Generic method in Java
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Oracle JDBC drivers on Maven Central
At last!