<first>Welcome to my land!</first>
<description>Currently, working as Front-end developer at Positive Thinking Company APAC</description>
<small>Beside, with a big huge love with Js so working Backend side using NodeJs too</small>
const AboutMe: Person = {
FullName : 'LeHuyHoang',
Nickname : 'DauMoe',
Born : 1999,
Region : 'VietNam 🇻🇳',
Position : 'Front-end developer',
StartAsDev : 'since 2019',
Company : ['CDiT', 'CMC Global', 'Positive Thinking Company APAC'] //oldest -> latest
}
const TechnologyStack: any = {
FrontEnd : ['ReactJs', 'React Native', 'Redux', 'Material UI'],
BackEnd : ['ExpressJs', 'Socket.io', 'NPM + YARN'],
Database : ['MariaDB', 'MySQL', 'Oracle']
}
const SideProject: OnlyMe = {
Halo: {
RepoLink : 'https://github.com/DauMoe/kma_alo',
Description : 'A small social media',
BigChallenge: ['No idead about PeerJs and video call', 'First time with socket', '...'],
Function : ['New Feed', 'Chat', 'Connect to others', 'Video call with PeerJs'],
Technology : ['ExpressJs', 'React Native', 'MariaDB', 'Socket.io', 'PeerJs'],
Language : ['JavaScript', 'SQL']
},
ManagerAnything: {
RepoLink : 'https://github.com/DauMoe/thaongu_ip_manager',
Description : 'Manager whatever you can thing about!',
BigChallenge: "First time, it's hardcode property because " +
"the main purpose is 'manager IP address' " +
"but I have a big change and here we are, " +
"dynamic property, dynamic object to manager and so on",
Function : ['Create Excel report', 'Define dynamic property base on you', 'Insert/Delete multiple by Excel file'],
Technology : ['ExpressJs', 'ReactJs', 'MariaDB'],
Language : ['TypeScript', 'SQL']
},
others: 'Pinned below. Scroll down please!'
}