Last active
January 12, 2023 23:10
-
-
Save angeloanan/7c409a84a6a9ce3cd4242fb1aef00ecd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "flat" | |
}, | |
"basics": { | |
"name": "Angelo ~ Curriculum Vitae", | |
"label": "Multidisciplinary developer", | |
"picture": "https://angeloanan.xyz/pfp.png", | |
"email": "[email protected]", | |
"website": "https://angeloanan.xyz", | |
"summary": "A 20 year old developer from Indonesia. Interested and involved in a wide range of disciplines, from fullstack web development as a day job, to community moderation and management as a volunteer", | |
"location": { | |
"city": "Jakarta", | |
"countryCode": "ID" | |
}, | |
"profiles": [ | |
{ | |
"network": "Linkedin", | |
"username": "angeloanan", | |
"url": "https://www.linkedin.com/in/angeloanan/" | |
}, | |
{ | |
"network": "GitHub", | |
"username": "angeloanan", | |
"url": "https://github.com/angeloanan" | |
}, | |
{ | |
"network": "Discord", | |
"username": "Angelo#0420", | |
"url": "https://discord.com/users/189769721653100546" | |
}, | |
{ | |
"network": "Twitter", | |
"username": "UwUngelo", | |
"url": "https://twitter.com/UwUngelo" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"company": "Undisclosed SF Startup", | |
"position": "Fullstack Product Engineer", | |
"website": "https://angeloanan.xyz", | |
"startDate": "2020-10-01", | |
"summary": "Joined at a very early stage as a Backend Dev, ended up dabbling with the complete web stack.", | |
"highlights": [] | |
} | |
], | |
"volunteer": [ | |
{ | |
"organization": "Frontend Indonesia", | |
"position": "Community Moderation and Management", | |
"website": "https://feid.dev", | |
"startDate": "2020-08-25", | |
"summary": "A \"melting pot\" of many Indonesian Frontend community, targeting beginners to seniors to come and talk about frontend.", | |
"highlights": [ | |
"Initialized the community from scratch, with help from many community leader" | |
] | |
} | |
], | |
"awards": [ | |
{ | |
"title": "National Data Science Competition 2020 - Beginners", | |
"date": "2020-11-28", | |
"awarder": "Shopee", | |
"summary": "Ranked top 50 out of 150 team" | |
}, | |
{ | |
"title": "Verified Discord Bot Developer", | |
"date": "2020-04-10", | |
"awarder": "Discord", | |
"summary": "Created a Discord bot that is in more than 15k servers, reaching more than 600k users" | |
} | |
], | |
"education": [ | |
{ | |
"institution": "Bina Nusantara University", | |
"area": "Computer Science", | |
"studyType": "Undergraduate", | |
"startDate": "2020-07-30", | |
"endDate": "2024-07-30", | |
"courses": [ | |
"COMP6047 - Algorithm and Programming", | |
"COMP6049 - Algorithm Design and Analysis", | |
"COMP6048 - Data Structures", | |
"ISYS6169 - Database Systems", | |
"CPEN6098 - Computer Networks", | |
"COMP6176 - Human and Computer Interaction" | |
] | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Full-stack Web Development", | |
"keywords": [ | |
"Backend with NodeJS using Express / Fastify / NestJS", | |
"Frontend with JS / TS using React", | |
"Data fetching using REST API, GraphQL or WS connection", | |
"Worked with frameworks such as NextJS & Remix", | |
"Testing with Jest / Cypress", | |
"CI/CD with GitHub Actions", | |
"Deployment with Docker / Kubernetes" | |
] | |
}, | |
{ | |
"name": "Software and Technical Details", | |
"keywords": [ | |
"General proficiency with a range of systems and software", | |
"Experience in web hosting on Linux and management with Docker / Kubernetes", | |
"6+ years of experience in NodeJS", | |
"Additionally proficient in SQL, LaTeX and C (Competitive Programming)", | |
"Currently researching and learning Rust and Elixir" | |
] | |
}, | |
{ | |
"name": "Community Moderation", | |
"keywords": [ | |
"3+ years moderating online communities", | |
"Experience with a range of platforms and communities" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "Indonesian", | |
"fluency": "5 - Native speaker" | |
}, | |
{ | |
"language": "English", | |
"fluency": "5 - Bilingual proficiency" | |
}, | |
{ | |
"language": "Deutsch", | |
"fluency": "2 - Limited working proficiency" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment