logo
Tailwind-next-blog
avatar

Jason Lam / 林家祥

Hi, I'm Jason Lam!

👇🏼 Read this code to know about 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: 'Junior Backend Engineer',
      at: 'Grantit',
      since: '2024-04-15',
      mentor: {
        name: 'Kevin Liang',
        link: 'https://github.com/llkevin1214',
      }
    },
    {
      title: 'Localization Team Member',
      at: 'MDN',
      since: '2023-03',
    }
  ],
  experiences: [
    {
      title: 'NodeJS Full Stack Engineer',
      at: 'CycleTech | Dispatched to Colourlife Group.',
      duration: { startAt: '2023-04-01', endAt: '2024-04-12' },
      mentor: {
        name: 'Lin Shaohua',
        link: 'https://github.com/laobei',
      }
    },
    {
      title: 'Full Stack Engineer',
      at: 'ZitySpace',
      duration: '2021-09-15 - 2023-07-08',
      mentor: {
        name: 'Zheng Rui',
        link: 'http://zhengrui.github.io/',
      },
    },
    {
      title: 'Contributor',
      at: 'Serverless-Devs',
      mentor: {
        name: 'Zhang Qianfeng',
        link: 'https://github.com/git-qfzhang',
      },
    }
  ]
})