Skip to content

sudoskys/sudoskys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

👋 Who am I

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)

🥕 Bio

  • 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.

Keybase

Fingerprint=3f9595ba83dc24692b5388d9a7639ce0c4d18c1b

🥕 Stack

Category Technologies
Backend Python FastApi Node Kotlin Go
UI MUI Vuetify TailwindCSS unocss shadcn
Web TypeScript Vue React Vite Next.js Remix SolidJs Astro NestJs
App Flutter Dart Jetpack
Database Redis MongoDB MySQL RabbitMQ
Other Vercel Linux Java Docker Luajava
GitRoll Profile Badge

I'm not strong enough, but I'm always here. The first principle of programming is: stay happy and create meaningful things.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages