Java
-
Implementing equals(Object) with instanceof Pattern Matching
Pattern matching for the instanceof operator was introduced as a preview feature with JDK 14 and was finalized with JDK…
Read More » -
New Java/JavaFX Library FXSkins Released
Hi, This time to announce a new Java / JavaFX library I’ve just released. It’s called FXSkins. FXSkins is a…
Read More » -
Coroutine based Spring boot webflux application
I have worked with Spring Framework for ages and it still manages to surprise me with how cutting edge it…
Read More » -
Different ways of declaration and initialization of arrays in Java
The below code shows the different ways one can declare and initialize an Array in Java: 01 02 03 04…
Read More » -
Testing the File Upload API in Spring Boot
In one of my previous post, I had created an API to upload file. In this post I will write…
Read More » -
Open-source collaboration, or how we finally added merge-on-refresh to Apache Lucene
The open-source software movement is a clearly a powerful phenomenon. A diverse (in time, geography, interests, gender (hmm not really,…
Read More » -
Always Name Your Thread Pools
Our software tends to use a lot of thread pools – mostly through java.util.concurrent.ExecutorService implementations (Created via Executors.new.... We create…
Read More » -
Introduction into GraalVM (Community Edition): GraalVM for the rest of us
1. Introduction Along the previous parts of the tutorial we have talked a lot about GraalVM‘s groundbreaking impact on the…
Read More » -
9 Of The Best Java Testing Frameworks For 2021
The fact is not alien to us anymore that cross browser testing is imperative to enhance your application’s user experience.…
Read More »