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. neuronsystem neuronsystem Public

    πŸ“šβœ¨ Neuron System: A Next.js-powered CBT platform offering a seamless and intuitive UI for students to efficiently take exams with integrated time management features.

    JavaScript

  3. 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

  4. 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

  5. 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

  6. Heroes Heroes Public

    Heroes is a functional gradle setup for integrating gradle and json packages and files

    Objective-C 1