Java
-

7 Best Games Written in Java
Among one of the most popular and well-known programming languages of the 21st century, Java is a household name. Created…
Read More » -

Testing Scenarios You Should Avoid While Automating With Selenium
Selenium is a widely used web automation testing platform, and Selenium Automation is in great demand today. There are plenty…
Read More » -

Configuring plain Java projects using MicroProfile Config
If you’re in the Enterprise Java space, you’re probably aware that you can use MicroProfile Config to configure your applications.…
Read More » -

A Comprehensive Guide On JUnit 5 Extensions
JUnit is one of the most popular unit testing frameworks in the Java ecosystem. The JUnit 5 version (also known…
Read More » -

TestNG vs. JUnit Testing Framework: Which One Is Better?
Introduction Software Development goes through many phases like requirement gathering & analysis, communication, design, code building, testing, and release. A…
Read More » -

Logging in Unit Tests, a Bad Practice
Logging is an inevitable part of debugging. Well, at least in modern high-level programming languages and architectures. It wasn’t thirty…
Read More » -

Overhead added by Garbage Collection Logging
Enabling Garbage collection logs on your application has certain advantages. In nutshell, Garbage collection logs will facilitate you to optimize…
Read More » -

Java 16: Stream.mapMulti
Java 16 introduces a new Stream.mapMulti method which allows you to replace elements in a stream with multiple elements. The…
Read More » -

Cloud Build – CI/CD for a Java Project
In a previous blog post I went over the basics of what it takes to create a configuration for Cloud…
Read More »




