-
Notifications
You must be signed in to change notification settings - Fork 10
/
showcase.resume.json
225 lines (225 loc) · 7.62 KB
/
showcase.resume.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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
{
"$schema": "https://raw.githubusercontent.com/alexpovel/ancv/v1.2.0/schema.json",
"basics": {
"name": "Jane A. Cooper",
"label": "👋 Fullstack Developer",
"image": "http://example.com/jane.jpg",
"email": "[email protected]",
"phone": "+44 113 496 4389",
"url": "https://cooper.example.dev",
"summary": "Passionate and creative fullstack developer with over 7 years of experience in building and maintaining web applications. I have a strong background in JavaScript and PHP, and I am proficient in a variety of frameworks and libraries. I am also experienced in building and maintaining RESTful APIs.",
"location": {
"address": "1995 Little Acres Lane",
"postalCode": "CA 94115",
"city": "Carrollton",
"countryCode": "US",
"region": "Texas"
},
"profiles": [
{
"network": "🐤 Twitter",
"username": "janethecoopest",
"url": "https://twitter.com/janethecoopest"
},
{
"network": "💼 LinkedIn",
"username": "jane-a-cooper",
"url": "https://linkedin.com/jane-a-cooper"
},
{
"network": "🐱 GitHub",
"username": "janec",
"url": "https://github.com/janec"
}
]
},
"work": [
{
"name": "Google Inc.",
"location": "San Francisco, CA",
"description": "Internal tools and services.",
"position": "Software Engineer III",
"url": "https://google.com",
"startDate": "2016-03-30",
"summary": "Work included Borg (Google's internal cluster management system), Google's internal build system, and Google's internal continuous integration system.\n\nIn a pilot project, I also worked on reimagining Google's internal documentation management.",
"highlights": [
"Wrote a new build system for Google's internal continuous integration system.",
"Improved performance of Google's internal Borg deployment by 18%."
]
}
],
"education": [
{
"institution": "Massachusets Institute of Technology",
"url": "https://www.mit.edu/",
"area": "Computer Science (Distributed Systems)",
"studyType": "Bachelor of Science",
"startDate": "2012-10-01",
"endDate": "2016-01-01",
"score": "3.91",
"courses": [
"6.1600: Foundations of Computer Security",
"6.1810: Operating System Engineering",
"6.1820: Mobile and Sensor Computing",
"6.5831: Database Systems"
]
},
{
"institution": "Fairwarden High School",
"url": "https://www.fairwardenhs.org/",
"area": "Maths and Computer Science Track",
"studyType": "High School Diploma",
"startDate": "2007-12-31",
"endDate": "2011-12-01",
"score": "3.64",
"courses": [
"AP Computer Science",
"AP Calculus",
"AP Statistics"
]
}
],
"certificates": [
{
"name": "Google Certified Professional Cloud Architect",
"issuer": "Google",
"date": "2019-02-01",
"url": "https://cloud.google.com/certification/cloud-architect",
"summary": "Demonstrated proficiency in designing, developing, managing, and monitoring cloud-based applications and infrastructure."
}
],
"awards": [
{
"title": "Google Code-in Finalist 🏆",
"date": "2011-12-01",
"awarder": "Google",
"summary": "Finalist for Google Code-in, a global contest for pre-university students to introduce them to open source software development."
}
],
"interests": [
{
"name": "Open Source",
"keywords": [
"Software Development",
"Linux",
"Maintenance"
]
},
{
"name": "Music",
"keywords": [
"Guitar",
"Folk Rock"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
},
{
"language": "Spanish",
"fluency": "Professional working proficiency"
}
],
"projects": [
{
"name": "AWS Benchmarking Tool",
"description": "A tool for benchmarking the performance of various AWS services, including EC2, S3, and Lambda. Written in Python.",
"url": "https://github.com/janec/aws-benchmarking-tool",
"highlights": [
"100% code coverage and fully typed",
"Can run as a CLI or as a web service, with OpenAPI documentation",
"Full support for parallel execution"
],
"keywords": [
"AWS",
"Benchmarking",
"Python",
"Infrastructure"
],
"startDate": "2015-11-30"
}
],
"publications": [
{
"name": "Modern Approaches to Distributed Systems",
"publisher": "MIT Press",
"releaseDate": "2015-12-01",
"url": "https://mitpress.mit.edu/books/new-approach-distributed-systems",
"summary": "A comprehensive literature overview to distributed systems, with a focus on the practical aspects of building and maintenance."
}
],
"references": [
{
"name": "Tom T. Baker",
"reference": "Jane is a very talented developer and lovely teammate. They are a pleasure to work with, and I would recommend them to any company."
}
],
"skills": [
{
"name": "Web Development",
"level": "Expert",
"keywords": [
"HTML",
"CSS",
"JavaScript (ES6+)",
"PHP"
]
},
{
"name": "Python",
"level": "Proficient",
"keywords": [
"Django",
"Flask",
"Pyramid"
]
},
{
"name": "Databases",
"level": "Intermediate",
"keywords": [
"PostgreSQL",
"MySQL",
"MongoDB"
]
},
{
"name": "Cloud",
"level": "Expert",
"keywords": [
"AWS",
"Google Cloud",
"Azure"
]
}
],
"volunteer": [
{
"organization": "Shelter for Homeless Cats",
"position": "Volunteer",
"url": "https://example.com/catshelter",
"startDate": "2009-07-01",
"endDate": "2019-06-01",
"summary": "Provided food and shelter for homeless cats.",
"highlights": [
"Cared for 20 cats",
"Raised $3400 for food and supplies",
"Organized adoption events"
]
}
],
"meta": {
"version": "v1.0.0",
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json",
"ancv": {
"template": "Sequential",
"theme": "lollipop",
"ascii_only": false,
"language": "en",
"dec31_as_year": true
}
}
}