-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.json
209 lines (209 loc) · 5.95 KB
/
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
{
"basics": {
"name": "Lars Benedetto",
"label": "Software Engineer",
"picture": "https://i.imgur.com/TTmljO9.png",
"email": "[email protected]",
"phone": "+1 509 499 2028",
"website": "http://larsbenedetto.work/",
"summary": "I love designing and building software. I focus primarily on the server, though I also enjoy building Android apps.",
"location": {
"address": "2603 W Courtland Ave",
"postalCode": "99205",
"city": "Spokane",
"countryCode": "USA",
"region": "Washington"
},
"profiles": [
{
"network": "LinkedIn",
"username": "Lars Benedetto",
"url": "https://www.linkedin.com/in/lars-benedetto/"
},
{
"network": "GitHub",
"username": "lbenedetto",
"url": "https://github.com/lbenedetto"
}
]
},
"work": [
{
"company": "Too Good To Go",
"position": "Software Engineer",
"website": "https://toogoodtogo.com",
"startDate": "2019-03-01",
"endDate": "Present",
"summary": "Too Good To Go is the world's number 1 app for fighting food waste.",
"highlights": [
"Build features for other backend developers. Example: SNS/SQS integration for message sending. Redis for distributed caching. Spring Aspect annotations to allow other developers to easily inject complex functionality",
"Build endpoints for the frontend to use",
"Write and maintain Unit and Intergration tests"
]
},
{
"company": "Too Good To Go",
"position": "DevOps Engineer",
"website": "https://toogoodtogo.com",
"startDate": "2020-01-01",
"endDate": "2020-12-25",
"summary": "Too Good To Go is the world's number 1 app for fighting food waste.",
"highlights": [
"Manage our AWS infrastructure via the Web UI and Terraform",
"Build testing and deploy pipelines with Jenkinsfiles",
"Manage Helm charts",
"Manage and monitor Kubernetes cluster via ArgoCD and Rancher"
]
},
{
"company": "Too Good To Go",
"position": "Android Developer",
"website": "https://toogoodtogo.com",
"startDate": "2018-10-01",
"endDate": "2019-06-01",
"summary": "Too Good To Go is the world's number 1 app for fighting food waste.",
"highlights": [
"Build new features for the Android App",
"Kotlin, Coroutines"
]
},
{
"company": "Firecracker Software",
"position": "Software Developer",
"website": "https://www.firecrackersw.com/",
"startDate": "2018-05-01",
"endDate": "2018-08-08",
"summary": "Firecracker Software is a United States company that makes word games for iOS, Android, and the Web",
"highlights": [
"Build the native Android GDPR system for use in all previous and future products",
"Wrote mini-games in C++ for integration into new game",
"Collaborate with artists to design UI and UX of new game"
]
},
{
"company": "VIP Traders",
"position": "Software Developer",
"website": "https://www.vipautoimporters.com/",
"startDate": "2016-10-01",
"endDate": "2018-05-01",
"summary": "VIP Traders is a United States company specializing in the import and export of used and slightly-used vehicles and equipment ",
"highlights": [
"Build company website for customers to access company services",
"Build an Android app for scanning VIN bar-codes into an cloud spreadsheet",
"Design office automation utilities",
"Provide general tech support"
]
},
{
"company": "Spokane Public Schools",
"position": "Programming Instructor",
"website": "",
"startDate": "2014-06-01",
"endDate": "2014-08-01",
"summary": "Teach middle school age students to program at summer camp",
"highlights": [
"Designed a lesson plan for teaching approximately 25 students the basics of programming through AppInventor and Scratch"
]
}
],
"volunteer": [
{
"organization": "TeConnections",
"position": "Technician",
"website": "",
"startDate": "2011-09-01",
"endDate": "2013-06-01",
"summary": "Spokane Public Schools \"Reuse before Recycle\" program for repairing computers to be distributed to those in need",
"highlights": [
"Dismantle donated broken computers and assemble the working parts into a computer for redistribution to those in need"
]
}
],
"education": [
{
"institution": "Eastern Washington University",
"area": "Computer Science",
"studyType": "Bachelors",
"startDate": "2013-09-01",
"endDate": "2018-06-08",
"gpa": "3.5",
"courses": []
}
],
"awards": [],
"publications": [],
"skills": [
{
"name": "Backend Development",
"level": "",
"keywords": [
"Spring",
"Elasticsearch",
"Redis",
"MySql",
"Microservices"
]
},
{
"name": "DevOps",
"level": "",
"keywords": [
"AWS",
"Docker",
"Kubernetes",
"Helm",
"Rancher",
"Terraform",
"Jenkins",
"ArgoCD"
]
},
{
"name": "Web Development",
"level": "",
"keywords": [
"HTML",
"CSS",
"Javascript",
"Typescript",
"SQL",
"PHP"
]
},
{
"name": "Languages",
"level": "",
"keywords": [
"Java",
"Kotlin",
"Dart",
"C++",
"C",
"Python"
]
},
{
"name": "Application Development",
"level": "",
"keywords": [
"Android",
"RxJava",
"Retrofit",
"Flutter",
"Cocos2dx"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
},
{
"language": "Danish",
"fluency": "Fluent"
}
],
"interests": [],
"references": []
}