- 🌱 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", "Youtube"]
}
}
class Skills extends Ngo_Thiep {
languages: string[]; frameworks: string[]; frontend: string[]; backend: string[]; other: string[]
constructor() {
super();
this.languages = ["Javascript", "SQL", "Java"];
this.frameworks = ["TailwindCSS"];
this.frontend = ["React", "HTML/CSS", "Redux"];
this.backend = ["NodeJS", "MySQL", "MS SQL Server","Firebase", "MongoDB"];
this.mobile = ["Flutter", "React-native", "Kotlin"];
this.other = ["Git/Github", "Agile", "npm", "Figma"]
}
}
- Learn advanced Kotlin
- Updating .....