Last active
June 15, 2025 04:54
-
-
Save bentinata/e6f22182cf1c79482de67ac14c8ebbf5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"basics": { | |
"name": "Ben Nata", | |
"label": "Architecture | Infrastrucutre | System", | |
"picture": "https://github.com/bentinata.png", | |
"email": "[email protected]", | |
"phone": "+62 89612751548", | |
"website": "https://bentinata.com", | |
"summary": "I value trust and understanding, which I believe lead to a higher quality product.", | |
"location": { | |
"address": "Rinjani", | |
"postalCode": "64173", | |
"city": "Kediri", | |
"countryCode": "ID", | |
"region": "East Java" | |
}, | |
"profiles": [ | |
{ | |
"network": "LinkedIn", | |
"username": "bentinata", | |
"url": "https://www.linkedin.com/in/bentinata" | |
}, | |
{ | |
"network": "Mastodon", | |
"username": "bentinata", | |
"url": "https://fosstodon.org/@bentinata" | |
} | |
], | |
"url": "https://bentinata.com", | |
"image": "https://github.com/bentinata.png" | |
}, | |
"work": [ | |
{ | |
"name": "DKatalis", | |
"url": "https://dkatalis.co", | |
"position": "Senior Software Engineer", | |
"startDate": "2022-09-05", | |
"summary": "I'm building Jago, a leading digital bank in Indonesia with 10M+ users.", | |
"highlights": [ | |
"Leading and managing production releases;", | |
"Architecting and building security audit system;", | |
"Building operation and risk management tools;", | |
"Implemented term deposit and their various cases and features;", | |
"Growing the internal engineering community." | |
] | |
}, | |
{ | |
"name": "Bearmentor", | |
"url": "https://bearmentor.com", | |
"position": "Mentor", | |
"startDate": "2024-07-27", | |
"summary": "An affordable high quality bootcamp that put more emphasis on understanding instead of completions. I mentored around 5 people per batch." | |
}, | |
{ | |
"name": "AIA Singapore", | |
"url": "https://web.archive.org/web/20220728085439/https://www.aia.com.sg/en/index.html", | |
"position": "Principal Engineer", | |
"startDate": "2021-04", | |
"endDate": "2022-06", | |
"summary": "Multi-national insurance service. I work on insurance agent and customer-facing applications.", | |
"highlights": [ | |
"Designed, led, and developed business feature;", | |
"Created policy and standards for tech department;", | |
"Grows internal tech community with sharing session and talks." | |
] | |
}, | |
{ | |
"name": "Blibli.com", | |
"url": "https://web.archive.org/web/20210427172556/https://blibli.com", | |
"position": "Software Engineer", | |
"startDate": "2020-03", | |
"endDate": "2021-04", | |
"summary": "Ecommerce websites that put customer experience as it's number #1 priority. I work on research and development.", | |
"highlights": [ | |
"Built pipelines for various projects;", | |
"Maintained helm charts and kubernetes;", | |
"Sold and told stories about new initiatives." | |
] | |
}, | |
{ | |
"name": "Evermos", | |
"url": "https://web.archive.org/web/20200128031858/https://evermos.com/", | |
"position": "Lead Infrastructure Engineer", | |
"startDate": "2019-03", | |
"endDate": "2020-02", | |
"summary": "A startup that help people to become reseller, in collaboration with product brands. I help builds infrastructure that scale with hundreds of transaction per day.", | |
"highlights": [ | |
"Managed infrastructure team;", | |
"Architected and built decoupled services;", | |
"Automated and streamline build process;", | |
"Wrote IaaC and optimized cost." | |
] | |
}, | |
{ | |
"name": "Rolling Glory Bandung", | |
"url": "https://web.archive.org/web/20181220074816/https://rollingglory.com/", | |
"position": "Software Engineer", | |
"startDate": "2018-03", | |
"endDate": "2019-02" | |
}, | |
{ | |
"name": "DyCode", | |
"url": "https://web.archive.org/web/20170929015247/https://dycode.co.id/", | |
"position": "Software Engineer", | |
"startDate": "2014-10", | |
"endDate": "2017-12" | |
}, | |
{ | |
"name": "GITS Indonesia", | |
"url": "https://web.archive.org/web/20170428235839/https://www.gits.co.id/", | |
"position": "Intern", | |
"startDate": "2013-10", | |
"endDate": "2014-01" | |
} | |
], | |
"volunteer": [ | |
{ | |
"organization": "AWS User Group Indonesia", | |
"url": "https://t.me/AWSUserGroupID", | |
"position": "User Group Leader", | |
"startDate": "2019-10", | |
"endDate": "2021-05", | |
"summary": "A growing community for developer who use AWS services. I engage and survey members, and collaborate with other leaders. Sometimes I give talks." | |
} | |
], | |
"education": [ | |
{ | |
"institution": "Universitas Pendidikan Indonesia", | |
"area": "Computer Science", | |
"studyType": "Bachelor", | |
"startDate": "2015-07", | |
"endDate": "2018-12" | |
}, | |
{ | |
"institution": "Sekolah Menengah Kejuruan 4 Bandung", | |
"area": "Software Engineering", | |
"studyType": "Vocational High School", | |
"startDate": "2011-07", | |
"endDate": "2014-06" | |
} | |
], | |
"languages": [ | |
{ | |
"language": "Indonesia", | |
"fluency": "Native speaker" | |
}, | |
{ | |
"language": "English", | |
"fluency": "Fluent" | |
}, | |
{ | |
"language": "Sundanese", | |
"fluency": "Fluent" | |
}, | |
{ | |
"language": "Javanese", | |
"fluency": "Beginner" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment