data class Profile(
val tag: List<String> = listOf("gamer", "programmer", "student"),
val hobby: List<String> = listOf("game", "anime", "rock/punk music"),
val bio: String = "Learning software engineering. I like Python best, not Java.",
val contact: Map<String, String> = mapOf(
"Email" to "[email protected]",
"Blog" to "https://blog.dianas.cyou",
"Keybase" to "https://keybase.io/alicecoco",
"Issue" to "https://github.com/sudoskys/sudoskys/issues",
"Sponsor" to "https://afdian.net/a/Suki1077"
)
)
val me = Profile()
println(me)
- Playground:read soucecode from https://github.com/yjl9903/AnimeGarden to learn astro/Morden complex frontend
- Plan:check https://github.com/mylxsw/aidea-server
- Plan:learn from https://github.com/flutter/samples and write an app for [mute]
- I just want to write code and create something useful.
- I frequently use JetBrains tools for programming, and I love their robustness.
- I'm also a gamer and a music enthusiast. I play a bit of everything, and I listen to a wide variety of genres.
Fingerprint=3f9595ba83dc24692b5388d9a7639ce0c4d18c1b
Category | Technologies |
---|---|
Backend | |
UI | |
Web | |
App | |
Database | |
Other |
I'm not strong enough, but I'm always here. The first principle of programming is: stay happy and create meaningful things.