About />
01.
class
Shinn Thant {
02.
··//
I can, because I did.
03.
··//
My vast variety of skills is continuously expanding.
04.
constructor
( ) {
05.
····
this.
name
= 'Shinn Thant'
06.
····
this.
dayOfBirthTimestamp
= 602745592
07.
····
this.
email
= 'shinthantequi@gmail.com'
08.
··
}
04.
··
workExperience
( ) {
09.
····
return
[
10.
······
{ '2022 May - 2022 Sep' : 'Full-stack Developer Intern at Creative Coder Myanmar' }
11.
······
{ '2022 Sep - 2022 December' : 'Volunteer Front-End Developer at Tee Htwin' }
12.
······
{ '2023 January - now' : 'Senior Front-End Developer at Xsphere' }
13.
····
]
14.
··
}
15.
··
certificates
( ) {
16.
····
return
[
12.
······
{ 'Udemy' : 'The Complete JavaScript Course.' }
12.
······
{ 'Udemy' : 'The Complete NextJS Course.' }
12.
······
{ 'Udemy' : 'The Complete ReactJs Developer.' }
12.
······
{ 'CreativeCoder MM: Certificate of internship' }
13.
····
]
14.
··
}
15.
··
skills
( ) {
16.
····
return
[' TypeScript ' , ' ReactJS ' , ' NextJS ' , ' React Query ' , ' Redux ' ]
17.
··
}
18.
}