Skip to content

Commit 01c9671

Browse files
committed
update data and rerun update_resume
1 parent a0724df commit 01c9671

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: JasonZukewichResume.pdf

462 Bytes
Binary file not shown.

Diff for: index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h4 onclick="showPage('initiatives')" id="initiativesLink">Initiatives</h4>
4949
<!-- BEGIN {experience} -->
5050
<div class="project">
5151
<h3>Airbnb Web Infrastructure</h3>
52-
<p>Built CI bot to inform developers know when their PR made some files unused and could be deleted<br />Cleaned up over 1000 unused source files, moved some older code onto current build pipeline</p>
52+
<p>CI bot to comment on pull requests if any js became unused, removing 250+ modules and 90+ exports in first two months<br />Cleaned 140000+ line of unused code, removed 1.5+ MiB from bundles, moved some old code onto webpack build pipeline<br />Added React Portal support to Enzyme, build a tool to display bundle size and dependecy graph from source maps</p>
5353
<p>
5454
<i>Javascript</i>
5555

@@ -62,7 +62,7 @@ <h3>Airbnb Web Infrastructure</h3>
6262
</div>
6363
<div class="project">
6464
<h3>Asana Client Infrastructure</h3>
65-
<p>Codemodded various pieces of frontend tech debt, including switching away from index files<br />Added GraphQL style directives to Asana query language, supported optimistic updates for one object type<br />Refactored model/query code generation system, reduced generated bundle size<br />Made improvements to the performance regression testing framework, added tests for important components</p>
65+
<p>Codemodded various pieces of frontend tech debt, removed all node style index files reducing bundle sizes significantly<br />Added GraphQL style directives to Asana query language, supported optimistic updates for one object type<br />Refactored model/query code generation system, reduced generated model/query bundle size<br />Made improvements to the performance regression testing framework, added tests for important components</p>
6666
<p>
6767
<i>Typescript, Scala, Python</i>
6868

@@ -75,7 +75,7 @@ <h3>Asana Client Infrastructure</h3>
7575
</div>
7676
<div class="project">
7777
<h3>Dropbox API Platform</h3>
78-
<p>Implemented and improved functionality for Dropbox Api V2 endpoints to enable the shutoff of Api V1<br />Added redaction/omission annotations and lint rules to Stone (Dropbox model/route specification language)</p>
78+
<p>Implemented and improved some functionality for Dropbox Api V2 endpoints to enable the shutoff of Api V1<br />Added redaction/omission annotations and lint rules to Stone (Dropbox model/route specification language)</p>
7979
<p>
8080
<i>Python</i>
8181

@@ -131,7 +131,7 @@ <h3>TextNow Android</h3>
131131
<!-- BEGIN {projects} -->
132132
<div class="project">
133133
<h3>Stone Plugin</h3>
134-
<p>Created Jetbrains plugin for Stone with 322 downloads, made during Dropbox HackWeek<br />Supports code completion, go to definition, syntax highlighting, refactoring, etc</p>
134+
<p>Created Jetbrains plugin for Stone with 383 downloads, made during Dropbox HackWeek<br />Supports code completion, go to definition, syntax highlighting, refactoring, etc</p>
135135
<p>
136136
<i>Java, Flex, Bison</i>
137137

0 commit comments

Comments
 (0)