Java
-
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 » -
Hidden Treasures of Eclipse collections – 2019 edition
Eclipse Collections is an open source Java Collections framework. In this blog I am going to demonstrate five lesser known features of…
Read More » -
OAuth 2.0 Java Guide: Secure Your App in 5 Minutes
Easily deploy your app with Okta’s identity management platform Use Okta’s API to authenticate, manage, and secure users in any…
Read More » -
Gradle Configuration
In this post, we feature a comprehensive article about Gradle Configuration. 1. Technology Gradle is an open-source build tool for…
Read More »