-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
221 lines (202 loc) · 7.47 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex">
<link rel="icon" href="img/favicon.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="css/style.css" rel="stylesheet">
<title>Full Stack Software Engineer</title>
</head>
<body>
<header>
<div class="container-fluid intro section-content">
<h2>Full Stack Software Engineer</h2>
</div>
</header>
<section class="section-header text-center comsci">
<h3>Software Engineering</h3>
</section>
<section class="comsci section-content">
<div class="container-fluid">
<div class="row comsci-tile">
<div class="col-md-4">
<a href="https://www.helix.com/">
<img class="culture-icon img-fluid" src="img/helix.svg">
</a>
</div>
<div class="col-md-8 description">
<div>
<strong>Software Engineer 3 at <a href="https://www.helix.com/">Helix</a></strong>
</div>
<p>
<strong>Dec 2022 - Jan 2024</strong>, ending due to company-wide layoffs
</p>
<p>
Enabled hospitals to engage patients in population genomics research and offer genetic risk testing. Worked in severless, event-driven architectures to increase enrollment and address significant tech debt.
</p>
</div>
</div>
<div class="row comsci-tile">
<div class="col-md-4">
<a href="https://www.culturebiosciences.com/">
<img class="culture-icon img-fluid" src="img/culture.png">
</a>
</div>
<div class="col-md-8 description">
<div>
<strong>Senior Software Engineer at <a href="https://www.culturebiosciences.com/">Culture Biosciences</a></strong>
</div>
<p>
<strong>July - Oct 2022</strong>, ending due to company-wide layoffs
</p>
<p>
Had a blast getting to serve scientists through software; this was precious while it lasted! Worked directly with wet lab users and wrote in Python, React/Typescript, and SQL.
</p>
</div>
</div>
<div class="row comsci-tile">
<div class="col-md-4">
<a href="https://www.cockroachlabs.com/">
<img class="cockroach-icon img-fluid" src="img/cockroachlabs-logo-170.png">
</a>
</div>
<div class="col-md-8 description">
<div>
<strong>Member of Technical Staff (Senior SE) at <a href="https://www.cockroachlabs.com/">Cockroach Labs</a></strong>
</div>
<p>
<strong>Oct 2021 - June 2022</strong>
</p>
<p>
Helped to build an indestructible, distributed database. I wrote in React/Ts and Go, and worked to <a href="https://www.cockroachlabs.com/blog/use-the-cockroach-db-console-to-observe-and-troubleshoot-sql/">increase the observability of the SQL layer</a>.
</p>
</div>
</div>
<!-- <strong>Past experience</strong> -->
<!-- <div class="col-lg"> -->
<div class="row comsci-tile">
<div class="col-md-4">
<div class="broad-cds-wrapper">
<a href="https://www.broadinstitute.org/">
<img class="img-fluid" src="img/broad.png">
</a>
</div>
<div class="broad-cds-wrapper">
<a href="https://www.cancerdatascience.org/">
<img class="cds-icon img-fluid" src="img/cds.svg">
</a>
</div>
</div>
<div class="col-md-8 description">
<div>
<strong>Senior Software Engineer at the <a href="https://www.broadinstitute.org/">Broad Institute</a>, <a href="https://www.cancerdatascience.org/">Cancer Data Science team</a></strong>
</div>
<p>
<strong>Jan 2017 - Aug 2021</strong>
</p>
<p>
Built the <a href="https://depmap.org/portal/">Cancer Dependency Map Portal</a> and other Flask-React webapps to help researchers centralize, analyze, and visualize data. For a demo, see this <a href="https://depmap.org/portal/interactive/">cancer research exploration tool</a> which I implemented end-to-end.
</p>
</div>
</div>
</div>
</section>
<section class="section-header text-center datasci">
<h3>Data Science and Computational Biology</h3>
</section>
<section class="datasci section-content">
<dl class="row">
<dt class="col-md-3">Data Science as a Software Engineer</dt>
<dd class="col-md-9">
<strong><a href="https://www.broadinstitute.org/">Broad Institute</a>, <a href="http://www.cancerdatascience.org/">Cancer Data Science</a> team (Jan 2017 - Aug 2021)</strong></br>
Built pipelines, ran scripts, and manipulated tables and matrices in R and python. Gained a general exposure to concepts, methodologies, and use cases in machine learning.
</dd>
<dt class="col-md-3">Computational Genomics Research</dt>
<dd class="col-md-9">
<strong>Coursework, Research Explorations in Genomics (Jan - May 2016)</strong></br>
Finished and annotated regions of the <i>Drosophila ficusphila</i> genome using next-gen sequencing data, gene predictors and existing experimental data.
</dd>
</dl>
</section>
<section class="section-header text-center academics">
<h3>Education</h3>
</section>
<section class="academics section-content">
<div class="academics-tile">
<p>
<strong>
Bachelor of Arts<br>
</strong> Major in Biology; Minor in Computer Science<br>
</p>
</div>
<div class="row">
<div class="col-lg">
<div class="row comsci-tile">
<div class="col-md-4 offset-md-1">
<a href="https://github.com/SaturdayNeighborhoodHealthClinic/osler">
<img class="project-icon" src="img/clinic.png">
</a>
</div>
<div class="col-md-7 intern-description">
<div><strong>Volunteer Developer with Project Osler</strong></div>
<p><strong>Feb - Dec 2016</strong></p>
<p>Contributed to an open source <a href="https://github.com/SaturdayNeighborhoodHealthClinic/osler">electronic medical records app</a> for a free clinic.</p>
</div>
</div>
</div>
<div class="col-lg">
<div class="row comsci-tile">
<div class="col-md-4 offset-md-1">
<a href="http://www.appistry.com">
<img class="project-icon" src="img/appistry.png">
</a>
</div>
<div class="col-md-7 intern-description">
<div><strong>Software Engineer Intern at Appistry, Inc.</strong></div>
<p><strong>June - Sep 2016</strong></p>
<p>Made next-generation sequencing analysis accessible to clinicians via a Django-Angular stack.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg">
<div class="row comsci-tile">
<div class="col-md-4 offset-md-1">
<img class="course-icon" src="img/bio.png">
</div>
<div class="col-md-7 intern-description">
<div><strong>Biology Coursework</strong></div>
<p>
Genomics
</br>Biochemistry
</br>Plant Biology and Genetic Engineering
</br>Introduction to Ecology
</p>
</div>
</div>
</div>
<div class="col-lg">
<div class="row comsci-tile">
<div class="col-md-4 offset-md-1">
<img class="course-icon" src="img/comsci.png">
</div>
<div class="col-md-7 intern-description">
<div><strong>Computer Science Coursework</strong></div>
<p>
Algorithms and Data Structures
</br>Web Development
</br>Cloud Computing
</br>Computer Architecture
</p>
</div>
</div>
</div>
</div>
</section>
</body>
</html>