Oscar Ablinger
Oscar Ablinger

Oscar Ablinger

Follow
Follow
homeOther Linksnewsletter
Tag

Kotlin

#kotlin

More content

Read more stories on Hashnode


Articles with this tag

Why Kotlin's Better Types Matter a Lot

Oct 17, 20214 min read

Data classes and inline classes are a game changer for clean code · Kotlin has lots of advantages over Java, but one that I find easily overlooked is...

Why Kotlin's Better Types Matter a Lot

The Difference between Kotlin’s Data Classes and Java 16 Records

Sep 5, 20215 min read

A Detailed Look · When Java first introduced records as a preview in Java 14 and later released it with Java 16, it reminded many of Kotlin’s data...

The Difference between Kotlin’s Data Classes and Java 16 Records

You already know Monads

Jun 14, 20214 min read

And they're pretty easy to understand · Instead of explaining the abstract theory behind monads, I’ll just show you some Java code that you already...

You already know Monads