class Neruxov {
fun general(): Triple<String, String, String> {
val discord = "neruxov"
val telegram = "t.me/neruxov"
val website = "https://neruxov.xyz/"
return Triple(discord, telegram, website)
}
fun coding(): Pair<Map<String, List<String>>, List<String>> {
val skills = mapOf(
"expert" to listOf(),
"intermediate" to listOf("java", "kotlin", "python", "c++"),
"beginner" to listOf("c#", "js", "vue", "html & css", "golang")
)
val projects = listOf("exclusivevpn", "abelix.club")
return Pair(skills, projects)
}
}
I am just a guy that loves coding, nothing more. I'm working on a few small projects here and there and just trying myself out :)
I'm a Night 🦉
🌞 Morning 92 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 06.56 %
🌆 Daytime 369 commits ███████░░░░░░░░░░░░░░░░░░ 26.32 %
🌃 Evening 658 commits ████████████░░░░░░░░░░░░░ 46.93 %
🌙 Night 283 commits █████░░░░░░░░░░░░░░░░░░░░ 20.19 %
📊 This Week I Spent My Time On
🕑︎ Time Zone: Europe/Moscow
💬 Programming Languages:
Kotlin 26 hrs 47 mins ███████████████████████░░ 91.08 %
Vue.js 35 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 02.01 %
Groovy 31 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.79 %
Gradle 24 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.38 %
XML 19 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.09 %
Last Updated on 05/11/2024 21:22:27 UTC