Java
-
How to build Graal-enabled JDK8 on CircleCI?
Citation: feature image on the blog can be found on flickr and created by Luca Galli. The image in one…
Read More » -
Jakarta EE Contribution – Getting Started
Are you interested in helping out with moving Jakarta EE forward? So am I, and I wanted to provide a…
Read More » -
Measuring Time: From Java to Kernel and back
Problem Statement Even the most basic problems become interesting when you dig deep enough. Today, I would like to do…
Read More » -
A beginner’s guide to Java agents
While Java beginners quickly learn typing public static void main to run their applications, even seasoned developers often do not…
Read More » -
A Disk-Backed arraylist
It sometimes happens that your list can become too big to fit in memory and you have to do something…
Read More » -
Matching patterns with Java
If you’re using Java, there’s a high chance you’ve seen its pattern matching before. The String#matches(String) method internally uses the…
Read More » -
Parameterization In TestNG – DataProvider and TestNG XML (With Examples)
Test automation, or automation testing as it’s called popularly, is not as easy as it sounds. All permutations and combinations…
Read More » -
JMetro Version 11.6 And 8.6 Released
Back again with another JMetro release. This one marks a big milestone, with the style additions in this release, all…
Read More » -
Take control of your slow producers with READ-BEHIND CACHE
In our connected world, we often use data from APIs that we don’t own or don’t have access to improve.…
Read More »