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.
Upgrading to Mockito 52023-01-20 Mockito TestingThis article covers upgrading from Mockito 4 to Mockito 5.