// Work Information
const PROFESSION = 'Front End Developer'
let employer = [
'MSIG Life', // Full time
'Selego', // Part time
'Upwork' // Freelance
//'Falah Inovasi Teknologi'
]
// Most important skills
let languages = ['CSS', 'HTML', 'JavaScript', 'TypeScript', 'Go']
let frameworks = [
'React',
'Next.Js',
'Tailwind CSS',
'Svelte',
'Laravel' // still learning this...
]
glorybnat