About
export const zhiyue = {
firstName: {
en: 'Zhiyue',
zh: '之越',
},
lastName: {
en: 'Yi',
zh: '易',
},
alias: '纸岳',
countryOfBirth: 'China',
countryOfResidence: 'Singapore',
birthday: new Date('1994-02-23'),
designation: 'Software Engineer',
educations: [
{
name: 'Nanyang Technological University',
course: 'Bachelor of Engineering in Computer Science',
},
{
name: 'Temasek Polytechnic',
course: 'Diploma in Business Information Technology with Merit',
},
],
};