-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
327 lines (306 loc) · 15.9 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link href="index.css" type="text/css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Nunito&family=Lato&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Jesse Oberstein's Resume</title>
</head>
<body>
<div id="resumeContainer">
<div id="resume">
<hr class="line" />
<header>
<h3>Jesse Oberstein</h3>
<ul class="contact">
<li>
<a href="https://www.jesseoberstein.com" target="_blank">
www.jesseoberstein.com
</a>
</li>
<li>
<a href="https://www.github.com/joberstein" target="_blank">
github.com/joberstein
</a>
</li>
<li>
<a href="mailto:joberstein12@gmail.com">
joberstein12@gmail.com
</a>
</li>
<li>
<a href="tel:732-241-7082" target="_blank">
732-241-7082
</a>
</li>
<li>Boston, MA</li>
</ul>
</header>
<hr class="line" />
<section id="Experience">
<h3>Experience</h3>
<div class="positions">
<div class="position">
<div class="position__row">
<div class="position__title">
<b>Software Engineer I, SmarterTravel Media</b>
<span>(CRM)</span>
</div>
<ul class="position__metadata">
<li>Boston, MA</li>
<li>August 2018 - May 2020</li>
</ul>
</div>
<p class="position__description">
Maintained applications and services supporting newsletter subscription management,
subscriber preferences, personalization based on real-time subscriber activity, and
independent email publishing from an in-house mail transfer agent. Created robust HTML
templates that are sent at different cadences to about 11 million subscribers each week
across the entire SmarterTravel Media portfolio.
</p>
</div>
<div class="position">
<div class="position__row">
<div class="position__title">
<b>Software Engineer I, SmarterTravel Media</b>
<span>(Sites)</span>
</div>
<ul class="position__metadata">
<li>Boston, MA</li>
<li>June 2017 - August 2018</li>
</ul>
</div>
<p class="position__description">
Implemented new site features and pages, as well as a number of A/B tests for
www.bookingbuddy.com and www.onetime.com. Consolidated and restructured the Google Tag
Manager setup for both sites to be more flexible and scalable. Collaborated with team
members to produce a curated collection of content-driven pages on www.onetime.com that
adhere to SEO best practices. Contributed to shared internal libraries by integrating new
features, such as exposing Mandarin translations for global location names.
</p>
</div>
<div class="position">
<div class="position__row">
<div class="position__title">
<b>Software Engineering Co-op, SmarterTravel Media</b>
</div>
<ul class="position__metadata">
<li>Boston, MA</li>
<li>January 2016 - June 2016</li>
</ul>
</div>
<p class="position__description">
Redesigned several pages, built components, implemented new features, and resolved bug fixes
for www.airfarewatchdog.com, which handles about 5 million visitors per month. Independently
ported significant functionality from legacy PHP to a Java 8 Spring MVC stack.
</p>
</div>
<div class="position">
<div class="position__row">
<div class="position__title">
<b>Resident Assistant, Northeastern University</b>
</div>
<ul class="position__metadata">
<li>Boston, MA</li>
<li>August 2015 - May 2017</li>
</ul>
</div>
<p class="position__description">
Acted as a resource for residents on my floor. Planned and executed at least five programs
each semester that met department goals. Completed administrative work as necessary.
Proctored weekly and performed walking rounds of the residence hall when required.
</p>
</div>
<div class="position">
<div class="position__row">
<div class="position__title">
<b>Developer Co-op, Cengage Learning</b>
</div>
<ul class="position__metadata">
<li>Boston, MA</li>
<li>January 2015 - July 2015</li>
</ul>
</div>
<p class="position__description">
Revamped a messaging application using Spring Boot, along with Apache Camel, JMS, and AWS SNS.
Collaborated with other team members on various tickets, including bug fixes and stories.
</p>
</div>
</div>
</section>
<hr class="line" />
<section id="Education">
<h3>Education</h3>
<div class="education">
<div class="education__row">
<div class="education__location">
<b>Northeastern University</b>,
<span>Boston, MA</span>
</div>
<div class="education__years">
2012 - 2017
</div>
</div>
<div class="education__college">
College of Computer and Information Science
</div>
<div class="education__degree">
Bachelor of Science in Computer Science & Interactive Media
</div>
<div class="education__honors">
<b>Honors and Awards:</b>
<ul>
<li>Honors Program</li>
<li>National Residence Hall Honorary</li>
<li>Dean’s List</li>
<li>Northeastern University Excellence Scholarship</li>
</ul>
</div>
</div>
</section>
<hr class="line" />
<section id="Projects">
<h3>Projects</h3>
<div class="projects">
<div class="project">
<div class="project__row">
<div class="project__title">
<b>Portfolio Website</b>
</div>
<ul class="project__metadata">
<li>
<a href="https://github.com/joberstein/portfolio-v3" target="blank">
https://github.com/joberstein/portfolio-v3
</a>
</li>
</ul>
</div>
<p class="project__description">
A single-page ReactJS application that showcases a sampling of my artwork and
provides additional information about me. I incorporated a serverless Java 11
backend for the contact form by utilizing a combination of AWS technologies:
Lambda, API Gateway, and SES. I also introduced continuous integration and
versioned deploys for each project module using Travis CI.
</p>
</div>
</div>
</section>
<hr class="line" />
<section id="Knowledge">
<h3>Knowledge</h3>
<div class="knowledge">
<div class="knowledge__row">
<div class="knowledge__category">
<b>Java:</b>
</div>
<ul class="knowledge__areas">
<li>Spring</li>
<li>Android</li>
<li>Maven</li>
<li>Flyway</li>
<li>Kafka</li>
<li>Redis</li>
<li>JUnit</li>
<li>Mockito</li>
<li>Selenium</li>
</ul>
</div>
<div class="knowledge__row">
<div class="knowledge__category">
<b>JavaScript:</b>
</div>
<ul class="knowledge__areas">
<li>React</li>
<li>jQuery</li>
<li>NPM</li>
<li>Yarn</li>
<li>Webpack</li>
<li>Jest</li>
<li>Enzyme</li>
<li>Eslint</li>
</ul>
</div>
<div class="knowledge__row">
<div class="knowledge__category">
<b>Web Design:</b>
</div>
<ul class="knowledge__areas">
<li>HTML</li>
<li>CSS</li>
<li>Thymeleaf</li>
<li>Velocity</li>
<li>Sass</li>
</ul>
</div>
<div class="knowledge__row">
<div class="knowledge__category">
<b>Database:</b>
</div>
<ul class="knowledge__areas">
<li>mySQL</li>
<li>PostgreSQL</li>
</ul>
</div>
<div class="knowledge__row">
<div class="knowledge__category">
<b>Other:</b>
</div>
<ul class="knowledge__areas">
<li>Docker/Kubernetes</li>
<li>Kong</li>
<li>Unix/Bash</li>
<li>AWS</li>
<li>Grafana</li>
<li>Jenkins</li>
<li>Travis CI</li>
</ul>
</div>
</div>
</section>
<hr class="line" />
<section>
<h3>Interests</h3>
<div class="interests">
<div class="interest__row">
<div class="interest__category">
<b>Professional:</b>
</div>
<ul class="interest__areas">
<li>Full-Stack</li>
<li>Web/Mobile Applications</li>
<li>UX/UI</li>
<li>API Design</li>
<li>Stream Processing</li>
</ul>
</div>
<div class="interest__row">
<div class="interest__category">
<b>Hobbies:</b>
</div>
<ul class="interest__areas">
<li>Anime</li>
<li>Art/Animation</li>
<li>Boxing</li>
<li>Ping Pong</li>
<li>Programming</li>
<li>TV Shows</li>
<li>Video Games</li>
</ul>
</div>
<div class="interest__row">
<div class="interest__category">
<b>Languages:</b>
</div>
<ul class="interest__areas">
<li>Japanese</li>
<li>Spanish</li>
<li>some Hebrew</li>
</ul>
</div>
</div>
</section>
</div>
</div>
</body>
</html>