Git Product home page Git Product logo

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

x7y62's Projects

deno-text icon deno-text

🦕 A terminal based text editor written in Deno

missionlog icon missionlog

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

x7y62 icon x7y62

👋 Personal GitHub profile README

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.