Skip to content
View YuanziX's full-sized avatar
๐Ÿ’ค
Dozing off.
๐Ÿ’ค
Dozing off.

Highlights

  • Pro

Block or report YuanziX

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
YuanziX/README.md

๐Ÿ‘‹ Hi, I'm Achyut

Third-year B.Tech CSE student exploring the vast universe of programming ๐Ÿš€

Typing SVG

๐ŸŽฏ About Me

struct Achyut {
    role: String,
    languages: Vec<String>,
    current_focus: String,
    hobbies: Vec<String>,
}

impl Achyut {
    fn new() -> Self {
        Achyut {
            role: String::from("CSE Student"),
            languages: vec![
                "Python".to_string(),
                "Go".to_string(),
                "Rust".to_string(),
                "Dart".to_string(),
                "Java".to_string(),
                "Kotlin".to_string()
            ],
            current_focus: String::from("Exploring Backend Development"),
            hobbies: vec![
                "Reading Web Novels".to_string(),
                "Gaming".to_string(),
                "Coding".to_string(),
            ],
        }
    }

    fn say_hi(&self) {
        println!("Thanks for dropping by! Let's connect and build something amazing together!");
    }
}

fn main() {
    let me = Achyut::new();
    me.say_hi();
}

๐Ÿ›  Tech Stack

Languages

Frameworks & Technologies

Development Tools

๐Ÿ“Š GitHub Stats

GitHub Stats

GitHub Streak

Top Languages

๐ŸŽฏ Current Focus

  • ๐ŸŒฑ Learning advanced backend development
  • ๐Ÿ”ญ Working on personal projects
  • ๐Ÿ‘ฏ Looking to collaborate on open-source projects

๐ŸŽจ What I Do For Fun

  • ๐Ÿ“š Read Web Novels
  • ๐ŸŽฎ Gaming
  • ๐ŸŽต Listen to Music
  • ๐Ÿ’ป Code for Fun
  • ๐ŸŒŸ Learn New Technologies

๐ŸŒ Connect With Me


github contribution grid snake animation

Pinned Loading

  1. VITalize VITalize Public

    Dart

  2. android_kernel_xiaomi_phoenix android_kernel_xiaomi_phoenix Public

    Kernel sources for phoenix(in)

    C 1

  3. beatify-core beatify-core Public

    Backend for YuanziX/beatify-android written in golang

    Go

  4. vtop_py_scraper vtop_py_scraper Public

    Python

  5. TiddyUp TiddyUp Public

    Kotlin 1

  6. booklyst-core booklyst-core Public

    An Async Book E-Commerce Backend written in Go

    Go