Skip to content

Instantly share code, notes, and snippets.

@ptsgrn
Last active January 28, 2024 18:50
Show Gist options
  • Save ptsgrn/6e1607f6e169da718f5b8fc8c87de4cd to your computer and use it in GitHub Desktop.
Save ptsgrn/6e1607f6e169da718f5b8fc8c87de4cd to your computer and use it in GitHub Desktop.
resume.json
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Patsagorn Yuenyong",
"label": "Last year high school student in Thailand",
"image": "https://avatars.githubusercontent.com/u/49602385?v=4",
"email": "greet@ptsgrn.dev",
"phone": "",
"url": "https://ptsgrn.dev",
"summary": "Last year high school student at Princess Chulabhorn Science High School Buriram. Short-term project sholarship at JSTP. Wikimedian and Uncyclopedian since 2019",
"location": {
"countryCode": "TH",
"city": "Buriram"
},
"profiles": [
{
"network": "LinkedIn",
"username": "patsagorn",
"url": "https://www.linkedin.com/in/patsagorn/"
},
{
"username": "ptsgrn",
"url": "https://twitter.com/ptsgrn",
"network": "twitter"
},
{
"url": "https://github.com/ptsgrn",
"username": "ptsgrn",
"network": "github"
}
]
},
"work": [],
"volunteer": [
{
"organization": "Wikipedia, the Free Encyclopedia",
"position": "Volunteer Editor",
"startDate": "2018-07-31",
"endDate": "2018-07-31",
"summary": "Active on Thai Wikipedia since 2018",
"highlights": [],
"url": "https://www.linkedin.com/company/26564524"
}
],
"education": [
{
"institution": "Princess Chulabhorn Science High School Buri Ram",
"area": "Science Math Program",
"studyType": "High School",
"startDate": "2018-05-31",
"endDate": "2024-04-30",
"score": "3.84",
"courses": []
}
],
"awards": [],
"certificates": [
{
"name": "CodinGame Certification - JavaScript",
"issuer": "CodinGame",
"url": "https://www.codingame.com/certification/Ku6TjBhJ3caZX5BOwyy5uA"
},
{
"name": "EF SET English Certificate 66/100 (C1 Proficient)",
"issuer": "EF Standard English Test (EF SET) ",
"startDate": "2023-11-30",
"url": "https://www.efset.org/cert/f2zk1j"
}
],
"publications": [],
"skills": [
{
"name": "English as a Second Language (ESL)",
"level": "",
"keywords": []
},
{
"name": "Web Development",
"level": "",
"keywords": []
}
],
"languages": [
{
"language": "Thai",
"fluency": "Native Speaker"
},
{
"language": "English",
"fluency": "Upper Intermediat"
}
],
"interests": [],
"references": [],
"projects": [
{
"name": "The 3rd PCSHS Science Symposium 2023's website",
"startDate": "2023-06-30",
"description": "The official website providing information and submitting project. Powered by Supabase ⚡, authorization via Supabase and Google One Touch login",
"url": "https://github.com/PCSHSBR/symposium2023",
"entity": "Princess Chulabhorn Science High School Buriram's Official",
"endDate": "2023-10-15"
}
],
"meta": {
"version": "v1.0.0",
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment