Created
February 12, 2022 09:59
-
-
Save rzlco666/dfeaf9117a6bf4a490f2b73043516c74 to your computer and use it in GitHub Desktop.
π Resume
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
{ | |
"basics": { | |
"name": "Syahrizal Hanif", | |
"label": "Software Developer", | |
"picture": "", | |
"email": "[email protected]", | |
"phone": "(+62)-881-7819-040", | |
"website": "https://syahrizalhanif.com/", | |
"summary": "I'm a software engineer based in Surakarta, Indonesia with fluent skills in PHP and Python. Some additional programming experiences I've had in Java, Go, SQL, and work with numerous tools.", | |
"location": { | |
"city": "Surakarta", | |
"countryCode": "Indonesia" | |
}, | |
"profiles": [ | |
{ | |
"network": "Github", | |
"username": "rzlco666", | |
"url": "https://github.com/rzlco666" | |
}, | |
{ | |
"network": "LinkedIn", | |
"username": "rzlco", | |
"url": "https://www.linkedin.com/in/rzlco/" | |
} | |
] | |
}, | |
"education": [ | |
{ | |
"institution": "Telkom University", | |
"url": "https://telkomuniversity.ac.id/", | |
"area": "Information System", | |
"studyType": "Diploma III", | |
"startDate": "2018-08-01", | |
"endDate": "2021-05-07", | |
"gpa": "95.75%", | |
"courses": [] | |
}, | |
{ | |
"institution": "SMK Negeri 2 Surakarta", | |
"url": "https://smkn2solo.online/", | |
"area": "Software Engineering", | |
"studyType": "Vocational High School", | |
"startDate": "2015", | |
"endDate": "2018", | |
"gpa": "80%", | |
"courses": [] | |
} | |
], | |
"work": [ | |
{ | |
"name": "ITS PKU Muhammadiyah", | |
"location": { | |
"city": "Surakarta", | |
"countryCode": "Indonesia" | |
}, | |
"position": "Fullstack Developer", | |
"website": "https://itspku.ac.id/", | |
"startDate": "2021-11-15", | |
"summary": "ITS PKU Muhammadiyah is an Institute of Science and Health Technology. It is under the auspices of the Muhammadiyah Foundation, and is the first science and health technology institute in Surakarta and one of the largest in Central Java.", | |
"highlights": [ | |
"Build frontend and backend of student final project information system", | |
"Build frontend and backend lecturer performance information system" | |
] | |
} | |
], | |
"projects": [ | |
{ | |
"name": "BerasFIT", | |
"highlights": [ | |
"BerasFIT is an application for classifying the quality and predicting the shelf life of rice using machine learning algorithms" | |
], | |
"keywords": [ | |
"python", | |
"php", | |
"machine learning" | |
], | |
"startDate": "2020-11-15", | |
"endDate": "2021-05-31", | |
"url": "https://ais-research.telkomuniversity.ac.id/berasFIT/", | |
"roles": [ | |
"Full Stack Developer" | |
], | |
"entity": "", | |
"type": "Application" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Programming Languages", | |
"level": "Intermediate", | |
"keywords": [ | |
"PHP", | |
"Python", | |
"Java" | |
] | |
}, | |
{ | |
"name": "Backend Technologies", | |
"level": "Intermediate", | |
"keywords": [ | |
"Flask", | |
"CodeIgniter", | |
"Yii" | |
] | |
}, | |
{ | |
"name": "Mobile Technologies", | |
"level": "Intermediate", | |
"keywords": [ | |
"Android" | |
] | |
}, | |
{ | |
"name": "Data Management", | |
"level": "Intermediate", | |
"keywords": [ | |
"MySql" | |
] | |
}, | |
{ | |
"name": "DevOps", | |
"level": "Beginner", | |
"keywords": [ | |
"Nginx" | |
] | |
}, | |
{ | |
"name": "Version Control", | |
"level": "Beginner", | |
"keywords": [ | |
"Git" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "Bahasa Indonesia", | |
"fluency": "Native speaker" | |
}, | |
{ | |
"language": "English", | |
"fluency": "Fluent" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment