-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
286 lines (285 loc) · 17.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Yulin Zheng</title>
<link rel="icon" type="image/x-icon" href="img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Yulin Zheng</span>
<span class="d-none d-lg-block"><img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/profile.jpg" alt="..." /></span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#education">Education</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#experience">Experience</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#projects">Projects</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#credentials">Credentials</a></li>
</ul>
</div>
</nav>
<!-- Page Content-->
<div class="container-fluid p-0">
<!-- About-->
<section class="resume-section" id="about">
<div class="resume-section-content">
<h1 class="mb-0">Yulin
<span class="text-primary">Zheng</span>
</h1>
<div class="subheading mb-5">|
<a href="mailto:[email protected]">[email protected]</a>
</div>
<p class="lead mb-5"><!-- Self Intro --></p>
<div class="social-icons">
<a class="social-icon" href="#!"><i class="fas fa-file-pdf"></i></a>
<a class="social-icon" href="https://github.com/yulinzheng"><i class="fab fa-github"></i></a>
<a class="social-icon" href="#!"><i class="fab fa-linkedin-in"></i></a>
<a class="social-icon" href="https://www.instagram.com/raichu.shiba"><i class="fab fa-instagram"></i></a>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Education-->
<section class="resume-section" id="education">
<div class="resume-section-content">
<h2 class="mb-5">Education</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">University of California, Berkeley</h3>
<div class="subheading mb-3">B.A. & M.S. in Computer Science</div>
<p>Relevant coursework:
<table>
<tr>
<td>CS 168: Internet Architecture and Protocols</td>
<td>CS 186: Intro to Database Systems</td>
</tr>
<tr>
<td>CS 169: Software Engineering</td>
<td>CS 189: Machine Learning</td>
</tr>
<tr>
<td>CS 170: Efficient Algorithms and Intractable Problems</td>
<td>INFO 159: Natural Language Processing</td>
</tr>
</table>
</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">2012-2018</span></div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Experience-->
<section class="resume-section" id="experience">
<div class="resume-section-content">
<h2 class="mb-5">Experience</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">AnotherMind.ai</h3>
<div class="subheading mb-3">Backend Engineer</div>
<p><ul>
<li>Collaborated with the frontend team on building a <a href="https://beta.anothermind.ai/explore">web app</a> using React, FastAPI, PostgreSQL, and AWS.</li>
<li>Implemented social features like notifications, comments, follow/unfollow, content sharing, etc.</li>
<li>Integrated third-party APIs for adding functionalities like token streaming and recurring payments.</li>
</ul></p>
</div>
<div class="flex-shrink-0"><span class="text-primary">Jun 2023 - Present</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Yupaw, Inc</h3>
<div class="subheading mb-3">Self-Employed</div>
<p>Took a three-year hiatus from my career to pursue passions beyond building cool products.
<ul>
<li><a href="#credentials">Snowboarding</a></li>
<li><a href="#credentials">Real Estate</a></li>
<li>Shiba Community:
<ul>
<li>built a product review <a href="#projects">web app</a> for local Shiba owners.</li>
<li>raised awareness of chylothorax (a serious condition that the Shiba Inu breed is predisposed to).</li>
<li>participated in a <a href="https://avmajournals.avma.org/view/journals/javma/261/5/javma.22.08.0381.xml">research study</a> on idiopathic chylothorax conducted by UC Davis.</li>
</ul>
</li>
</ul>
</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">Apr 2020 - May 2023</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Test.ai</h3>
<div class="subheading mb-3">Backend Engineer</div>
<p><ul>
<li>Collaborated with the frontend team on building a web app using React, Flask, MySQL, and GCP.</li>
<li>Integrated Alembic for database migrations and Firebase for user authentication.</li>
<li>Wrote internal documentations on running the dev server and testing API responses.</li>
</ul></p>
</div>
<div class="flex-shrink-0"><span class="text-primary">Dec 2019 - Mar 2020</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Compliance.ai</h3>
<div class="subheading mb-3">Software Engineer</div>
<p><ul>
<li>Wrote a data loader to stream compliance notices with varied file formats into Prodigy, an annotation tool.</li>
<li>Created training data for a named-entity recognition (NER) task using Prodigy’s entity recommendation model.</li>
<li>Trained the custom entity recognizer using spaCy, a Python NLP library. Maintained model over time.</li>
<li>Worked on data visualization tasks and integrated responsive charts into existing UI components.</li>
<li></li>
</ul></p>
</div>
<div class="flex-shrink-0"><span class="text-primary">Apr 2018 - Oct 2019</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Virtual Reality at Berkeley</h3>
<div class="subheading mb-3">Co-Founder</div>
<p><ul>
<li>Introduced team members to VR/AR concepts, 3D game design and development principles using Unity and C#.</li>
<li>Developed VR/AR games and applications for various on/off-campus events (Halloween, Cal Day, Oculus Connect).</li>
<li>Grew total members of VR at Berkeley from 7 to 200+ students.</li>
<li>Project videos:
<ul>
<li><a href="https://youtu.be/gUPY_vwpJaQ">Virtual Campanile</a></li>
<li><a href="https://youtu.be/tt-sUxOYpuw">Driving Simulator</a></li>
<li><a href="https://youtu.be/ALtWvbNSChY">Haunted Hospital</a></li>
</ul>
</li>
</ul></p>
</div>
<div class="flex-shrink-0"><span class="text-primary">Jun 2015 - Dec 2016</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">LinkedIn</h3>
<div class="subheading mb-3">Software Engineer Intern</div>
<p><ul>
<li></li>
<li></li>
<li></li>
</ul></p>
</div>
<div class="flex-shrink-0"><span class="text-primary">May - Aug 2016</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between">
<div class="flex-grow-1">
<h3 class="mb-0">UC Berkeley, EECS Department</h3>
<div class="subheading mb-3">Undergraduate Student Instructor</div>
<p><ul>
<li>Introduced students to CS concepts and programming paradigms with Python.</li>
<li>Wrote tutorials, labs, discussion notes, and exams using LaTeX and Markdown.</li>
<li>Maintained Bash and Python scripts for project auto-graders.</li>
<li>Mentored first-time CS Teaching Assistants.</li>
<li>Course websites:
<ul>
<li><a href="http://61a-su15-website.github.io/">CS 61A</a> - Introduction to Programming</li>
<li><a href="http://www-inst.eecs.berkeley.edu/~cs70/sp15/">CS 70</a> - Discrete Mathematics and Probability Theory</li>
<li><a href="http://cs375.github.io/su16/index.html">CS 375</a> - Teaching Techniques for Computer Science</li>
</ul>
</li>
</ul></p>
</div>
<div class="flex-shrink-0"><span class="text-primary">Jun 2015 - Aug 2016</span></div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Projects-->
<section class="resume-section" id="projects">
<div class="resume-section-content">
<h2 class="mb-5">Projects</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Shiba Nearby</h3>
<p><ul>
<li>A single-page app built for my local Shiba owners community</li>
<li></li>
<li></li>
</ul></p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0"><a href="https://github.com/yulinzheng/color-palette-generator">Color Palette Generator</a></h3>
<p><ul>
<li>A Python script that generates a color palette based on an given image</li>
<li>Uses k-means clustering to extract the dominant colors</li>
<li>Uses OpenCV and NumPy for image processing and geometric transformations</li>
</ul></p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Cachet</h3>
<p><ul>
<li>A chrome extension that:
<ul>
<li>captures and saves user-highlighted text from a webpage</li>
<li>allows search and retrieval of all previously saved content</li>
</ul>
</li>
<li></li>
<li></li>
</ul></p>
</div>
</div>
<div class="flex-grow-1">
<h3 class="mb-0">If It Fits (in progress)</h3>
<p><ul>
<li>A VR 3D puzzle game built for Oculus Quest 2</li>
<li>Inspired by <a href="https://www.cubism-vr.com/">cubism</a></li>
</ul></p>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Credentials-->
<section class="resume-section" id="credentials">
<div class="resume-section-content">
<h2 class="mb-5">Credentials</h2>
<p><ul>
<div class="subheading mb-3">AASI Level 1 Snowboard Instructor</div>
<p><ul>
<li>Acquired my L1 certificate on April 8, 2021.</li>
<li>Worked at Burton Academy (Northstar, Lake Tahoe) during the 21/22 snow season.</li>
</ul></p>
<div class="subheading mb-3">Real Estate Professional (2022)</div>
<p><ul>
<li>Spent 750+ hours in real estate activities in 2022.</li>
<li>Oversaw the execution of three construction projects:
<ul>
<li>4/2020 - 4/2022: expansion and renovation of an existing residential property</li>
<li>1/2021 - 1/2022: construction of a new residential property</li>
<li>6/2022 - 1/2023: rehabilitation of a duplex rental unit (upped cap rate to 7.7%)</li>
</ul>
</li>
</ul></p>
</ul></p>
</div>
</section>
<hr class="m-0" />
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>