Pinned virtual threads2023-06-14 Virtual threads MultithreadingIn this post, we look at how to detect pinned virtual threads
Use executorservice with virtual threads2023-06-09 Virtual threads MultithreadingIn this post, we look at how to use the ExecutorService with a virtual thread factory
Pattern Matching for Switch2023-05-31 JavaIn this article, we take a look at how to use pattern matching for switch.
Use Maven to Build and run your project in IntelliJ IDEA2023-05-31 IntelliJI had a problem running my project using IntelliJ and Windows Subsystem for Linux. This post explains how I fixed the issue.
Mockito: Return value based on stub input arguments2023-05-30 Mockito TestingIn this quick article we take a look at how to let a Mock return a value based on the input arguments.
Mockito Create Spy2023-04-28 Mockito TestingIn this quick post, we cover what Mockito spies are and how can create them.