Skip to content
View the-witcher-knight's full-sized avatar

Block or report the-witcher-knight

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
the-witcher-knight/README.md

Typing SVG

Facebook Gmail LinkedIn Stack Overflow

class Person extends Developer {
  String name;
  String alias;
  int age;
  List<String> interests;
  Map<String, List<String>> skills;
  
  Person({
    this.name = "Dang Huu Loc",
    this.alias = "the-witcher-knight",
    this.age = 25,
    this.interests = const [
      "Programming",
      "Mechanical Keyboard",
      "Workspace setting up",
      "New technologies",
    ],
    this.skills = const {
      'Programming Language': ['Go', 'JS/TS', 'Dart'],
      'Framework': ['Flutter', 'Angular'],
      'Database': ['Postgres', 'MySQL', 'MongoDB', 'Aerospike'],
      'Platform': ['Docker', 'Kubernetes', 'AWS'],
      'Tools': ['Git', 'Intellij IDEA', 'VS Code', 'Craft.do'],
    },
  });

  @override
  void code<T extends PC>(T thePC) {
    thePC.open();
    print("$name starts coding...");
  }
}

- 冥海无岸 -

Pinned Loading

  1. viebiz/lit viebiz/lit Public

    Lightning: Go Libs

    Go 1