Hi! You may know me as Emilia, Jasmine or just my username "diademiemi"!
I'm a 20 year old nerd from the Netherlands!
My interests are DevOps tools like Ansible, Terraform and Kubernetes. I'm currently working as DevOps Engineer, where I work mostly with Linux servers and automating them
My hobbies are 3D Printing, coding and gaming. You'll find me apply what I learn to my hobbies too!
object Me {
val names = arrayOf(
"Jasmine", "Emilia")
val pronouns = arrayOf(
"They/Them", "She/Her")
val tz = TimeZone.
getTimeZone("Europe/Amsterdam")
fun pronounceGIF(): String {
val pronunciations = arrayOf(
"χɪf", "Gif", "Jif", "Yif")
return pronunciations[Random()
.nextInt(pronunciations.size)]
}
}