- 🌱 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"]
}
}
-
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 .....