Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
object Nassar {
val name = "Ahmed Nassar"
val title = "Senior Software Engineer"
val primarySkillset = "Android"
val otherSkillset = "SpringBoot, Flutter, Ktor Server Framework, Kotlin Multiplatform Mobile"
val languages = listOf("Kotlin", "Java", "Dart", "Angular")
val website = "https://www.inassar.me"
val contact = "@ranger163".apply {
twitter = this
linkedin = this
instagram = "${this}94"
email = "[email protected]"
}
}