Android
Flutter
Kotlin Multiplatform
interface BioProvider {
fun getBio(): String
}
class AndreaDellaPorta : BioProvider {
// Kotlin: making null-safety fun since 2011!
override fun getBio(): String
}
> _
I was born in Rome in 1994 and have been
passionate about mobile development for as long as I can remember.
I started writing my first Java programs during high school,
but with the advent of smartphones I quickly fell in love with the mobile world.
My professional journey began in Switzerland with an
Android project in the medical field,
and later continued with large companies such as NTT Data and
Deloitte, until I reached my current role at
Capgemini. Over the years, I have developed applications with large
user bases across various industries, specializing in native Android,
Flutter, and now Kotlin Multiplatform.
But my life isn’t only about programming — I’m also passionate about
football, padel, and the most important one...
Lego!