JVM Languages
-

Groovy Script 101 – Commonly Used Syntax Reference Guide
Groovy has been around on the Java scene since 2003. With over a decade’s worth of history, development and experience,…
Read More » -

Kotlin: Multi variable null check
Although not-null, immutable variables with sensible defaults are often desired, it is not always the case. It is sometimes required…
Read More » -

Validation in Kotlin: Valiktor
Bean Validation is the Java standard for validation and can be used in Kotlin as well. However, there are also…
Read More » -

Getting started with Ktor
Ktor (pronounced kay-tor) is an open source Kotlin framework for building asynchronous web applications. This post shows how to create…
Read More » -

Kotlin / IntelliJ quick hint: Operator navigation
This is just a quick hint if you are programming Kotlin with IntelliJ: In IntelliJ you can ctrl-click on operators…
Read More » -

Kotlin infix functions
What are infix functions? If you are using Kotlin chances are high you already used infix functions. Maybe without knowing…
Read More » -

Join Two Lists in Kotlin
A quick programming guide to join two lists in kotlin. Joining two lists or ArrayList can be done using List…
Read More » -

Advanced Creation of Hamcrest Matchers in Kotlin
This article is a rewrite of an older one done in Java. This one is done in Kotlin instead. Intro…
Read More » -

How to Make Your Own Hamcrest Matchers in Kotlin
This article is a rewrite of an older one done in Java. This one is done in Kotlin instead. Intro…
Read More »


