data class Profile(
val tag: List<String> = listOf("gamer", "programmer", "collage student"),
val hobby: List<String> = listOf("game", "cooking", "music"),
val bio: String = "Solve problems and explore the world.",
val contact: Map<String, String> = mapOf(
"Email" to "[email protected]",
"Blog" to "https://blog.dianas.cyou",
"Issue" to "https://github.com/sudoskys/sudoskys/issues",
)
)
val me = Profile()
println(me)
- Relearn:Research cluster deployment, database administration (DBA), algorithms. Review computer fundamentals, network fundamentals. Practice Golang backend.
- Plan:Researching K8S
- Plan:make some side projects with Flutter,and read through https://github.com/flutter/samples
- Game: Rimworld is so fun!
- I just want to write code and create something useful.
- 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 |
---|---|
Languages | |
Backend | |
Web | |
Mobile | |
Desktop | |
Database | |
Message Queues | |
Deployment | |
Other Tools |
I'm not strong enough, but I'm always here. The first principle of programming is: stay happy and create meaningful things.