-
Web Development
Best Selenium Frameworks for Automating Unit Testing for Web Applications
Introduction Selenium is the most preferred tool of all times when it comes to automating web applications. Selenium supports many…
Read More » -
Enterprise Java
Batch solving an ActiveMQ queue that contains planning problem data sets in a scalable way
If I want to solve many data sets of a planning problem every night, what architecture can easily scale out…
Read More » -
Core 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 » -
Software Development
Development workflows that put you in a flow state (Video)
Programming is very much a flow activity in which we can fully immerse ourselves into the task. But there are…
Read More » -
Software Development
Five Ways to Tell It’s Time to Break Up with Your Legacy System
When it comes to business operations, it’s easy to get comfortable in the status quo. Change seems daunting, especially in…
Read More » -
Desktop Java
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 » -
Software Development
[MEGA DEAL] The 2021 Complete Digital Marketing Super Bundle (98% off)
From Search Engine Optimization to Social Media Management: This is Your Comprehensive 52-Hour Guide to Digital Marketing in 2021 Hey…
Read More » -
Enterprise Java
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 » -
Core Java
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 »