Skip to content

Instantly share code, notes, and snippets.

@luohy15
Last active February 2, 2023 12:16
Show Gist options
  • Save luohy15/b7350bdf30a5f84447753e3bb5e340b2 to your computer and use it in GitHub Desktop.
Save luohy15/b7350bdf30a5f84447753e3bb5e340b2 to your computer and use it in GitHub Desktop.
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Huayi Luo",
"email": "luohycs@gmail.com",
"website": "1u0hy.com",
"location": {
"address": "Beijing, China"
},
"profiles": [
{
"network": "LinkedIn",
"username": "huayiluo",
"url": "https://www.linkedin.com/in/huayiluo/"
}
]
},
"education": [
{
"location": "Beijing, China",
"startDate": "2015-09",
"endDate": "2019-07",
"gpa": "",
"institution": "Tsinghua University",
"studyType": "Bachelor of Science",
"area": "Computer Science"
}
],
"work": [
{
"company": "Alibaba Cloud",
"name": "Alibaba Cloud",
"location": "Beijing, China",
"position": "Software Engineer",
"website": "",
"startDate": "2021-05",
"endDate": "2022-07",
"highlights": [
"Maintained the internal operating platform of the cloud database.",
"Improved observability for control panel microservices."
]
},
{
"highlights": [
"Built reuseable chart components for metrics, logs and traces.",
"Developed distributed workflow scheduler platform, API gateway."
],
"company": "Bizseer",
"name": "Bizseer",
"position": "Full Stack Engineer",
"location": "Beijing, China",
"startDate": "2019-07",
"endDate": "2021-04"
}
],
"skills": [
{
"level": "",
"keywords": [
"Java",
"JavaScript",
"Python",
"Go"
],
"name": "Programming languages"
},
{
"keywords": [
"Spring",
"Vue.js"
],
"name": "Framework"
},
{
"keywords": [
"Linux",
"Git",
"Kubernetes"
],
"name": "Misc"
}
],
"projects": [
{
"keywords": [
"Java",
"JavaScript",
"Spring",
"Velocity",
"React"
],
"name": "Cloud database operation platform",
"startDate": "2021-05",
"endDate": "2021-10",
"description": "Rewritten slow and high frequency pages from Velocity to React, seperated backend and frontend devops process, improved development efficiency and overall performance of operation platform."
},
{
"keywords": [
"Java",
"JavaScript",
"Spring Boot",
"Vue.js"
],
"startDate": "2020-10",
"endDate": "2021-04",
"name": "Distributed workflow scheduler platform",
"description": "Based on the apache project DolphinScheduler to implement a simple version of the distributed task scheduling service, which mainly supports the scheduling and log viewing of Java and Flink tasks."
}
],
"awards": [
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment