Skip to content

euxzy/euxzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 

Repository files navigation

Hi! I'm euxzy

class SoftwareEngineer {
    public readonly name = "Muhamad Rijal"
    public languages = ["id_ID", "en_US"]
    public techStack = ["Typescript", "Svelte", "Vue", "React", "Bun"]

    sayHello() {
        console.log("Hello πŸ‘‹! My name is euxzy, hope you find something that sparks your interest.")
    }

    learnTechStack(tech: string) {
        this.techStack.push(tech)
        return this
    }

    learnLanguage(lang: string) {
        this.languages.push(lang)
        return this
    }
}

const me = new SoftwareEngineer()
me.sayHello()

// Currently diving into Japanese and gamedev with Unity
me.learnLanguage("ja_JP").learnTechStack("C#")

visitors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published