package main
fun main(args: Array<String>) {
val map = getBio()
for ((key, value) in map) {
println("$key : $value")
}
}
fun getBio() : Map<String, String> {
return mapOf(
"- β‘ Quick bio" to "Passionate Software Developer with experience in developing complex mobile solutions, scalable system design.",
"- π I'm currently working on" to "Sharpening my System Design, Architecture, Problem-Solving Skills.",
"- π± I'm currently learning" to "Jetpack Compose, Dart, Python, Keras, TensorFlow.",
"- π― I'm looking to collaborate on" to "Kotlin, Jetpack Compose, Dart Sdk, AI/ML projects.",
"- π€ I'm looking for help with" to "Anything related to what I am currently learning π
.",
"- π¬ Ask me about" to "Mobile Application Development, Android, Kotlin, Java, Swift, Flutter, Dart.",
"- π« How to reach me" to "[email protected]"
)
}
Tools that I use on a daily basis, or that I've used or worked (either much or a bit) with on the past