Last active
February 17, 2022 12:26
-
-
Save socheatsok78/51e1bfbb8bdd8f710e201a24bd81cf20 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": "Socheat Sok", | |
"label": "Senior Software Developer", | |
"picture": "https://avatars.githubusercontent.com/u/4363857?v=4", | |
"email": "[email protected]", | |
"website": "https://socheat.dev", | |
"summary": "I'm a Full-Stack Software Developer. I got my bachelor degree on Management Information System at SETEC Institute. I was previously working at Open Institute, my work focused on inproving User Experience and optimizing website performance using new standard of frontend development by switching the existing code base of using jQuery to using modern JavaScript libraries such as VueJS and Webpack. I also work with the backend team to improve performance of the backend service as well by using standard Eloquent and ORM for handling database transaction instead of using raw SQL queries.", | |
"location": { | |
"address": "292 St", | |
"postalCode": "120303", | |
"city": "Phnom Penh", | |
"countryCode": "KH", | |
"region": "Boeung Keng Kang Pir, Chamkarmorn" | |
}, | |
"profiles": [ | |
{ | |
"network": "GitHub", | |
"username": "socheatsok78", | |
"url": "https://github.com//socheatsok78" | |
}, | |
{ | |
"network": "Twitter", | |
"username": "socheatsok78", | |
"url": "https://twitter.com/socheatsok78" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"company": "Open Institute", | |
"position": "Senior Software Developer", | |
"website": "https://open.org.kh/", | |
"startDate": "2014-09-01", | |
"endDate": "2020-03-31", | |
"summary": "Full-Stacked Software Developer", | |
"highlights": [ | |
"Install and configure GitLab — internal git repositories management system", | |
"Install and configure ownCloud — internal file sharing service", | |
"Develop Android and iOS Application using Hybrid stack such as Apache Cordova and Ionic Framework", | |
"Develop server-side application using Laravel with internal APIs accessing to GitHub for pulling application templates for Ionic", | |
"Develop low-level command-line script for building Ionic project queued by Laravel to generate Android and iOS application packages", | |
"Experience with VMWare ESXi server installation and deployment" | |
] | |
}, | |
{ | |
"company": "Bongpheak", | |
"position": "Senior Software Developer", | |
"website": "https://bongpheak.com/", | |
"startDate": "2017-10-01", | |
"endDate": "2020-03-31", | |
"summary": "Develop a rich experience for Job Seeker to allow them easily access all available Job opening in Bongpheak.", | |
"highlights": [ | |
"Responsible for UI/UX for Job Seeker.", | |
"Develop a rich experience for Job Seeker to allow them easily access all available Job opening in Bongpheak.", | |
"Front-end development using functional JavaScript programming and using VueJS as client framework.", | |
"Optimize website performance by minifying JS and CSS assets using Webpack. Which improved the load time by 80% and reduce user bandwidth by lazy loading assets when needed.", | |
"Re-write existing code base from using manual SQL to Laravel’s Eloquent ORM and optimize server-side application using redis as caching strategy." | |
] | |
} | |
], | |
"volunteer": [ | |
{ | |
"organization": "Youth Development Program", | |
"position": "Web Designer", | |
"website": "http://ydpcenter.com/", | |
"startDate": "2014-02-01", | |
"endDate": "2015-10-30", | |
"summary": "Design and Develop [ydpcenter.com] website using Wordpress and Bootstrap (Site no longer available)", | |
"highlights": [ | |
"Design and Develop [ydpcenter.com] website using Wordpress and Bootstrap (Site no longer available)", | |
"Sound and Lighting controller during Charity concert — Shine of Hope" | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "SETEC Institute", | |
"area": "Management Information System", | |
"studyType": "Bachelor", | |
"startDate": "2012-10-01", | |
"endDate": "2016-10-27", | |
"courses": [ | |
"Java Programming", | |
"C++ Programming", | |
"C# Programming", | |
"HTML, CSS and JavaScript", | |
"Computer Mathematics", | |
"Data Structure", | |
"Linux System Administration", | |
"Computer Maintenance & Repair", | |
"Networking", | |
"System Analysis", | |
"Principles of Management", | |
"Management Information System", | |
"Database Modeling", | |
"Relational Database Design", | |
"Accounting", | |
"Graphic Design" | |
] | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Web Development", | |
"level": "Master", | |
"keywords": [ | |
"HTML", | |
"CSS", | |
"Javascript" | |
] | |
}, | |
{ | |
"name": "Backend Development", | |
"level": "Master", | |
"keywords": [ | |
"Laravel", | |
"Redis", | |
"MySQL", | |
"RESTful API", | |
"Queue, Cron and supervisor" | |
] | |
}, | |
{ | |
"name": "Mobile Application Development", | |
"level": "Intermediate", | |
"keywords": [ | |
"Flutter", | |
"Cordova", | |
"Ionic Framework" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "Khmer", | |
"fluency": "Native speaker" | |
}, | |
{ | |
"language": "English", | |
"fluency": "Fluent" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Researching and Experimenting with technologies", | |
"keywords": [ | |
"Hashicorp", | |
"Docker", | |
"Kubernetes" | |
] | |
}, | |
{ | |
"name": "Coding", | |
"keywords": [] | |
}, | |
{ | |
"name": "Blogging", | |
"keywords": [] | |
} | |
], | |
"references": [ | |
{ | |
"name": "Mr. Piseth Kheng", | |
"reference": "Executive Director at Open Institute" | |
}, | |
{ | |
"name": "Mr. Bunhann Thou", | |
"reference": "Software Manager at Open Institute" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment