Skip to content

πŸ“Šβœ¨ GitHub Stats Visualization: A dynamic repository dedicated to showcasing and analyzing GitHub activity and statistics for the user profile 'zekriztao'.

Notifications You must be signed in to change notification settings

zenkriztao/zenkriztao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 

Repository files navigation

Hello there πŸ‘‹

class SoftwareDeveloper {
  name: string;
  role: string;
  languageSpoken: string[];

  constructor(params: {
    name: string;
    role: string;
    languageSpoken: string[];
  }) {
    this.name = params.name;
    this.role = params.role;
    this.languageSpoken = params.languageSpoken;
  }

  sayHi(): void {
    console.log("Hi! I hope you find something interesting here!");
  }
}

const me = new SoftwareDeveloper({
  name: "Muhammad Rizki Ramadhan",
  role: "Fullstack Developer",
  languageSpoken: ["id_ID", "en_US"],
});

me.sayHi();

πŸ“ Visit Me

πŸ”§ Technologies & Tools

πŸ’» Most Used Languages

My most used languages

πŸ† GitHub Trophies

trophy

About

πŸ“Šβœ¨ GitHub Stats Visualization: A dynamic repository dedicated to showcasing and analyzing GitHub activity and statistics for the user profile 'zekriztao'.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published