Thread sleep2023-01-15 MultithreadingIn this article, we take a look at how to let a thread sleep for given time.
Thread interrupt2023-01-15 MultithreadingIn this article, we take a look at how to interrupt a thread.
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?