-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume-sample.json
191 lines (191 loc) · 7.11 KB
/
resume-sample.json
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
{
"basics": {
"name": "Richard Hendriks",
"label": "Programmer",
"picture": "http://www.piedpiper.com/app/themes/pied-piper/dist/images/richard.png",
"email": "[email protected]",
"phone": "(912) 555-4321",
"website": "http://piedpiper.com",
"summary": "Richard hails from Tulsa. He has earned degrees from the University of Oklahoma and Stanford. (Go Sooners and Cardinals!) Before starting Pied Piper, he worked for Hooli as a part time software developer. While his work focuses on applied information theory, mostly optimizing lossless compression schema of both the length-limited and adaptive variants, his non-work interests range widely, everything from quantum computing to chaos theory. He could tell you about it, but THAT would NOT be a “length-limited” conversation!",
"location": {
"address": "Newell Road",
"postalCode": "94303",
"city": "Palo Alto",
"countryCode": "US",
"region": "CA"
},
"profiles": [
{
"network": "Twitter",
"username": "siliconHBO",
"url": "https://twitter.com/siliconHBO"
},
{
"network": "Facebook",
"username": "SiliconHBO",
"url": "https://www.facebook.com/SiliconHBO"
},
{
"network": "Instagram",
"username": "siliconhbo",
"url": "https://www.instagram.com/siliconhbo/"
}
]
},
"skills": [
{
"keywords": ["Typescript", "Javascript", "Vue", "React", "Electron"],
"level": "Senior",
"name": "Frontend"
},
{
"keywords": ["Node", "MongoDB", "MySQL", "Serverless", "Nginx", "Docker"],
"level": "Senior",
"name": "Backend"
},
{
"keywords": ["Android", "Kotlin", "PWA"],
"level": "Intermediate",
"name": "Mobile"
},
{
"keywords": ["Firebase", "AWS", "Azure", "AliCloud"],
"level": "Intermediate",
"name": "DevOps"
},
{
"keywords": ["Python", "Java", "C/C++", "C#", "Go"],
"level": "Intermediate",
"name": "Languages"
}
],
"projects": [
{
"name": "i18n-ally",
"displayName": "i18n Ally",
"summary": "All in one i18n extension for VS Code",
"website": "https://marketplace.visualstudio.com/items?itemName=antfu.i18n-ally",
"githubUrl": "https://github.com/antfu/i18n-ally",
"primaryLanguage": "TypeScript"
},
{
"name": "vue/composition-api",
"displayName": "@vue/composition-api",
"summary": "Vue 2 Plugin for Composition API",
"githubUrl": "https://github.com/vuejs/composition-api",
"primaryLanguage": "TypeScript"
},
{
"name": "vueuse",
"displayName": "VueUse",
"summary": "Collection of essential Vue Composition API utils for Vue 2 and 3",
"website": "https://vueuse.js.org/",
"githubUrl": "https://github.com/antfu/vueuse",
"primaryLanguage": "TypeScript"
},
{
"name": "wenyan-lang",
"displayName": "wenyan-lang",
"summary": "文言文編程語言 A programming language for the ancient Chinese",
"website": "https://wy-lang.org/",
"githubUrl": "https://github.com/wenyan-lang/wenyan",
"primaryLanguage": "TypeScript"
},
{
"name": "type-challenges",
"displayName": "Type Challenges",
"summary": "Collection of TypeScript type challenges with online judge",
"githubUrl": "https://github.com/type-challenges/type-challenges",
"primaryLanguage": "TypeScript"
},
{
"name": "icones",
"displayName": "Icônes",
"summary": "Icon Explorer with instant fuzzy searching",
"website": "https://icones.js.org/",
"githubUrl": "https://github.com/antfu/icones",
"primaryLanguage": "Vue"
}
],
"work": [
{
"company": "Pied Piper",
"position": "CEO/President",
"website": "http://piedpiper.com",
"startDate": "2014-04-13",
"summary": "Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores™ that are not merely competitive, but approach the theoretical limit of lossless compression.",
"highlights": [
"Build an algorithm for artist to detect if their music was violating copy right infringement laws",
"Successfully won Techcrunch Disrupt",
"Optimized an algorithm that holds the current world record for Weisman Scores"
]
},
{
"company": "Hooli",
"position": "Software Engineer",
"website": "http://www.hooli.xyz/",
"startDate": "2013-01-01",
"endDate": "2014-04-06",
"summary": "Worked on optimizing the backend algorithms for Hooli"
}
],
"volunteer": [
{
"organization": "CoderDojo",
"position": "Teacher",
"website": "http://coderdojo.com/",
"startDate": "2012-01-01",
"endDate": "2013-01-01",
"summary": "Global movement of free coding clubs for young people.",
"highlights": ["Awarded 'Teacher of the Month'"]
}
],
"education": [
{
"institution": "Stanford",
"area": "Computer Science",
"studyType": "B.S",
"location": "Palo Alto, CA",
"specialization": "Machine Learning",
"startDate": "2011-06-01",
"endDate": "2014-01-01",
"gpa": "GPA 4.0",
"courses": ["DB1101 - Basic SQL", "CS2011 - Java Introduction"]
}
],
"awards": [
{
"title": "Digital Compression Pioneer Award",
"date": "2014-11-01",
"awarder": "Techcrunch",
"summary": "There is no spoon."
}
],
"publications": [
{
"name": "Video compression for 3d media",
"publisher": "Hooli",
"releaseDate": "2014-10-01",
"website": "http://en.wikipedia.org/wiki/Silicon_Valley_(TV_series)",
"summary": "Innovative middle-out compression algorithm that changes the way we store data."
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
}
],
"interests": [
{
"name": "Wildlife",
"keywords": ["Ferrets", "Unicorns"]
}
],
"references": [
{
"name": "Erlich Bachman",
"reference": "It is my pleasure to recommend Richard. That is all."
}
]
}