Skip to content
View changrenyuan's full-sized avatar
  • Chuning
  • Beijing
  • 08:41 (UTC -12:00)

Block or report changrenyuan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
changrenyuan/README.md

πŸ‘‹ 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 "changrenyuan@126.com",
        "Blog" to "https://blog.dianas.cyou](https://www.cnblogs.com/changryJB",
        "Keybase" to "https://keybase.io/changrenyuan",
        "Issue" to "https://github.com/changrenyuan/changrenyuan/issues",
        "Sponsor" to 
    )
)
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.

πŸ₯• 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

I'm not strong enough, but I'm always here. The first principle of programming is: stay happy and create meaningful things. Here are some ideas to get you started:

  • πŸ”­ I’m currently working on ...
  • 🌱 I’m currently learning ...
  • πŸ‘― I’m looking to collaborate on ...
  • πŸ€” I’m looking for help with ...
  • πŸ’¬ Ask me about ...
  • πŸ“« How to reach me: ...
  • πŸ˜„ Pronouns: ...
  • ⚑ Fun fact: ...

Popular repositories Loading

  1. learngit learngit Public

  2. cnblog cnblog Public

    For cnblog

    JavaScript

  3. docsify docsify Public

    Forked from docsifyjs/docsify

    πŸƒ A magical documentation site generator.

    JavaScript

  4. RTX-make-gcc RTX-make-gcc Public

    Forked from tobermory/RTX-make-gcc

    How to build the RTX RTOS for embedded ARM processors using make and gcc

    Makefile

  5. ChatGPT ChatGPT Public

    Forked from acheong08/ChatGPT

    Reverse engineered ChatGPT API

    Python

  6. GUI_ChatGPT GUI_ChatGPT Public

    Forked from GaiZhenbiao/ChuanhuChatGPT

    GUI for ChatGPT API

    Python