👇🏼 Read this code to get to know me 👇🏼
const JasonLamv-t: UniquePerson = new Developer({
name: ['Jason Lam', '林家祥', 'Lin Jiaxiang'],
pronouns: 'He' || 'Him',
speaks: ['Mandarin', 'English', 'Cantonese', 'Chaoshan dialect'],
radioCallSign: 'BD7PMG',
roles: [
{
title: 'Backend Engineer',
at: 'Grantit',
duration: { since: '2024-04-15', to: null },
mentor: {
name: 'Kevin Liang',
link: 'https://github.com/llkevin1214',
}
},
{
title: 'Localization Team Member',
at: 'MDN',
duration: { since: '2023-03', to: null },
}
],
experiences: [
{
title: 'Node.js Full Stack Engineer',
at: 'CycleTech | Dispatched to Colourlife Group.',
duration: { since: '2023-04-01', to: '2024-04-12' },
mentor: {
name: 'Lin Shaohua',
link: 'https://github.com/laobei',
}
},
{
title: 'Full Stack Engineer',
at: 'ZitySpace',
duration: { since: '2021-09-15', to: '2023-07-08' },
mentor: {
name: 'Zheng Rui',
link: 'http://zhengrui.github.io',
},
},
{
title: 'Contributor',
at: 'Serverless-Devs',
duration: { since: '2021-06-01', to: '2023-09-30' },
mentor: {
name: 'Zhang Qianfeng',
link: 'https://github.com/git-qfzhang',
},
}
]
})