-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
402 lines (400 loc) · 12.4 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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Erik Kallevig - Engineer, Leader, Technologist - Reston, VA</title>
<meta name="description" content="Erik Kallevig is a Senior Engineering Manager in Reston, VA.">
<meta name="keywords" content="Erik Kallevig, Erik, Kallevig, web, developer, full-stack engineer, manager">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
<meta name="google-site-verification" content="M09WRlmjqRJYRrjSWBAfdUAo0hvB69d37vkOKsUs0W4">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;700&display=swap" rel="stylesheet">
<style>
body,html,ul,ol,li,p,h1,h2,h3 {
margin: 0;
padding: 0;
}
body {
font-family: "Libre Franklin", "Franklin Gothic", "San Francisco", Helvetica, Arial, sans-serif;
background: #1e1e1e;
color: #fff;
}
main {
max-width: 600px;
margin: 40px auto;
padding: 0 40px;
overflow: hidden;
}
header {
padding: 0 0 20px;
}
section {
margin: 0 0 40px;
border-top: 1px solid #4f4f4f;
}
h1, h2, h3 {
font-weight: 700;
}
h1 {
font-size: 40px;
}
h2 {
margin: 40px 0 10px;
color: #cd7a52;
}
h3 {
color: #64ae49;
margin: 25px 0 0;
display: inline-block;
}
h3 a {
font-weight: 400;
margin: 0 0 0 5px;
}
ul, ol {
margin: 20px 0;
}
li {
list-style: none;
margin: 0 0 20px;
}
.ek-pli {
margin: 0 0 10px;
}
p {
margin: 10px 0 20px;
}
li, p {
font-size: 18px;
line-height: 26px;
}
a {
color: #268bd2;
text-decoration: none;
}
#ek-sh {
/* color: #268bd2; */
color: #bd7cd5;
margin: 10px 0 15px;
}
#ek-pp {
width: 150px;
height: 150px;
border-radius: 150px;
margin: 0 0 15px;
}
.ek-rl {
margin: 0;
padding: 0;
}
.ek-rl ul {
margin: 10px 0;
}
.ek-ri {
margin: 0;
padding: 0;
}
.ek-ts {
margin: 8px 0 0;
color: grey;
}
.ek-ulcol {
-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}
.ek-ulcolsm {
-moz-column-count: 4;
-moz-column-gap: 20px;
-webkit-column-count: 4;
-webkit-column-gap: 20px;
column-count: 4;
column-gap: 20px;
}
.ek-ulcolsm li {
margin: 0 0 5px;
}
.ek-seccol {
margin: 0 0 20px;
}
@media (max-width: 700px) {
main {
margin: 30px auto;
padding: 0 20px;
}
header {
padding: 0 0 10px;
}
section {
margin: 0 0 30px;
}
li {
margin: 0 0 20px;
}
li, p {
font-size: 16px;
line-height: 24px;
}
h1 {
font-size: 36px;
}
h2 {
margin: 30px 0 0;
}
h3 {
display: block;
}
h3 a {
display: block;
font-size: 16px;
margin: 5px 0 0;
}
#ek-sh {
font-size: 20px;
}
.ek-ri {
margin: 0 0 35px;
}
.ek-ri ul {
margin: 10px 0;
}
.ek-ts {
margin: 5px 0 0;
}
}
@media (max-width: 500px) {
.ek-ulcolsm {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
}
@media (max-width: 400px) {
.ek-ulcolsm {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media (max-width: 300px) {
.ek-ulcol {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
.ek-ulcolsm {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
@media print {
#ek-pp {
display: none;
}
h1, h2, h3, li, p, a {
color: #000 !important;
}
main {
margin: 0;
max-width: none;
}
.ek-ri {
margin: 0 0 20px;
}
p, li, .ek-pli, .ek-ts {
font-size: 14px;
line-height: 20px;
margin: 10px 0 10px;
}
h3 {
margin: 10px 0 0;
}
}
</style>
</head>
<body>
<main>
<article>
<header>
<img id="ek-pp" src="/images/erik-kallevig-photo.jpg" srcset="/images/[email protected]" alt="Erik Kallevig">
<hgroup>
<h1>Erik Kallevig</h1>
<h2 id="ek-sh">Engineer · Leader · Technologist</h2>
</hgroup>
<p>I've been building websites for 20 years across finance, tech, media, consulting and startups.</p>
</header>
<section class="ek-seccol">
<h2>Expertise</h2>
<ul class="ek-ulcol">
<li>Leadership & Development</li>
<li>Technical Analysis</li>
<li>Platform Architecture</li>
<li>Program Management</li>
<li>Code Assessment</li>
<li>Operations Strategy</li>
</ul>
</section>
<section>
<h2>Experience</h2>
<ol class="ek-rl">
<li class="ek-ri">
<h3>Head of Digital Experience Engineering <a href="https://www.missionlane.com" target="_blank">Mission Lane</a></h3>
<p class="ek-ts">Nov 2022 - Present</p>
<ul>
<li>Leading the account management engineering teams to build first class user experiences for Mission Lane credit card customers (React & React Native) and customer service agents (React & Kotlin).</li>
</ul>
</li>
<li class="ek-ri">
<h3>Senior Engineering Manager <a href="https://www.gannett.com" target="_blank">Gannett</a></h3>
<p class="ek-ts">Oct 2012 - Sep 2022</p>
<ul>
<li>Led team of 10 engineers on redesign of usatoday.com and 100+ local news sites serving 100M+ monthly impressions. People management, platform architecture, code standards, product development. Stack: Python, Django, custom JS framework.</li>
<li>Designed and built a platform to digitize millions of public notices. Stack: Next.js (React), Hasura (PostgreSQL), Elasticsearch and a CI/CD pipeline using Github Actions, Kubernetes and Helm.</li>
<li>Designed and built an A/B testing platform and conducted live tests to optimize engagement and conversion goals.</li>
<li>Implemented and tested personalized content recommendations with behavior-based user profiles.</li>
<li>Coordinated on product development with stakeholders across the business: newsroom, marketing, advertising, product, and analytics.</li>
</ul>
</li>
<li class="ek-ri">
<h3>Senior Developer <a href="https://fantasy.co/" target="_blank">Fantasy Interactive</a></h3>
<p class="ek-ts">Mar 2010 - Oct 2012</p>
<ul>
<li>Web development and product management on client projects including Google's Think Quarterly, Think Insights with Google, A Google a Day, Google 20 Things I Learned About Browsers and the Web, Google Zeitgeist, HTC, Coca-Cola, TravelTex.</li>
<li>Worked with clients, designers and IA team as developer, product manager and project manager.</li>
</ul>
</li>
<li class="ek-ri">
<h3>Senior Front-End Developer <a href="http://www.sportsvite.com" target="_blank">Sportsvite</a></h3>
<p class="ek-ts">Jul 2008 - Mar 2010</p>
<ul>
<li>Web development on core and partner Sportsvite properties: sportsvite.com, truthonhealth.org (Paul Pierce), cbsintramurals.com and playcoed.com. Site design and development, usability testing, email dev, and project management.</li>
</ul>
</li>
<li class="ek-ri">
<h3>UI Designer-Developer <a href="https://www.keybank.com" target="_blank">KeyBank</a></h3>
<p class="ek-ts">Mar 2006 - Jun 2008</p>
<ul>
<li>Web development on KeyBank's public website (key.com) and online banking application, usability testing, content management and documentation services.</li>
</ul>
</li>
<li class="ek-ri">
<h3>Front-End Developer <a href="https://www.ehmedia.com/" target="_blank">EH Publishing</a></h3>
<p class="ek-ts">Jan 2005 - Feb 2006</p>
<ul>
<li>Web development and content management on EH's nine websites supporting the flagship publication, Electronic House, among other periodicals and yearly expos.</li>
</ul>
</li>
<li class="ek-ri">
<h3>Web Developer <a href="https://www.stromengineering.com/" target="_blank">Strom Engineering</a></h3>
<p class="ek-ts">2003 - 2005</p>
<ul>
<li>Web development on stromengineering.com, CMS integration, job board, copywriting, and client dashboard.</li>
</ul>
</li>
</ol>
</section>
<section>
<h2>A Few Things I've Done</h2>
<ul>
<li>Automated PostgreSQL to Elasticsearch indexing</li>
<li>Conducted usability testing sessions</li>
<li>Configured edge caching with Fastly VCL</li>
<li>Wrote Helm charts for Kubernetes deployments</li>
<li>Designed a Javascript component framework</li>
<li>Ingested data from a Pub/Sub subscription</li>
<li>Plotted locations with a Mercator algorithm and CSS</li>
<li>Built CI/CD pipelines with Github Actions</li>
<li>Created Google Cloud resources with Terraform</li>
<li>Built an A/B testing framework</li>
<li>Developed personalized content recommendations</li>
</ul>
</section>
<section>
<h2>Tools I've Used</h2>
<ul class="ek-ulcolsm">
<li>agile</li>
<li>angular</li>
<li>aws</li>
<li>babel</li>
<li>backbone</li>
<li>bash</li>
<li>bdd</li>
<li>ci/cd</li>
<li>css</li>
<li>cypress</li>
<li>docker</li>
<li>elasticsearch</li>
<li>expo</li>
<li>fastly</li>
<li>fdd</li>
<li>git</li>
<li>github actions</li>
<li>go</li>
<li>gcp</li>
<li>graphql</li>
<li>grunt</li>
<li>hasura</li>
<li>helm</li>
<li>html</li>
<li>java</li>
<li>javascript</li>
<li>jenkins</li>
<li>jest</li>
<li>kanban</li>
<li>kubernetes</li>
<li>less</li>
<li>mui</li>
<li>mysql</li>
<li>next.js</li>
<li>node</li>
<li>photoshop</li>
<li>php</li>
<li>postgresql</li>
<li>python</li>
<li>react</li>
<li>react native</li>
<li>redux</li>
<li>sass</li>
<li>scrum</li>
<li>solr</li>
<li>tdd</li>
<li>terraform</li>
<li>typescript</li>
<li>uglify</li>
<li>varnish</li>
<li>vault</li>
<li>vcl (fastly)</li>
<li>vue</li>
<li>webpack</li>
<li>web sockets</li>
<li>wordpress</li>
</ul>
</section>
<section>
<h2>Education</h2>
<ol class="ek-rl">
<li class="ek-ri">
<h3>Boston University</h3>
<p class="ek-ts">2001 - 2005</p>
<p>Bachelor of Science, Print Journalism</p>
</li>
</ol>
</section>
<section>
<h2>Contact</h2>
<ul class="ek-pl">
<li class="ek-pli"><a href="mailto:[email protected]">[email protected]</a></li>
<li class="ek-pli"><a href="tel:+19173199095">+1 917-319-9095</a></li>
<li class="ek-pli"><a href="https://www.ekallevig.com/erik-kallevig-resume.pdf" target="_blank">Resume (PDF)</a></li>
<li class="ek-pli"><a href="https://www.linkedin.com/in/ekallevig/" target="_blank">LinkedIn</a></li>
<li class="ek-pli"><a href="https://github.com/ekallevig/" target="_blank">Github</a></li>
</ul>
</section>
</article>
</main>
</body>