Java
-
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 » -
Using R2DBC with a Reactor Application
Since Reactor has taken over the Java world it was inevitable the a reactive sql library would be there.In this…
Read More » -
The 2021 Ultimate AWS Certified Solutions Architect Associate Exam Prep Bundle
Move Into a Higher-Level IT Engineer or Entry-Level Architect Role with 74 Hours of Hands-On Content on AWS Cloud Essentials,…
Read More »