In Kotlin, as opposed to Java, there is no established standard when it comes to logging. JetBrains didn’t provide any opinionated way. But the community does not disappoint. There are …
I won’t be messing around. I love Kotlin and I like writing enterprise applications using Spring. And from my previous post you can draw conclusions that Kotlin and Spring is a …
In February Pivotal released Spring Boot 2, the first release officially supporting Spring 5. Highlights of this release include reactive web framework – WebFlux, and extended Kotlin support. This article …
This post is continuation of the first part of creating a simple blockchain in Kotlin which you can find here. This time I’ll improve the Kotcoin blockchain with implementation of proof …
Blockchain is probably the most trending technology in recent months. It seems like it is on everyone’s tongue. And even if the masses tightly associate this technology with Bitcoin (and …
Permissions (and widely understood security) is one of the most important part of majority of modern applications. Over the years software developers have come up with many different ways of …