Skip to content
View kkMihai's full-sized avatar
🦝
🦝

Block or report kkMihai

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
kkMihai/README.md


🧬 whoami

struct Mihai {
    location: &'static str,       // "Romania 🇷🇴"
    role: [&'static str; 3],      // ["Full-Stack Dev", "Security Researcher", "Reverse Engineer"]
    web_stack: &'static str,      // "TypeScript + Next.js + Tailwind"
    systems_stack: &'static str,  // "Rust + C++"
    loves: [&'static str; 3],     // ["clean UI", "type safety", "cracking things open"]
}

impl Mihai {
    fn motto(&self) -> &str {
        "Rust is the best programming language in the world,"
    }
}

🛠️ Arsenal

Languages

Frontend

Backend & Data

Systems & Tools


📊 Stats


i wrote this readme in the most goofy way lmfao

Pinned Loading

  1. virtualizorjs virtualizorjs Public

    VirtualizorJS makes it easy to manage Virtualizor servers with a simple API for Node.js and Bun. Create, start, stop, and restart virtual servers with ease.

    TypeScript 5 3