mirror of
https://gitlab.com/moepoi/moepoi.dev.git
synced 2024-11-22 23:10:39 +01:00
51 lines
No EOL
1.2 KiB
Dart
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',
|
|
},
|
|
]
|
|
}; |