What are SSOT, DRY and SRP2022-12-21 Design PatternIn this post, we look at the differences between Single Point of Truth (SPOT) and Don't repeat yourself (DRY) and Single Responsibility Principle (SRP)
JUnit disable test using JUnit 5 or 42022-11-29 Junit TestingIn this article, we are looking into how to ignore tests using JUnit 5 and JUnit 4.
How to use a Semaphore in Java with code examples2022-11-24 MultithreadingHow can we use Semaphore in Java?
Java ExecutorService tutorial2022-11-08 MultithreadingIn this post, we will look at how to use the ExecutorService in Java and Java 19
JUnit 5 conditionally execute tests2022-11-04 Junit TestingIn this article, we are looking into how to disable tests based on conditions.
JUnit 5 and 4 Timeout examples2022-11-03 Junit TestingIn this post, we will look at how to set the timeout on tests