Kotlin and Javascript 1. Overview Kotlin is a next-generation programming language developed by JetBrains. It gains popularity with the Android development community as a replacement for Java. Another exciting feature of Kotlin is the support of server- and client-side JavaScript. In this article, we’re going to discuss how to write server-side JavaScript applications… Continue Reading kotlin-javascript

Kotlin Immutable Collections 1. Introduction In this tutorial, we’ll be looking at how to create immutable collections in Kotlin. First, we’ll explore the types of immutability as well as what Kotlin provides as standard. Then, we’ll look at how to leverage Google’s Guava library to create truly immutable collections. As… Continue Reading kotlin-immutable-collections