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

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 implements Developer<FullStack> {
  String name;
  String alias;
  int age;
  List<String> interests;
  Map<String, List<String>> skills;
  
  Person({
    this.name = "Dang Huu Loc",
    this.alias = "Lorweth",
    this.age = 23,
    this.interests = const [
      "Programming",
      "Mechanical Keyboard",
      "Workspace setting up",
      "New technologies",
    ],
    this.skills = const {
      'Programming Language': ['Go', 'Java', 'JS/TS', 'Dart'],
      'Framework': ['Flutter', 'SpringBoot', 'Next.js', 'Angular'],
      'Database': ['Postgres', 'MySQL', 'MongoDB'],
      'Platform': ['Docker', 'Azure', 'AWS', 'Kubernetes'],
      'Tools': ['Git', 'Intellij IDEA', 'VS Code'],
    },
  });

  @override
  void code() {
    print("$name is coding!");
  }
}

- 冥海无岸 -

Pinned

  1. tgusurvey-microservice-webapp tgusurvey-microservice-webapp Public archive

    Ứng dụng web microservice lấy ý kiến các bên liên quan về chuơng trình đào tạo của trường đại học Tiền Giang

    Java 1

  2. sample-azure-func-app sample-azure-func-app Public

    Go

  3. flappy_dash flappy_dash Public

    A Flappy Bird-like game 🕹️ written in Flutter + Flame for learning 🤔

    Dart

  4. jwt-auth-server jwt-auth-server Public

    Go

  5. timekeeper timekeeper Public

    A sample application using smart contract and Go language

    Go