Presentation “kotlin 101 by example” @ Gran Canaria

Recently I had a talk at event organised by Google Developer Group community at lovely island Gran Canaria, Spain

It was first experience of this kind. Although I already had number of public talks related to kotlin this one was in new format for me - live coding. After short introduction about myself and kotlin language I started to show off main features of the language while developing REST notebook service using Spring Boot. I found it's unfair that kotlin is getting associated more with Android while it's actually very good on backend too. More importantly - not only as better replacement for enterprise applications but also for prototypes - it easily can compete with python and nodejs for PoC/MVP projects

Here are slides

The source code is available at github
https://github.com/ruXlab/kotlin-springboot-demo as well as script for scenario