Joao Alves

Senior Engineering Manager at IndeedFlex

Recent posts

Apr 26, 2018
Kotlin try-with-resources — use Hi there everyone, welcome to number 11 in the Kotlin Playground Series. We’ll continue with standard functions, today will look at just…
Apr 11, 2018
Kotlin runtime checks — require and check Hey everyone, and welcome to article number 10 on the Kotlin Playground Series. Last time we looked into a few Kotlin standard functions…
Mar 28, 2018
Kotlin standard functions — just another guide Hello everyone and welcome to article number 9 in the series. Today we’re going to look at something that maybe should have come up after…
Mar 14, 2018
Kotlin backend? Yes it’s possible Hi everyone, welcome to article number 7 in the series, today we’re going to look at something different. We all know how powerful Kotlin…
Feb 26, 2018
Kotlin Static Analysis — why and how? Hello everyone, welcome to article number 7 of the series. Before we jump into other examples, I think it would be nice to check the quality of the code I wrote so far to support the previous articles. So today we’ll be looking into ways of performing some static analysis on Kotlin code.