You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Built CI bot to inform developers know when their PR made some files unusedand 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>
53
53
<p>
54
54
<i>Javascript</i>
55
55
@@ -62,7 +62,7 @@ <h3>Airbnb Web Infrastructure</h3>
62
62
</div>
63
63
<divclass="project">
64
64
<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>
<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>
79
79
<p>
80
80
<i>Python</i>
81
81
@@ -131,7 +131,7 @@ <h3>TextNow Android</h3>
131
131
<!-- BEGIN {projects} -->
132
132
<divclass="project">
133
133
<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>
0 commit comments