Skip to content
View hksvn's full-sized avatar

Block or report hksvn

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

Header

🚀 HuyKaiser Dev

Typing SVG

Profile Views Followers Stars


🌍 About Me

  • 🔥 Passionate about coding, automation, and AI.
  • 🚀 Experienced in Full-Stack Development.
  • 🛠 Creating innovative open-source projects.
  • 💡 Continuously learning new technologies.

🛠 Tech Stack


💻 JavaScript Introduction Code

class Developer {
    constructor(name, role, skills, passion, experience) {
        this.name = name;
        this.role = role;
        this.skills = skills;
        this.passion = passion;
        this.experience = experience;
    }

    introduce() {
        console.log("\n🚀 Meet a Passionate Developer 🚀");
        console.log(`👋 Hi, I'm ${this.name}!`);
        console.log(`💻 Role: ${this.role}`);
        console.log(`🛠️ Skills: ${this.skills.join(", ")}`);
        console.log(`❤️ Passion: ${this.passion}`);
        console.log(`📆 Experience: ${this.experience} years in the industry.`);
        console.log("✨ Let's build something amazing together! ✨\n");
    }
}

const huyKaiser = new Developer(
    "HuyKaiser", 
    "Full-Stack Developer", 
    ["JavaScript", "TypeScript", "React", "Node.js", "Go", "Rust", "Python", "C++", "Kotlin", "Swift", "AWS", "Azure", "Redis", "GraphQL", "PHP", "FastAPI", "Express.js"],
    "Building cool stuff with code and automation.",
    5 
);

huyKaiser.introduce();

📊 GitHub Stats


🚀 Connect with Me

GitHub Discord Facebook Telegram


Footer

Pinned Loading

  1. test-bypass-clf test-bypass-clf Public

    Python 1