const darwinKeeley: DarwinKeeley = {
name: 'Darwin Keeley',
location: 'Bali ID',
languages: ['TypeScript', 'Javascript', 'SQL'],
technologies: {
frameworks: ['React', 'Next.js', 'Node.js'],
styling: ['Tailwind CSS', 'SCSS', 'CSS'],
ci: ['GitHub Actions', 'Azure Pipelines'],
cloud: ['Azure', 'AWS'],
},
hobbies: ['Gaming', 'Cooking', 'Open Source Software'],
employment: [
{
title: 'Full Stack Developer',
employer: 'DSSA',
startDate: new Date(2022, 11),
present: true,
},
{
title: 'Full Stack Developer' || 'Freelance',
previousTitles: ['Technical Product Specialist', 'Project Manager'],
employer: 'CXKeeley Agency',
startDate: new Date(2019, 10),
present: true,
},
{
title: 'Frontend Developer',
employer: 'Logique Digital Indonesia',
startDate: new Date(2017, 06),
endDate: new Date(2019, 09),
},
{
title: 'Frontend Developer',
employer: 'WEBARQ',
startDate: new Date(2015, 03),
endDate: new Date(2017, 04),
},
{
title: 'Operational Manager',
employer: 'Central Snack',
startDate: new Date(2013, 03),
endDate: new Date(2015, 01),
},
{
title: 'QA Specialist, Act. Assistent General Manager',
employer: 'Hotel Soechi International',
startDate: new Date(2011, 07),
endDate: new Date(2013, 01),
}
],
}
const darwinKeeley: DarwinKeeley = {
name: 'Darwin Keeley',
location: 'Bali ID',
languages: ['TypeScript', 'Javascript', 'SQL'],
technologies: {
frameworks: ['React', 'Next.js', 'Node.js'],
styling: ['Tailwind CSS', 'SCSS', 'CSS'],
ci: ['GitHub Actions', 'Azure Pipelines'],
cloud: ['Azure', 'AWS'],
},
hobbies: ['Gaming', 'Cooking', 'Open Source Software'],
employment: [
{
title: 'Full Stack Developer',
employer: 'DSSA',
startDate: new Date(2022, 11),
present: true,
},
{
title: 'Full Stack Developer' || 'Freelance',
previousTitles: ['Technical Product Specialist', 'Project Manager'],
employer: 'CXKeeley Agency',
startDate: new Date(2019, 10),
present: true,
},
{
title: 'Frontend Developer',
employer: 'Logique Digital Indonesia',
startDate: new Date(2017, 06),
endDate: new Date(2019, 09),
},
{
title: 'Frontend Developer',
employer: 'WEBARQ',
startDate: new Date(2015, 03),
endDate: new Date(2017, 04),
},
{
title: 'Operational Manager',
employer: 'Central Snack',
startDate: new Date(2013, 03),
endDate: new Date(2015, 01),
},
{
title: 'QA Specialist, Act. Assistent General Manager',
employer: 'Hotel Soechi International',
startDate: new Date(2011, 07),
endDate: new Date(2013, 01),
}
],
}