Use CSV source for parameterized test2023-03-31 Java JunitIn this post, we look into how to use arguments inside a CSV file as parameters for a unit test.
Spring ControllerAdvice to handle exceptions2023-03-31 Java Exceptions SpringIn this post, we cover how to catch exceptions thrown by the controller and have the exception handling in one place.
Java ReentrantLock with examples2023-03-31 MultithreadingIn this article, you will learn how to use a lock in Java
Use virtual threads as tasks2023-02-28 Loom Virtual threads MultithreadingIn this article, we dive into thinking about virtual threads as a task instead of threads or resources.
Java virtual threads2023-02-23 Loom Virtual threads MultithreadingIn this article, look at what virtual threads are and how to create them