Skip to content
View ngothiep2412's full-sized avatar
:atom:
Try hard !!!
:atom:
Try hard !!!

Block or report ngothiep2412

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
ngothiep2412/README.md

👋 Hi, I'm Ngô Thiệp! GokuWaving

ngothiep2412

- 🌱 I’m currently learning *Back-end*.
- 🌱 Happy Life, Happy Code, Happy Money.

class Ngo_Thiep  {
  major: string; school: string; pronouns:string[]; hobbies: string[]; 
  constructor() {
    this.major = "Software Engineering";
    this.school =  "FPT University (FPTU) 🦊";
    this.pronouns =  ["he/him"];
    this.hobbies = ["soccer", "programming", "music", "film"]
  }
}

class Skills extends Ngo_Thiep {
  languages: string[]; frameworks: string[]; frontend: string[]; backend: string[]; other: string[]
  constructor() {
    super();
    this.backend = ["Golang", "Java"];
    this.mobile = ["Flutter", "Kotlin"];
    this.other = ["Git/Github/Gitlab", "Agile", "Figma", "Cursor", "Windsurf", "N8N", "Coze"]
  }
}

Todo in 2025

  • Learn KMP, Jetpack Compose, and advanced Kotlin knowledge

  • Java, Kotlin Spring Boot (BE)

  • N8N, Coze Bot Chat, using with AI to improve work productivity.

  • Updating .....

📫 How to reach me:

Popular repositories Loading

  1. movie_app movie_app Public

    Dart 1 1

  2. stream-camera stream-camera Public

    Dart 1 1

  3. ngothiep2412 ngothiep2412 Public

    Java 1

  4. leet-code leet-code Public

    JavaScript 1

  5. react-native-asg3 react-native-asg3 Public

    JavaScript 1

  6. bmos-app-admin bmos-app-admin Public

    Using react native, redux toolkit, call api, ...

    JavaScript