Java
-

The Main Differences Between Java (Latest) and Before
Good morning, and welcome to my talk about the new features in the latest version of Java/<insert your language here>.…
Read More » -

How to do GC Log analysis?
Analyzing garbage collection log provides several advantages like: Reduces GC pause time, reduces cloud computing cost, predicts outages, provides effective…
Read More » -

Java 15 – Text blocks
Text blocks are all about writing multi-line strings in a clean and readable way. This was added as part of JEP…
Read More » -

Difference between Function.andThen and Function.compose
here are two different ways to mix functions in Java: using andThen using compose It is important to understand the difference between…
Read More » -

Guide To TestNG Assertions in Selenium Based Test Automation
We all know that testing is a major part of SDLC which can be performed either manually or in an…
Read More » -

Calculations in Quarkus Qute using AtomicInteger
Quarkus’ Qute Templating Engine is very handy for creating server-side rendered pages. Besides the regular loops and control structures, there’s…
Read More » -

Google Cloud Java Client – ApiFuture to Reactive types
Google Cloud Java Client libraries use a ApiFuture type to represent the result of an API call. The calls are…
Read More » -

Release a Gradle Project Using GitLab CI/CD Pipeline
I’ll show you how to configure Gradle build for a Java/Scala project and integrate it with GitLab CI/CD so that…
Read More » -

Did You Know the Fastest Way of Serializing a Java Field is not Serializing it at All?
This article elaborates on different ways of serializing Java objects and benchmarks performance for the variants. Read this article and…
Read More »



