kotlin Kotlin Anti-Patterns - Also this is Null Kotlin is a young language, and with that comes many untrodden paths and unknown gotchas. Let's explore one of these anti-patterns, for the sake of the article I've called it "Also this is null".
kotlin Moving forward with Kotlin - Part 1: Properties Originally published here: https://medium.com/@pablisco/moving-forward-part-1-properties-d8f695b3c812 Most of us, who are lucky enough to be able to work with Kotlin often come from other programming languages. The vast
Kotlin Multiplatform Kotlin on iOS In our last blogpost we deep-dived into Kotlin’s multiplatform project feature and discussed how we can use it to build backend, Android and web applications written in Kotlin. Today we will investigate how we can add an iOS client to such a setup
kotlin (Code) Sharing is caring - An Introduction to Kotlin Multiplatform Projects In this blogpost we will deep dive into JetBrains multiplatform projects feature, why you should consider using it and how you can do so to level up your product development.
engineering Composing functions in Kotlin with extensions and operators Kotlin gives us powerful ways to expand the language, but is there something we can exploit to improve the way functions are invoked? Today I was wondering if I could