-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
131 lines (125 loc) · 4.72 KB
/
cv.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
---
layout: default
title: CV
---
<article id="cv" class="post indent">
<div class="section">
<p>
I love figuring out how to help others work more efficiently. This can take many
forms: better abstractions, automation, introducing new infrastructure, or
re-expressing existing infrastructure as a composition of well-understood systems.
I have worked on a wide variety of systems and serve as a leader and/or mentor for
my teams. I am now looking for a role where I can force-multiply my experience at
a larger scale.
</p>
</div>
<div class="section">
<h2>Experience</h2>
<div class="cv-experience">
<h3>
<a href="https://www.chameleoncloud.org" rel="nofollow">Chameleon Cloud</a>
<span class="cv-date-range">2018 - 2022</span>
</h3>
<h4>Development and Operations Lead</h4>
<p>
I was responsible for organizing all development and operations contributions
from staff located in multiple facilities; functionally, this role "steers the
ship" of a mid-scale research cyberinfrastructure, working closely with the PI
(Principal Investigator).
</p>
<ul>
<li>
Delivered novel testbed platform for edge/IoT research by extending existing
OpenStack and Kubernetes components. MVP in 5 months (design and
implementation.)
</li>
<li>
Developed open-source packaging of Chameleon systems, monitoring, and
operational knowledge (e.g., runbooks, docs), reducing the complexity of
deploying a bare metal research testbed to a new host institution.
</li>
<li>
Migrated infrastructure to federated identity, improving onboarding UX for
users while decoupling IAM concerns from existing applications. This made it
feasible to scale the number of Chameleon deployments nationwide.
</li>
<li>
Developed, maintained, and extended the cloud computing control plane that
powers six installations of Chameleon, providing clusters of KVM, bare metal
and edge/IoT resources. Worked on a daily basis w/ a wide variety of tools
and technologies across systems, networking, and storage.
</li>
</ul>
</div>
<div class="cv-experience">
<h3>
<a href="https://soundcloud.com" rel="nofollow">SoundCloud</a>
<span class="cv-date-range">2014 - 2018</span>
</h3>
<h4>Tech Lead (Security, User Auth, Anti-Abuse and Corp IT)</h4>
<ul>
<li>
Identified and mitigated organizational risk in multiple areas (e.g.,
application security, network security, abuse, insider threat.) Ask me more!
</li>
<li>
Built Terraform framework for IT to migrate on-premises systems to AWS.
</li>
<li>
Transitioned in-house responsible disclosure program to Bugcrowd, which led to
more and higher-quality reports.
</li>
</ul>
<h4>Senior Engineer, Backend</h4>
<ul>
<li>
Designed microservice architecture that allowed creators to sign up to
receive compensation for their streams.
</li>
</ul>
<h4>Senior Engineer, Web</h4>
<ul>
<li>
Enabled tighter feedback loop between product and engineering by automating
staging releases for every GitHub pull request.
</li>
<li>
Removed sources of tech debt by migrating the in-house application bundler to
Webpack and introducing a private NPM registry of core libraries, improving
code-reuse across web properties.
</li>
</ul>
</div>
<div class="cv-experience">
<h3>
<a href="https://bandpage.com" rel="nofollow">BandPage</a>
<span class="cv-date-range">2009 - 2014</span>
</h3>
<h4>Frontend Team Lead</h4>
<ul>
<li>
Implemented frontend stack for initial product, which supported over 20
million monthly active users on Facebook.
</li>
<li>
Architected custom Javascript UI framework to allow team to meet needs in
scalable code and fast iteration, handling persistence, routing, rendering and
data management.
</li>
<li>
Guided team through several major refactorings of a large codebase.
</li>
</ul>
</div>
</div>
<div class="section">
<h2>Education</h2>
<div class="cv-experience">
<h3>
<a href="https://wustl.edu" rel="nofollow">Washington University in St. Louis</a>
<span class="cv-date-range">2005 - 2009</span>
</h3>
<h4>B.S. Computer Science</h4>
</div>
</div>
</article>