Kover is a code coverage tool for Kotlin. It's still in incubator phase but I took it for a spin and it is already very useful as part of local or CI workflows! In this article I go through the setup and some of my favourite goodies of the tool.
kotlin
A collection of 17 posts
Automatically add the Hacktoberfest tag to all of your GitHub repositories
I created a small kotlin utility that finds all the repositories you are an owner of, and add the Hacktoberfest topic to them :) and learnt a few things
Building Command Line Interfaces with Kotlin using picoCLI
In this article, we'll look into use cases where CLIs are a great idea. We'll also dive into best practises, and discover one of the most used library for CLIs in the JVM world : picoCLI.
Advent of Code Day 5 : Binary representations and data classes val inits

How I solved Advent of Code day 5, live, and what I learned from it.
Advent of Code Day 4 : Kotlin TIL - require, flatMapIndexed!

How I solved Advent of Code day 4, live, and what I learned from it.