๐ฅ JavaScript / React JS / Node JS / C# / ASP.NET Core ๐ฅ
I am a web developer from Burma.
class Person {
constructor() {
this.name = "Tun Yar Zar Toe";
this.age = 23;
this.position = "Web Developer";
this.work = [
"Kumo Solutions Mandalay",
"Evercomm Singapore Pte Ltd",
"CO2 Connect (CO2X)"
];
this.education = [
"Technological University, Mandalay",
"Self-Learning",
"Online Courses"
];
this.hobbies = ["Coding", "Reading", "Traveling", "Football"];
}
getCurrentLocation() {
return "Mandalay, Myanmar";
}
getNextLocations() {
return ["Yangon, Myanmar", "Tokyo, Japan"];
}
getCurrentActivities() {
return {
studying: ["Advanced JavaScript", "React.js", "Tailwind CSS"],
reading: [
"Clean Code",
"You Donโt Know JS",
"JavaScript: The Good Parts"
],
tinkering: [
"Portfolio Website",
"Weather App",
"Carbon Footprint Calculator"
]
};
}
}
const tun = new Person();
๐ฅ๐ค About me
- ๐ผ Web Developer [Kumo Solutions Mandalay] [July 2023 - Present]
- ๐ผ On Job Training [Host Myanmar - Mandalay] [May 2023 - June 2023]
- ๐ผ Learning Web Development [Host Myanmar - Mandalay] [October 2022 - April 2023]
- ๐ผ Technical Staff [YSK Japanese Language School ] [July 2022 - February 2023]