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
Reading a file in Java2023-02-21 Quick solutionsQuick post about how to read a file using java 8 and higher.
Remove null from a list in Java2023-02-20 Quick solutionsQuick post about removing all the nulls from a list in Java
Mock constructor calls with Mockito 52023-01-30 Mockito TestingUse mockito 5 to mock calls made to the constructor and return a mock.