-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresume.json
More file actions
128 lines (128 loc) · 3.37 KB
/
resume.json
File metadata and controls
128 lines (128 loc) · 3.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"basics": {
"name": "GUO BIN",
"label": "Tour Guide, Crosstalk Actor, Senior Engineer",
"image": "",
"email": "guobinhit@gmail.com",
"phone": "(852) 9353 6994",
"url": "https://guobinhit.github.io/",
"summary": "An interesting soul born in China.",
"location": {
"address": "Chaoyang District, Sun Palace, RongZhongXin A",
"postalCode": "100020",
"city": "Beijing",
"countryCode": "CN",
"region": "Beijing"
},
"profiles": [
{
"network": "Twitter",
"username": "Spokesperson",
"url": "https://twitter.com/MFA_China"
}
]
},
"work": [
{
"name": "Senior Engineer",
"position": "ByteDance",
"url": "https://www.bytedance.com/",
"startDate": "2022-04-13",
"endDate": "today",
"summary": "Worked in the vertical business of China Business Platform and am responsible for the research and development of brand advertisement direction."
},
{
"name": "Senior Engineer",
"position": "DiDi",
"url": "https://www.didiglobal.com/",
"startDate": "2021-03-02",
"endDate": "2022-04-07",
"summary": "Worked in the Ride Hailing Technology Department and am responsible for the user operation and relationship engine development in the passenger operation."
},
{
"name": "Senior Engineer",
"position": "GaoTu",
"url": "https://www.baijia.com/",
"startDate": "2020-03-12",
"endDate": "2021-02-26",
"summary": "Worked in the User Growth Department and am responsible for the microserviceization and questionnaire system of the TianQuan system."
},
{
"name": "Senior Engineer",
"position": "YeePay",
"url": "https://www.yeepay.com/",
"startDate": "2016-12-19",
"endDate": "2020-02-14",
"summary": "Worked in the QianMai Business Department, responsible for operating the backend, merchant backend, merchant network access, and settlement modules."
}
],
"education": [
{
"institution": "Harbin Institute of Technology",
"location": "Harbin, China",
"url": "https://www.hit.edu.cn/",
"area": "Basic Mathematics",
"studyType": "M.S.",
"startDate": "2015-07-15",
"endDate": "2017-09-30"
},
{
"institution": "Heilongjiang Bayi Agricultural University",
"location": "Daqing, China",
"url": "https://www.byau.edu.cn/",
"area": "Information and Computing Science",
"studyType": "B.S.",
"startDate": "2011-07-15",
"endDate": "2015-09-30"
}
],
"skills": [
{
"name": "Programming Language",
"level": "Master",
"icon": "fa-solid fa-hashtag",
"keywords": [
"Go",
"Java",
"Python"
]
}
],
"languages": [
{
"language": "Chinese",
"fluency": "Native speaker",
"icon": ""
},
{
"language": "Japanese",
"fluency": "Interested",
"icon": ""
},
{
"language": "English",
"fluency": "Listen Read Write",
"icon": ""
}
],
"interests": [
{
"name": "Hobby",
"icon": "fa-solid fa-tag",
"keywords": [
"Music",
"Travel",
"Delicious Food"
]
},
{
"name": "Sport",
"icon": "fa-solid fa-tag",
"keywords": [
"Badminton",
"Ping-Pong",
"Skiing"
]
}
]
}