Generating Kotlin DSLs 05/06/22 by Lukas Morawietz Introduction This article will give an introduction to Kotlin DSLs (Domain-Specific Languages) and teach you how to create and generate... Read more Leave your thoughts
Axon Framework 102: Taking advantage of Metadata 05/31/21 by Mitchell Herrijgers Welcome to Axon Framework 102, where we will be deep diving into many interesting challenges you will encounter when working... Read more Leave your thoughts
Axon Framework 102: Dealing with personal data 05/11/21 by Mitchell Herrijgers Welcome to Axon Framework 102, where we will be deep diving into many interesting challenges you will encounter when working... Read more Leave your thoughts
Firebase tutorial by example – building a mobile application 12/04/19 by Elisabeth Schulz We build an example application to demonstrate the use of the Firebase database. Read more Leave your thoughts
Let’s also apply run with Kotlin scope functions 07/09/19 by Frank Rosner In Kotlin, scope functions allow you to execute a function, i.e. a block of code, in the context of an object. Read more Leave your thoughts
Spotting mismatches between your spec and your REST-API with hikaku 03/05/19 by Jannes Heinrich In this article I will show you how to write tests in just a few lines of code, using the library hikaku, that ensure that the specification and implementation of a REST-API don't diverge. Read more Leave your thoughts
Vert.x Kotlin Coroutines 02/13/19 by Frank Rosner Vert.x is an event-driven application framework. Coroutines are a nice way to compose asynchronous computations. How do these two work together and what does the Vert.x Kotlin Coroutines package do? Read more 1 Comment
Micronaut Microservices Framework: Introduction 01/23/19 by Andrey Vetlugin Micronaut is a modern JVM-based microservices framework. I will introduce it to you and show a small hello world example. Read more Leave your thoughts
Android testing (Part 3): The power of the Robot pattern with Kotlin 11/28/18 by Dusko Bajic This is the third and final part of the Android testing blog post series and today we’ll talk about the... Read more Leave your thoughts