-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
283 lines (270 loc) · 9.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Shi Zhang's Resume</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="style-new.css" />
</head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-BMHC9VDGPY"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-BMHC9VDGPY");
</script>
<body>
<!-- Header -->
<div class="header">
<h1>Shi Zhang's Resume</h1>
<p>My professional qualifications and experiences.</p>
</div>
<!-- Navigation Bar -->
<div class="navbar">
<a href="index.html">Home</a>
<a href="biography.html">Biography</a>
<a href="resume.html" class="active">Resume</a>
<a href="projects.html">Projects</a>
<a href="contact.html">Contact</a>
</div>
<!-- Resume Content -->
<div class="content resume-content">
<!-- Added class 'resume-content' -->
<h2>Education</h2>
<div class="resume-entry">
<div class="resume-main">
<strong>Northeastern University, Seattle WA</strong>
<span class="degree">Master of Science in Computer Science</span>
</div>
<div class="resume-date">
<strong class="date">May 2025</strong>
</div>
</div>
<div class="resume-entry">
<div class="resume-main">
<strong>University of Pennsylvania, Philadelphia PA</strong>
<span class="degree">Master of Science in Design</span>
</div>
<div class="resume-date">
<strong class="date">Dec 2019</strong>
</div>
</div>
<div class="resume-entry">
<div class="resume-main">
<strong>Rensselaer Polytechnic Institute, Troy NY</strong>
<span class="degree">Bachelor of Architecture</span>
</div>
<div class="resume-date">
<strong class="date">May 2018</strong>
</div>
</div>
<h2>Professional Experience</h2>
<div class="resume-entry">
<strong
>GraphAcademy, Cupertino CA - Software Development Intern</strong
>
<strong class="date">May 2024 - Aug 2024</strong>
</div>
<span>
Contribution to an AI-Driven Dating App using TypeScript and Node.js
</span>
<ul>
<li>
Developed user-friendly AI-driven dating app using Next.js and
TypeScript, achieving a 30% improvement in user engagement metrics.
</li>
<li>
Integrated advanced large language models (LLMs) and utilized cloud
services like Supabase for backend support, reducing backend
processing time by 25%.
</li>
<li>
Implemented AI technologies such as Hume voice API and image
background removal API for users' digital profile.
</li>
<li>
Collaborated with design and product team, work through the full
software development lifecycle, and connected all the page routing
strictly following the user flow behaviors.
</li>
</ul>
<div class="resume-entry">
<strong
>Green Light-Year (NPO), Shanghai - Backend Development Intern</strong
>
<strong class="date">Apr 2024 - Jun 2024</strong>
</div>
<span>
Contribution to an ESG Data Visualization Website using Vue.js and
PostgreSQL
</span>
<ul>
<li>
Conceptualized a comprehensive web application aimed at promoting
sustainable practices within communities, and built a dynamic Vue.js
frontend using state management and reusable components for an
interactive user experience.
</li>
<li>
Developed a Flask backend with PostgreSQL integration for user
authentication, data management, and API endpoints, ensuring secure
and efficient operations.
</li>
</ul>
<div class="resume-entry">
<strong
>Northeastern University, Seattle WA - Research Assistant</strong
>
<strong class="date">Sep 2023 - Dec 2023</strong>
</div>
<span> Contribution on Open Source Cloud Database using Java & SQL </span>
<ul>
<li>
Analyzed performance trade-offs between NoSQL and Distributed SQL
databases in cloud environments.
</li>
<li>
Adapted YCSB+T for benchmarking across multiple database systems,
enabling direct workload comparisons.
</li>
<li>
Achieved key milestones in benchmarking, adapting YCSB+T for various
databases, and initiating an open-source platform and educational
resource development.
</li>
</ul>
<span>
Contribution on Resume Match System using Python & Transformer
</span>
<ul>
<li>
Conducted NLP and Machine Learning research to semantically match
resumes to specific job descriptions or queries, aiding recruiters in
finding the most suitable candidates.
</li>
<li>
Applied visualization techniques to output embedding correlations,
enhancing semantic analysis clarity.
</li>
<li>
Boosted recruitment efficiency by 25% with a tool that semantically
matches resumes to job queries.
</li>
</ul>
<div class="resume-entry">
<strong>Ballinger, Philadelphia PA - Architectural BIM Designer</strong>
<strong class="date">Feb 2020 - Nov 2022</strong>
</div>
<ul>
<li>
Managed project documentation across entire design life cycle for a
1.6 million sq. ft. hospital project.
</li>
<li>
Delivered monthly progress presentations to the entire office and
provided weekly internal updates.
</li>
<li>
Streamlined data workflow by optimizing the framework between Excel
and Revit.
</li>
<li>
Collaborated with Mechanical, Electrical, and Plumbing teams for
monthly value engineering initiatives.
</li>
</ul>
<h2>Relevant Projects</h2>
<div class="resume-entry">
<strong
>Camera Calibration & Augmented Reality Computer Vision App</strong
>
<strong>Nov 2023</strong>
</div>
<ul>
<li>
Engineered a C++ application integrating OpenCV for camera calibration
and enabling real-time 3D object projection.
</li>
<li>
Implemented robust camera calibration using chessboard patterns,
storing parameters in local database.
</li>
<li>
Developed features for dynamic interaction with the augmented
environment, including virtual object manipulation, feature detection,
and real-time rendering adjustments based on user input.
</li>
</ul>
<div class="resume-entry">
<strong>StayStocked Android Mobile App</strong>
<strong>Apr 2023</strong>
</div>
<ul>
<li>
Recognized a need for a user-friendly mobile app to track and manage
grocery inventory effectively.
</li>
<li>
Developed core functionalities using Kotlin, incorporating features
like product listings, search filters, and user interactions with
tooltips and alerts.
</li>
<li>
Successfully launched the StayStocked app, receiving positive feedback
from 140+ audience members.
</li>
</ul>
<div class="resume-entry">
<strong>Fun Facts Share Website Full-Stack Web App</strong>
<strong>Feb 2023</strong>
</div>
<ul>
<li>
Architected interactive social web app with community engagement;
built React frontend implementing hooks and state management for
dynamic UX.
</li>
<li>
Developed backend database integrations and reusable
container/presentational components enabling CRUD operations, image
uploads and user authentication.
</li>
<li>
Demonstrated full-stack proficiency utilising React, Supabase, Git;
engineered features like voting, categorization and commenting to
facilitate community contribution.
</li>
</ul>
<h2>Technical Skills</h2>
<div class="resume-entry single-column">
<span
>Languages: Java, Python, Kotlin, C++, JavaScript, TypeScript,
SQL</span
>
</div>
<div class="resume-entry single-column">
<span
>Tools: Docker, Linux, AWS, Git, Open CV, MySQL, MongoDB,
PostgreSQL</span
>
</div>
<div class="resume-entry single-column">
<span>
Frameworks: Node.js, Next.js, React.js, Vue.js, Java Spring Boot,
Restful API
</span>
</div>
</div>
<!-- Footer -->
<div class="footer">
<p>© 2024 by Shi Zhang. All rights reserved.</p>
</div>
</body>
</html>