SeniorAndroidEngineer.kt - Developer Portfolio
About.kt
Experience.kt
Skills.kt
Projects.kt
Contact.kt
1 2 3 4 5 6 7 8 9 10 11 12
data class AndroidEngineer( val name: String = "Clifford Hattingh", val role: String = "Senior Android Engineer", val location: String = "London, UK" ) { fun getProfile() { // Passionate about creating elegant mobile experiences // Specializing in Kotlin, Compose Multiplatform // and Modern Android Development practices } }