Skip to content
View x7y62's full-sized avatar
🎧
Vibing
🎧
Vibing
  • Selangor, Malaysia
Block or Report

Block or report x7y62

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

x7y62

👋 Hello everyone!

  • I'm @x7y62.
  • I'm a self-taught full stack developer.
  • I'm currently learning React and WebGL.

About Me

class User {
  // Private info
  private name: string;
  private age: number;

  // Public info
  public username: string;
  public lang: string[];
  public db: string[];
  public misc: string[];

  constructor(name: string, age: number) {
    // Private info
    this.name = name;
    this.age = age;

    // Public info
    this.lang = ["JS", "TS", "HTML", "CSS", "WASM", "Rust", "C++", "C"];
    this.db = ["MongoDB", "SQLite3"];
    this.misc = ["Git", "GitHub", "GNU", "NodeJS", "Deno"];
  }

  // Get name
  public get __name__(): string {
    return this.name;
  }

  // Get age
  public get __age__(): number {
    return this.age;
  }
}

GitHub Statistics

GitHub Statistics

Language Usage

Language Usage

Pinned Loading

  1. rusty_v8 rusty_v8 Public

    Forked from denoland/rusty_v8

    Android port of denoland/rusty_v8

    Rust

  2. Yisus7u7/termux-desktop-xfce Yisus7u7/termux-desktop-xfce Public

    Set up a beautiful xfce desktop in termux

    Shell 510 67

  3. rmartone/missionlog rmartone/missionlog Public

    🚀 lightweight logging • supports level based filtering and tagging • weighs in at around 500 bytes

    TypeScript 35 3