forked from mnjul/html-resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
257 lines (255 loc) · 9.53 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="dep/normalize.css/normalize.css" />
<link rel="stylesheet" type="text/css" href="dep/Font-Awesome/css/font-awesome.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body lang="en">
<section id="main">
<header id="title">
<h1>Guan Wang</h1>
</header>
<section class="main-block concise">
<h2>
<i class="fa fa-graduation-cap"></i> Education
</h2>
<section class="blocks">
<div class="date">
<span>2016.05</span><span>2014.08</span>
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3>M.S in Computer Science</h3>
<span class="place">Carnegie Mellon University</span>
<span class="location">Language Technology Institute</span>
</header>
</div>
</section>
</section>
<section class="main-block">
<h2>
<i class="fa fa-suitcase"></i>Experiences
</h2>
<section class="blocks">
<div class="date">
<span>Present</span><span>2020.07</span>
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3>Software Engineer / Tech Lead</h3>
<span class="place"><a href="https://www.meta.com/">Meta</a></span>
<span class="location">New York, NY</span>
</header>
<div>
<ul>
<li>Work across Checkout and Orders and Lead a total of 8 engineers to build and deliver high impact projects</li>
<ul>Most recent projects include:
<li>Shopify SDK checkout integration</li>
<li>Checkout reliability (Error rate, TTI, TTRC improvement)</li>
<li>Orders Hub (buyer facing surface to manage commerce orders across FB and IG app)</li>
</ul>
</ul>
</div>
</div>
</section>
<section class="blocks">
<div class="date">
<span>2020.07</span><span>2019.11</span>
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3>Senior Software Engineer</h3>
<span class="place"><a href="https://www.clicktherapeutics.com/">Click Therapeutics</a></span>
<span class="location">New York, NY</span>
</header>
<div>
<ul>
<li>Developed core client-side features on anti-depression application with React Native</li>
<li>Designed Backend architecture with AWS eco-system</li>
<li>Introduced methodologies and best practices that enhance mobile build processes</li>
<li>helped guide junior team members and providing code reviews</li>
</ul>
</div>
</div>
</section>
<section class="blocks">
<div class="date">
<span>2019.11</span><span>2019.01</span>
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3>Software Development Engineer II</h3>
<span class="place"><a href="https://github.com/jaegertracing/jaeger/">Uber</a></span>
<span class="location">New York, NY</span>
</header>
<div>
<ul>
<li>Worked on both internal/open source tracing system (Jaeger) in Uber Observability team</li>
<li>Built system that streamlines Jaeger backend throughput using gRPC</li>
<li>Designed and implemented internal Jaeger services into reusable modules and improve extensibility</li>
</ul>
</div>
</div>
</section>
<section class="blocks">
<div class="date">
<span>2018.12</span><span>2016.08</span>
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3>Member of Technical Staff</h3>
<span class="place"><a href="https://www.oracle.com/big-data/big-data-discovery/index.html">Oracle Big Data Discovery</a></span>
<span class="location">Cambridge, MA</span>
</header>
<div>
<ul>
<li>Backend Development on Elastic Search, JSP and Jersey for Distributed Searching/Analytics.</li>
<li>D3 + Oracle Jet development for sophisticated visulization to compete with Amazon Cloud Formation</li>
</ul>
</div>
</div>
</section>
</section>
<section class="main-block">
<h2>
<i class="fa fa-folder-open"></i>Personal Projects
</h2>
<section class="blocks">
<div class="date">
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3>Rediscover City App(still in dev)</h3>
<span class="place"><u>http://rediscover-city.surge.sh</u><br><b>Keywords</b>: React, Redux, Flask, MySql, EC2, Google Map API, React-Bootstrap, Google/Facebook Login</span>
</header>
<div>
<ul>
<li>A web app that lets people draw(by press both left and right mouse) on the map for recommendation of interesting local touring/sightseeing spots</li>
<li>ReactJS + Redux + Google Map API + Facebook/Google Login as frontend and Python Flask + MySql as backend + kafka as medium for future recommendation service.</li>
</ul>
</div>
</div>
</section>
<section class="blocks">
<div class="date">
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3><a href="https://github.com/guanw/DesktopAssistant">Desktop Assistant</a> (active dev)</h3>
<span class="place"><b>Keywords</b>: Swift</span>
</header>
<div>
<ul>
<li>macos desktop app that leverages groq api & llama 3.2 generative ai model and assists in daily tasks such as Q&A, notif scheduling, etc </li>
</ul>
</div>
</div>
</section>
<section class="blocks">
<div class="date">
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3><a href="https://github.com/guanw/sr">sr</a> (active dev)</h3>
<span class="place"><b>Keywords</b>: typescript, pixijs</span>
</header>
<div>
<ul>
<li>browser game capable of single/multi-avatars playing</li>
</ul>
</div>
</div>
</section>
<section class="blocks">
<div class="date">
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3>Diamond Price Learner</h3>
<span class="place"><b>Keywords</b>: scikit-learn, Selenium</span>
</header>
<div>
<ul>
<li>Web crawling & machine learning system predicts diamond ring price</li>
<li>Crawled Blue Niles diamonds data with Selenium & Python.</li>
<li>Applied Linear Regression to learn and predict diamonds price based on 5C’s.</li>
</ul>
</div>
</div>
</section>
</section>
</section>
<aside id="sidebar">
<div class="side-block" id="contact">
<h1>
Contact Info
</h1>
<ul>
<li><i class="fa fa-globe"></i> Guan Wang (Jude)</li>
<li><i class="fa fa-linkedin"></i><a href="https://www.linkedin.com/in/guanwjude/">www.linkedin.com/in/guanwjude/</a></li>
<li><i class="fa fa-github"></i><a href="https://github.com/guanw">https://github.com/guanw</a></li>
<li><i class="fa fa-envelope"></i>[email protected]</li>
</ul>
</div>
<div class="side-block" id="skills">
<h1>
Languages
</h1>
<ul>
<li>Python</li>
<li>JavaScript</li>
<li>Hack/PHP<li>
<li>Golang</li>
<li>Kotlin</li>
<li>Bash</li>
</ul>
<h1>
Technologies
</h1>
<ul>
<li>Git</li>
<li>React Native / React</li>
<li>Typescript</li>
<li>DynamoDB</li>
<li>S3</li>
<li>Thrift</li>
<li>pixi.js (game dev)</li>
<li>Node</li>
<li>D3</li>
<li>Selenium</li>
</ul>
</div>
<div class="side-block" id="contact">
<h1>
Open Source
</h1>
<ul>
<li><i class="fa fa-library"></i><a href="https://https://github.com/jaegertracing/jaeger">Jaeger</a></li>
<li><i class="fa fa-library"></i><a href="https://github.com/hashicorp/golang-lru">golang-lru</a></li>
<li><i class="fa fa-library"></i><a href="https://www.npmjs.com/package/reactjs-chord">reactjs-chord</a></li>
<li><i class="fa fa-github"></i><a href="https://github.com/ronreiter/interactive-tutorials">interactive-tutorials</a></li>
</ul>
</div>
</aside>
</body>
</html>