Skip to content
View CompileRider's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing
  • ??
  • ??
  • 00:16 (UTC)

Block or report CompileRider

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
CompileRider/README.md

๐Ÿ‘‹ Hi there! I'm Esmil

Typing SVG

Profile Views


๐Ÿฆ€ About Me

struct Developer {
    name: &'static str,
    languages: Vec<&'static str>,
    currently_learning: &'static str,
    fun_fact: &'static str,
}

impl Developer {
    fn new() -> Self {
        Self {
            name: "Esmil",
            languages: vec!["C++ (started here)", "Rust (my current obsession)"],
            currently_learning: "Full with Rust",
            fun_fact: "Started with C++, fell in love with Rust ๐Ÿฆ€",
        }
    }
}

Coding

  • ๐Ÿฆ€ My languages: Started with C++, now obsessed with Rust
  • ๐ŸŒฑ Learning: development with Rust
  • ๐Ÿ”ง Building: Personal projects in Rust
  • ๐Ÿ’ฌ Ask me about: Rust, or why Rust is better than C++ ๐Ÿ˜„
  • โšก Fun fact: C++ taught me pointers, Rust taught me safety ๐Ÿฆ€
  • โ˜• Current status: Debugging with coffee


๐Ÿ› ๏ธ What I Actually Know

Languages

C++ Rust

Tools

Git VS Code Cargo


๐Ÿ“Š GitHub Stats


๐Ÿ† GitHub Trophies

Trophies


๐Ÿš€ What I'm Working On

๐Ÿ’ป Current Projects

  • Developing apps with Rust
  • Fighting the borrow checker (and winning)

๐Ÿ“š Learning

  • Full Rust
  • C++ (just the basics, chill)

โšก The Reality

// My daily life
loop {
    let mut me = Developer::new();
    
    match me.debug_code() {
        Ok(_) => println!("It works! ๐ŸŽ‰"),
        Err(e) => {
            println!("Error: {:?}", e);
            me.drink_coffee();
            me.read_docs();
            continue; // Try again
        }
    }
    
    if me.compiler_happy() {
        println!("If the compiler is happy, I'm happy ๐Ÿฆ€");
    }
}

๐ŸŽฏ Real Fun Facts

  • ๐Ÿ› My debugging: Works best at 3 AM with coffee
  • ๐Ÿฆ€ Rust: Started with C++, never looked back after discovering Rust
  • ๐Ÿ’€ C++: Taught me about pointers and memory management
  • โ˜• Coffee: My best friend during long coding sessions
  • ๐Ÿ”ฅ Borrow Checker: Tough love that makes better code
  • ๐Ÿ“š Stack Overflow: My second home
  • ๐ŸŽฎ Breaks: Gaming to clear my mind

๐Ÿค Connect With Me

GitHub LinkedIn Email


๐Ÿ“ˆ Contribution Graph


๐Ÿ’ผ Open to collaborate on Rust projects and job opportunities

Wave Footer

"The compiler is not your enemy, it's your strict but fair teacher" ๐Ÿฆ€

Rust Love Learning

Popular repositories Loading

  1. CompileRider CompileRider Public

    1