-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
337 lines (317 loc) · 14.5 KB
/
resume.html
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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/contact.css">
<link rel="stylesheet" href="css/resume.css">
</head>
<body>
<div class="wrapper2">
<div class="content-wrapper">
<a href="img/gabriel_camacho_resume.pdf" download="resume" class="action-button action-button-large">
<div type="button">
<span>download</span>
<p class="button-option">pdf <i class="fa fa-download" aria-hidden="true"></i></p>
</div>
</a>
<div class="resume-header">
<h2 class="name">Gabriel T.K. Camacho</h1>
<p class="city">Malden, MA 02148</p>
<p class="email">[email protected]</p>
<p class="phone">631-830-7021</p>
</div>
<div class="info-container">
<h2 class="head">Education</h2>
<p> <span>Worcester Polytechnic Institute</span> (WPI), Worcester, MA </p>
<p>Bachelor's Degree in Computer Science</p>
</div>
<div class="info-container">
<h2 class="head">Software Projects</h2>
<p class="project-item"> <a class="unclickable" target="_blank" class="chpt">Major
Qualifying Project</a>
<span class="desc">Web app simulation classroom interactions of students and teachers, working with
other students to create a front end to render sprites, rooms and interactive UI. </span>
</p>
<p class="project-item"> <a class="resume-link" href="https://bowling-scores.vercel.app/"
target="_blank" class="chpt">Bowling Scorekeeper
</a>
<span class="desc">React App deployed on Vercel connecting to MongoDB API which
allows scoring and recording of bowling games.</span>
</p>
<p class="project-item"> <a class="resume-link" href="https://github.com/gabestuf/final_project"
target="_blank" class="chpt">Aim
Trainer Web App</a>
<span class="desc">A demo utilizing MongoDB, Express, & NodeJS to have users practice mouse
coordination
and show highscores on a leaderboard. The CSS was not done by me. </span>
</p>
<p class="project-item"> <a class="resume-link" href="/catan/html/board.html" target="_blank"
class="chpt">Catan
Board Generator
& Analysis</a>
<span class="desc">Generates
balanced
boards
& keeps data on initial settlements. Analysis page offers graphs on success of initial
placements.
Part of a larger site for testing web development & design. </span>
</p>
<p class="project-item"> <a class="resume-link" href="https://github.com/gabestuf/a3-persistence"
target="_blank" class="chpt">
Login App
</a>
<span class="desc">
A demo utilizing MongoDB, Express, & NodeJS to create users and store data for a particular
user.
</span>
</p>
<p class="project-item"> <a class="resume-link" href="https://github.com/gabestuf/todo-react"
target="_blank" class="chpt">
TODO App
</a>
<span class="desc">
A demo using the PERN stack exploring React and database querying.
</span>
</p>
<p class="project-item"> <a class="unclickable" class="chpt">
Space Themed Visual Novel
</a>
<span class="desc">
A demo using the PERN stack exploring React and database querying.
</span>
</p>
<p class="project-item"> <a class="resume-link" href="https://github.com/gabestuf/AI-QLearning"
target="_blank" class="chpt">
Q-Learn Gridworld
</a>
<span class="desc">
Project during Introduction to AI. Teaching an agent to navigate a gridworld to find optimal
solutions from starting location to a terminal state.
</span>
</p>
<p class="project-item"> <a class="resume-link" href="https://github.com/gabestuf/gabestuf.github.io"
target="_blank" class="chpt">
Personal Website
</a>
<span class="desc">
Designing a unique website which is also easy to navigate. Plans to update it with better
accessibility, new design & development methods in mind.
</span>
</p>
<p class="project-item"> <a class="unclickable" class="chpt">
Godot Game Demo
</a>
<span class="desc">
Demo includes animated sprites & tilemaps. Allows for player and npc movement with collision
handling.
</span>
</p>
</div>
<div class="info-container">
<h2 class="head">Work Experience</h2>
<p class="project-item"> <a class="resume-link"
href="https://docs.google.com/document/d/1V0TSmjYA5rTjlzSVStfp9ncoBZLxcRuJlxpih7McNDA/edit?usp=sharing"
target="_blank" class="chpt">
Interactive Qualifying Project
</a>
<span class="desc">
Study abroad in Lyon, France. Worked with SINGA Lyon, an organization created to welcome
migrants
and refugees into France. Specifically, research in development for an alumni network for
SINGA’s
Entrepreneurial Incubation program.
</span>
</p>
<p class="project-item"> <a class="resume-link" href="https://www.meadowclubsouthampton.com/"
target="_blank" class="chpt">
Southampton Meadow Club
</a>
<span class="desc">
Worked in restaurant & hotel. Gained knowledge in restaurant & hotel management through working
with
superiors. (Summer 2020 & 2021)
</span>
</p>
<p class="project-item"> <a class="resume-link"
href="https://www.southamptontownny.gov/177/Broader-Horizons" target="_blank" class="chpt">
IT Intern at Southampton Town Hall
</a>
<span class="desc">
Worked on ArcGIS, inputting data for street intersections. Solved common technical issues in the
office, mainly networking and fixing connections to the server. (Summer 2016)
</span>
</p>
</div>
<div class="info-container">
<h2 class="head">Other Experience</h2>
<p class="project-item"> <a class="resume-link" href="https://gabecamacho.com/index.html#about"
target="_blank" class="chpt">
Music Technology
</a>
<span class="desc">
Familiar with digital signal processing hardware and software. Constructed guitars & pedals.
Studied
music theory, technology, & production through college courses & independently.
</span>
</p>
<p class="project-item"> <a class="resume-link" href="https://gabecamacho.com/index.html#about"
target="_blank" class="chpt">
Music/Audio Production
</a>
<span class="desc">
Writing, recording, performing, & producing of 45+ songs & podcasts. Produced tracks for
streaming
services & game audio.
</span>
</p>
<p class="project-item"> <a class="resume-link" href="https://gabecamacho.com/index.html#about"
target="_blank" class="chpt">
Sports & Activities
</a>
<span class="desc">
Varsity Baseball (High School), Squash Club, Bowling Club, Counter Strike CSL NACE Starleague,
Guitar & Music
Production.
</span>
</p>
</div>
<div class="info-container">
<h2 class="head">Relevant Coursework</h2>
<p class="project-item">
<a class="unclickable chpt">
Software Engineering
</a>
<span class="desc">
</span>
</p>
<p class="project-item">
<a class="unclickable chpt">
Webware
</a>
<span class="desc">
Various components and theory of front end and back end web development.
</span>
</p>
<p class="project-item">
<a class="unclickable chpt">
Introduction to Artificial Intelligence
</a>
<span class="desc">
</span>
</p>
<p class="project-item">
<a class="unclickable chpt">
Project Based Engineering Experimentation
</a>
<span class="desc">
Using microcontrollers and various sensors to gather data and create an end of class project.
</span>
</p>
<p class="project-item">
<a class="unclickable chpt">
Mobile & Ubiquitous Computing
</a>
<span class="desc">
</span>
</p>
<p class="project-item">
<a class="unclickable chpt">
Interactive Qualifying Project
</a>
<span class="desc">
</span>
</p>
<p class="project-item">
<a class="unclickable chpt">
Algorithms
</a>
<span class="desc">
</span>
</p>
<p class="project-item">
<a class="unclickable chpt">
Operating Systems
</a>
<span class="desc">
</span>
</p>
<p class="project-item">
<a class="unclickable chpt">
Systems Programming Concepts
</a>
<span class="desc">
</span>
</p>
<p class="project-item">
<a class="unclickable chpt">
Introduction to Game Development
</a>
<span class="desc">
</span>
</p>
<p class="project-item">
<a class="unclickable chpt">
Application Building with Object Oriented Concepts
</a>
<span class="desc">
</span>
</p>
<p class="project-item">
<a class="unclickable chpt">
Object Oriented Design Concepts
</a>
<span class="desc">
Course on program design using object oriented programming in Java.
</span>
</p>
<p class="project-item">
<a class="unclickable chpt">
Applied Statistics & Probability
</a>
<span class="desc">
</span>
</p>
<p class="project-item">
<a class="unclickable chpt">
Manufacturing Engineering
</a>
<span class="desc">
</span>
</p>
<p class="project-item">
<a class="unclickable chpt">
General Physics Mechanics
</a>
<span class="desc">
</span>
</p>
<p class="project-item">
<a class="unclickable chpt">
Introduction to Rhetoric
</a>
<span class="desc">
</span>
</p>
<p class="project-item">
<a class="unclickable chpt">
Producer as a Composer
</a>
<span class="desc">
</span>
</p>
</div>
<a href="contact.html" class="action-button action-button-large">
<div type="button">
<span>back</span>
<p class="button-option">back</p>
</div>
</a>
</div>
</div>
</body>
</html>