moepoi.dev/lib/data/resume.dart
2022-06-05 10:18:03 +07:00

51 lines
No EOL
1.2 KiB
Dart

var resumeData = {
'experience': [
{
'name': 'Notify.moe',
'role': 'Staff',
'duration': '2018 - Present',
'description': 'Make sure the Anime Database Always Up to Date.',
},
{
'name': 'Brainly',
'role': 'Moderator',
'duration': '2019',
'description': 'Help Manage questions and answers',
},
{
'name': 'Clee Ltd',
'role': 'Developer & System Administrator',
'duration': '2020 - Present',
'description': 'Manage server and developing backend.',
},
{
'name': 'Compfest',
'role': 'Finalist',
'duration': '2021',
'description': 'AI Innovation Challenge (Gen 1)',
},
{
'name': 'Biswap',
'role': 'Community Driver',
'duration': '2021 - Present',
'description': 'Manage International & Indonesian Community ',
}
],
'education': [
{
'level': 'Senior High School',
'institution': 'Sekolah Methodist Jakarta',
'duration': '2017 - 2020',
},
],
'language': [
{
'name': 'Indonesian',
'level': 'Native',
},
{
'name': 'English',
'level': 'Fluent',
},
]
};