This is the third part of the video series on Kotlin language. Read the first and second parts here. In this post, let’s take a look at the data types in Kotlin language. Kotlin is a strongly typed language. In […]
This is the second part of the video series on Kotlin language. Read the first part here. In this post, let’s discuss how to declare variables in the language. You can declare variables using var keyword as shown below. fun […]
Kotlin is the new programming language by JetBrains. It can be compiled to Java and JavaScript. Kotlin is slowly making its mark in the Android development territory. I have started creating short 2-3 minutes code-based videos on Kotlin language. Here’s […]
A number of JavaScript libraries these days, require strong understanding of the ES6 language. If you want to comfortably work with libraries like Redux, ReactJS, Relay, GraphQL it’s important to understand some of the latest concepts. My first article/video in […]
A number of JavaScript libraries these days, require strong understanding of the ES6 language. If you want to comfortably work with libraries like Redux, ReactJS, Relay, GraphQL it’s important to understand some of the latest concepts. My first article/video in […]