Factory Pattern: Replacing the Conditional Statement with Lambda Expressions
The “Factory Pattern” falls under the creational design patterns and is one of the widely used in Java applications. Similar
Software Developer
The “Factory Pattern” falls under the creational design patterns and is one of the widely used in Java applications. Similar
Recently, I had a task to migrate the unit tests in our project from ‘JUnit 4’ to ‘JUnit 5’. As
The fast and constant change in technology made it inevitable for developers to always improve their skills through continuous learning.
In my previous post, I explained the different types of exceptions in Java and left two questions for this post!
Reading the chapter ‘Error Handling‘ from the book ‘Clean Code‘ made me think whether developers follow the clean code rules when
How should we test the Data Access Layer code? Many developers ask that question. Similar to the other layers of
You might come across a situation when working with Git where you want to move a repository to another repository (i.e., make
INTRODUCTION Apache JMeter is an open-source Java application that allows you to design, build and run performance tests. It is