-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
355 lines (336 loc) · 11.8 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
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Sandy Wu's Resume</title>
<style type="text/css">
.title {
font-size: 32px;
font-weight: bold;
text-align: center;
}
.top-matter {
display: inline-block;
width: 74%;
margin-left: 13%;
}
.top-matter div {
float: left;
width: 33.33333%;
margin-bottom: 11px;
}
.text-left {
text-align: left;
}
.text-middle {
text-align: center;
}
.text-right {
text-align: right;
}
.company, .side-project {
font-size: 20px;
font-weight: bold;
}
.position {
float: left;
width: 75%;
font-style: italic;
}
.date {
float: left;
width: 25%;
text-align: right;
}
.side-project {
float: left;
width: 75%;
}
.content {
margin-bottom: 24px;
}
body
{
width: 900px;
margin-left: auto;
margin-right: auto;
font-family: "Calabria", Helvetica, Arial, sans-serif;
font-size: 18px;
}
.section_head
{
font-weight: bold;
text-align: left;
margin-top: 15px;
margin-bottom: 15px;
font-size: 22px;
}
ul
{
margin: 0;
}
li
{
margin-bottom: 2px
}
.clearfix:after {
content: " ";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.tabbed
{
margin-left: 50px;
margin-top: 15px;
margin-bottom: 15px;
}
@media print
{
a
{
color: black;
text-decoration: none;
}
.page_break
{
page-break-before: always;
}
}
</style>
</head>
<body>
<div class="title">Sandy Wu</div>
<br>
<div>
<div class="top-matter">
<div class="text-left">
<a target="_blank" href="https://github.com/jswu">github.com/jswu</a>
</div>
<div class="text-middle">
jiayisandywu@gmail.com
</div>
<div class="text-right">
<a target="_blank" href="http://www.jiayisandywu.com">jiayisandywu.com</a>
</div>
</div>
</div>
<hr>
<div class="section_head">SKILLS:</div>
<ul>
<li>C/C++, Objective-C, Ruby, Python, JavaScript, Scala, PHP, HTML, CSS, Sass, React, Redux</li>
<li>Express, Flask, Ruby on Rails, Backbone.js, MongoDB, Redis, Redshift</li>
<li>vim, Xcode, git, svn, Linux, OS X, Windows</li>
</ul>
<div class="section_head">WORK EXPERIENCE:</div>
<div class="content">
<div class="company">Stripe</div>
<div class="clearfix">
<div class="position">
<i>Software Engineer - Risk Engineering, Account Infrastructure</i>
</div>
<div class="date">
Sep. 2014 - Jan. 2020
</div>
</div>
<ul>
<li><strong>Worked on internal web tools and systems for fraud management</strong></li>
<li>Built internal tools and workflows for Risk Operations specialists to stop fraud</li>
<li>Maintained and improved internal Risk systems for detecting fraudulent merchants</li>
<li>Refactor core data models to increase developer productivity</li>
<li>Relevant technologies: Ruby, Scala (Scalding), JavaScript, React, Redux, Redshift, git</li>
</ul>
</div>
<div class="content">
<div class="company">Airbnb</div>
<div class="clearfix">
<div class="position">
<i>Software Engineering Intern - Online Marketing Group</i>
</div>
<div class="date">
Sep. 2013 - Dec. 2013
</div>
</div>
<ul>
<li>
<strong>
Full stack web development working on
<a target="_blank" href="https://www.airbnb.com/locations/san-francisco">Featured Articles</a>
for Airbnb's Neighborhood guides
</strong>
</li>
<li>Created internal tools and public facing pages to manage and display article content</li>
<li>Implemented changes across the site to improve SEO and user experience</li>
<li>Relevant technologies: CoffeeScript + Backbone.js, Ruby on Rails, Sass, git</li>
</ul>
</div>
<div class="content">
<div class="company">Twitter</div>
<div class="clearfix">
<div class="position">
<i>Software Engineering Intern - Operating systems</i>
</div>
<div class="date">
Jan. 2013 - Apr. 2013
</div>
</div>
<ul>
<li><strong>Worked on yum repository management and memory cgroups</strong></li>
<li>Wrote a tool for comparing various versions of RPM packages between sets of yum repositories
<ul>
<li>Computed files added/removed/changed, RPM tags, dependencies, and security errata</li>
</ul>
</li>
<li>Benchmarked Linux memory cgroups (memcg) performance overhead</li>
<li>Relevant technologies: Linux, Python, sh, memcg, git</li>
</ul>
</div>
<div class="content">
<div class="company">Facebook</div>
<div class="clearfix">
<div class="position">
<i>Software Engineering Intern - Open Graph</i>
</div>
<div class="date">
May 2012 - Aug. 2012
</div>
</div>
<ul>
<!-- TODO: change -->
<li><b>Worked on <a target='_blank' href="https://developers.facebook.com/docs/reference/plugins/comments/">Facebook Comments</a> (Social Plugin)</b></li>
<li>Initiated an effort to improve the plugin where I discovered/fixed bugs, refactored/killed legacy code, gathered/analyzed usage data and benchmarked/improved performance under minimal supervision</li>
<li>Made bug fixes for mobile permissions analytics logging and dialogs</li>
<li>Relevant technologies: Linux, PHP, JavaScript, HIVE, git</li>
</ul>
</div>
<div class="content">
<div class="company">Bloomberg L.P.</div>
<div class="clearfix">
<div class="position">
<i>Financial Software Developer</i>
</div>
<div class="date">
Sep. 2011 - Dec. 2011
</div>
</div>
<ul>
<li><b>Worked on the management/operational layer of a large-scale system that manages the searching and indexing of Big Data <a target='_blank' href='http://www.bloomberg.com/bvault/'>(Bloomberg Vault)</a></b></li>
<li>Designed and implemented a distributed architecture using C++ enterprise messaging framework</li>
<li>Developed a reliable distributed coordination and management interface to Apache Solr/Lucene</li>
<li>Designed UI for operational maintenance using JavaScript enterprise GUI framework</li>
<li>Relevant technologies: Unix, C++, JavaScript, Python, Apache Solr, svn</li>
</ul>
</div>
<div class="page_break"></div>
<div class="content">
<div class="company">Enflick Inc.</div>
<div class="clearfix">
<div class="position">
<i>iOS Software Developer</i>
</div>
<div class="date">
Jan. 2011 - Jun. 2011
</div>
</div>
<ul>
<li><b>Worked on PingChat!, a mobile instant messaging application with over 8 million users</b></li>
<li>Developed key features for the iOS client version of PingChat! under minimal supervision</li>
<li>Designed and implemented efficient system to send and receive Event Statuses and Emoticons</li>
<li>Encouraged the creation and maintenance of documentation by congregating feature specifications</li>
<li>Relevant technologies: OS X, Xcode, Objective-C, svn</li>
</ul>
</div>
<div class="content">
<div class="company">Magor Communications Corporation</div>
<div class="clearfix">
<div class="position">
<i>Automation Tools Software Developer</i>
</div>
<div class="date">
May. 2010 - Sep. 2010
</div>
</div>
<ul>
<li><b>Designed and implemented automation framework for data analysis and video quality evaluation</b></li>
<li>Created network impairment management tool to help demo Magor products at InfoComm 2010</li>
<li>Mentored a student employee in automation tools development</li>
<li>Relevant technologies: Linux, Eclipse, Java, Perl, HTML, PHP, CSS, JavaScript, SNMP, svn</li>
</ul>
</div>
<div class="section_head">SIDE PROJECTS:</div>
<div class="content">
<div class="company">
<a target='_blank' href="http://uwflow.com/">uwflow.com</a>
</div>
<div class="clearfix">
<div class="position">
Co-founder
</div>
<div class="date">
Sep. 2012 - present
</div>
</div>
<ul>
<li><strong>Helping build a website that lets university students review and plan courses (<a target="_blank" href="http://uwflow.com/demo">uwflow.com/demo</a>)</strong></li>
<li>Built with a few friends, currently at 4000 users, 40 000 user ratings, and 200 000 course searches made</li>
<li>Relevant technologies: AWS, Python + Flask, JavaScript + Backbone.js, Bootstrap, Sass + Compass, MongoDB + MongoEngine, Redis, git</li>
</ul>
</div>
<div class="content">
<div class="clearfix">
<div class="side-project">
<a target='_blank' href="https://github.com/jswu/Joblet">Joblet</a> (iOS 3)
</div>
<div class="date">
Mar. 2011 - Jun. 2011
</div>
</div>
<ul>
<li>An open-source iOS app providing read-access to JobMine (University of Waterloo's job search system)</li>
</ul>
</div>
<div class="content">
<div class="clearfix">
<div class="side-project">
Physics Collision Simulator (C++)
</div>
<div class="date">
Nov. 2008 - Jan. 2009
</div>
</div>
<ul>
<li>Simulated 2-D colisions of two balls with varying size, mass,
gravity, air resistance and elasticity</li>
<li>Created GUI for receiving input and displaying real-time properties of each ball</li>
</ul>
</div>
<div class="section_head">AWARDS:</div>
<ul>
<li>
Dean's Honour List (Engineering) for Winter 2010, Fall 2010, Spring 2011 and Winter 2012
<ul>
<li>Awarded for academic excellence based on a combination of GPA and percentile from the top</li>
</ul>
</li>
<li>
Deans Honour List (Math) for Fall 2009, Winter 2010, Fall 2010, Spring 2011 and Winter 2012
<ul>
<li>Awarded for academic excellence based on GPA</li>
</ul>
</li>
<li>President's Scholarship, University of Waterloo, Waterloo, ON, Aug. 2009</li>
</ul>
<div class="section_head">EDUCATION:</div>
<b>Candidate for Bachelor of Software Engineering,</b> University of Waterloo, Waterloo, Ontario, Canada<br>
Sep. 2009 - Apr. 2014
<ul>
<li>Member of the <a target="_blank" href="http://velocity.uwaterloo.ca">VeloCity</a> startup incubator for five terms</li>
<li>SE 350: Wrote an operating system for the Cortex M-3 ARM processor in C</li>
<li>CS 241: Wrote a WL (subset of C and Java) to MIPS compiler in C++</li>
<li>ECE 222: Wrote a calculator for 68K/ColdFire in assembly</li>
</ul>
<div class="section_head">INTERESTS:</div>
<ul>
<li>Anime, weight lifting, meditation, karaoke, cooking and eating</li>
</ul>
</body>
</html>