Joao Alves

Engineering Manager at IndeedFlex

Recent posts

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 is as a language and keep reading that you can build a full stack solution with it so why not give it a try and build a simple backend to test those claims.…
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.…
Feb 16, 2018
Kotlin Sealed Classes — enums with swag Hi there everyone, welcome to article number 6 on the series. Today we’ll be looking at Kotlin Sealed classes and how they can take enums to a completely different level and add them some swag.…
Jan 30, 2018
Parcelable in Kotlin? Here comes Parcelize Hey everyone, welcome to article number 5 in the series where we’re going to look into how to handle Parcelables in Kotlin.…
Jan 15, 2018
Kotlin data classes — enough boilerplate Hi everyone, we already looked into some differences between Kotlin and Java syntaxes in the previous 2 articles of the series.…