Skip to content
View Meee3's full-sized avatar
πŸ˜€
πŸ˜€
  • Brazil

Block or report Meee3

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
Meee3/README.md
Typing SVG


struct Developer {
    name: &'static str,
    current_focus: Vec<&'static str>,
    location: &'static str,
    email: &'static str,
}

impl Developer {
    fn new() -> Self {
        Developer {
            name: "Tiago",
            current_focus: vec![
                "πŸ¦€ Mastering Rust",
                "⚑ Building high-performance applications",
                "πŸ”§ Systems programming",
                "🌐 WebAssembly projects",
            ],
            location: "Brazil πŸ‡§πŸ‡·",
            email: "[email protected]",
        }
    }
    
    fn current_status(&self) -> &str {
        "Transitioning to Rust Developer πŸš€"
    }
}

fn main() {
    let tiago = Developer::new();
    println!("Status: {}", tiago.current_status());
}

Tech Arsenal

πŸ¦€ Rust Ecosystem (Primary Focus)
🎯 Backend Proficiencies
βš›οΈ Frontend Technologies
πŸ› οΈ DevOps & Tools
πŸ—„οΈ Databases

Rust Learning Journey

graph LR
    A[Rust Fundamentals] -->|βœ…| B[Ownership & Borrowing]
    B -->|πŸ”„| C[Error Handling & Testing]
    C -->|πŸ“š| D[Async Programming]
    D -->|🎯| E[Web Development with Actix/Rocket]
    E -->|πŸš€| F[Systems Programming]
    F -->|⚑| G[WebAssembly]
    
    style A fill:#2e7d32
    style B fill:#388e3c
    style C fill:#43a047
    style D fill:#66bb6a
    style E fill:#81c784
    style F fill:#a5d6a7
    style G fill:#c8e6c9
Loading

GitHub Analytics


Featured Projects




Building something amazing...




Performance-focused project


Typing SVG

Let's Connect


Profile views
github contribution grid snake animation

Pinned Loading

  1. 10-days-of-javascript-ZinoTrust 10-days-of-javascript-ZinoTrust Public

    Forked from zinotrust/10-days-of-javascript

    HTML

  2. curso_docker_matheusbattisti curso_docker_matheusbattisti Public

    Forked from matheusbattisti/curso_docker

    RepositΓ³rio do curso de Docker ministrado na Udemy.

    Python

  3. langchain langchain Public

    Forked from langchain-ai/langchain

    πŸ¦œπŸ”— Build context-aware reasoning applications

    Jupyter Notebook

  4. Tiago-L120/Tiago-L120.github.io Tiago-L120/Tiago-L120.github.io Public

    Portfolio

    HTML

  5. CnC_Generals_Zero_Hour CnC_Generals_Zero_Hour Public

    Forked from electronicarts/CnC_Generals_Zero_Hour

    Command and Conquer: Generals - Zero Hour

    C++

  6. php-puro php-puro Public

    PHP