Skip to content

Instantly share code, notes, and snippets.

@zuramai
Last active April 27, 2022 04:20
Show Gist options
  • Save zuramai/5481baa53f9b634362cce9d23c090da5 to your computer and use it in GitHub Desktop.
Save zuramai/5481baa53f9b634362cce9d23c090da5 to your computer and use it in GitHub Desktop.
Resume JSON
{
"basics": {
"name": "Ahmad Saugi",
"label": "Software Engineer",
"image": "",
"email": "saugi.dev@gmail.com",
"url": "https://saugi.me",
"summary": "My name is Ahmad Saugi, a bachelor of computer science student. My passion for software lies with dreaming up ideas and making them come true with elegant interfaces. I take great care in experience, architecture, and code quality of the things I build.\n\nI am also an open-source enthusiast and maintainer. I love how collaboration and knowledge sharing happens through open-source and I am happy to see what I do could eventually feedback to the community and industry.\n\nOutside of programming, I enjoy reading books. I love the pleasure and excitement of gaining new knowledge other than programming from the books I read.",
"location": {
"countryCode": "ID",
"region": "Indonesia"
},
"profiles": [
{
"network": "Github",
"username": "zuramai",
"url": "https://github.com/zuramai"
},
{
"network": "LinkedIn",
"username": "ahmad-saugi",
"url": "https://linkedin.com/in/ahmad-saugi"
},
{
"network": "Twitter",
"username": "asawgi",
"url": "https://twitter.com/in/asawgi"
},
{
"network": "Instagram",
"username": "asawgi",
"url": "https://instagram.com/asawgi"
},
{
"network": "Portofolio",
"username": "saugi.me",
"url": "https://saugi.me"
}
]
},
"work": [{
"name": "Company",
"position": "President",
"url": "https://company.com",
"startDate": "2013-01-01",
"endDate": "2014-01-01",
"summary": "Description…",
"highlights": ["Started the company"]
}],
"education": [{
"institution": "Binus University",
"url": "https://binus.ac.id/",
"area": "Computer Science",
"studyType": "Bachelor",
"startDate": "2020",
"endDate": "2024",
"score": "",
"courses": []
}],
"volunteer": [],
"awards": [{
"title": "Web Technology LKS National Competition 2020",
"date": {
"year": "2020",
"month": 10
},
"awarder": "Ministry of Education Indonesia",
"summary": ""
}],
"certificates": [],
"publications": [],
"skills": [{
"name": "Web Development",
"level": "Master",
"keywords": ["HTML", "CSS", "JavaScript"]
}],
"languages": [{
"language": "Indonesian",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Fluent"
}
],
"interests": [{
"name": "Books",
"keywords": ["Fiction", "Fantasy", "Self-improvement"]
}],
"references": [],
"projects": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment