Skip to content
View zenkriztao's full-sized avatar
βœ…
learner
βœ…
learner

Block or report zenkriztao

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
zenkriztao/README.md

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

Pinned Loading

  1. dotfiles dotfiles Public

    my vim integration configuration, includes competitive programming c++ and React.Js plugin configuration

    Vim Script

  2. freya-app freya-app Public

    Freya is a compassionate Flutter-based application crafted to empower users by providing critical information and support related to violence against women, addressing physical, mental, and sexual …

    Dart 3 1

  3. face-recognition-with-cnn face-recognition-with-cnn Public

    πŸ€– AI Facial and Emotion Recognition System: An advanced AI-powered tool that detects human faces and interprets emotions with high accuracy.

    Jupyter Notebook

  4. golang-testing golang-testing Public

    πŸ§ͺ Go Unit Testing Toolkit: A comprehensive guide and toolkit for mastering unit testing in Golang, complete with examples, best practices, and integration with Git workflows.

    Go

  5. swift-daily-routine-ios swift-daily-routine-ios Public

    πŸ—“οΈ Swift Daily Routine iOS πŸ“± Aplikasi untuk membantu kamu mengatur rutinitas harian dengan mudah! 🌟 Buat dan kelola kegiatan harian kamu, atur pengingat, dan pantau progres aktivitas menggunakan de…

    Swift

  6. hirehub hirehub Public

    HireHub is an Android app designed for job seekers πŸ’Όβœ¨. Built with Kotlin and Jetpack Compose, it helps you browse job listings πŸ“, apply for opportunities, and connect with employers 🌐. With Firebas…

    Kotlin