val aboutMe = mapOf(
"code" to listOf("Kotlin", "Java"),
"architecture" to listOf("MVVM", "Clean Architecture"),
"technologies" to mapOf(
"mobile" to mapOf(
"native" to listOf("Android (Kotlin, Java)")
),
"backend" to mapOf(
"Spring Boot" to "Java",
"Ktor" to "Kotlin"
),
"testing" to listOf("JUnit", "MockK", "KLuent", "Espresso")
),
"challenges" to "Learning something new every day!"
)