Oscar Ablinger
Oscar Ablinger

Oscar Ablinger

Follow
homeOther Linksnewsletter
Tag

General Programming

#programming

More content

Read more stories on Hashnode


Articles with this tag

The ultimate guide to Futures in Java and Guava

Aug 24, 20216 min read

Untangling the mess of Futures · In Java 8 CompletableFuture was introduced to finally bring a better way to work with asynchronous logic into Java....

The ultimate guide to Futures in Java and Guava

Who did it better? Guava or Java?

Aug 16, 20217 min read

ImmutableCollection vs Collections.unmodifiableCollection and more · Guava is one of if not the most popular Java libraries. But it has been around for a...

Who did it better? Guava or Java?

Aho-Corasick

Jul 13, 20215 min read

Find all occurrences of a finite set of strings in a given search string in linear time! Photo by Priscilla Du Preez on Unsplash The Aho-Corasick...

Aho-Corasick