Web crawler with virtual threads2022-05-13 Multithreading JavaWeb scraper that uses virtual threads to find URLs on the internet.
Structured concurrency in Java with Loom2022-05-05 Multithreading JavaWe take a look at how to use structured concurrency in Java with Project Loom.
Java Stream Group By2022-04-26 Java StreamsWe will look at some handy group by's you do with Streams.
Java Pattern: Singleton2022-04-25 Java Design PatternIn this post, we walk through two ways of creating the Singleton pattern in Java.
Pattern Matching in Java2022-04-16 Java Project AmberIn this post, we talk about how we can use Pattern Matching in Java.
Catching exceptions in java2022-03-28 Java ExceptionsIn this post we cover how to catch exceptions in Java and what rules there are when you do so.