-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
241 lines (241 loc) · 9.31 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
<!DOCTYPE html>
<html>
<head>
<title>Resume</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<nav class="navbar">
<h1 class="logo"><a href="index.html">Sean M. Nguyen</a></h1>
<ul class="nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<main>
<h1 class="page-title">Resume</h1>
<a href="College Resume.pdf" download>Download Resume</a>
<br />
<div class="resume">
<section class="section">
<h2 class="section-title">Education</h2>
<div class="entry">
<h3 class="entry-title">
Bachelor of Science in Computer Science, Concentration in AI and
Machine Learning
</h3>
<p class="entry-info">
California Polytechnic State University, San Luis Obispo |
Expected Graduation June 2025
</p>
</div>
</section>
<br />
<section class="section">
<h2 class="section-title">Experience</h2>
<div class="entry">
<h3 class="entry-title">Protech Technologies, Inc.</h3>
<p class="entry-info">
Project Manager <em>(May 2023 - Present)</em>
</p>
<ul class="entry-description">
<li>
Produces application to digitize timecards, calculating working
hours, time off, and attendance for 50+ employees
</li>
<li>
Delegates interns on an ongoing UI project to integrate employee
information and forms into a mobile app
</li>
<li>
Manages software project to streamline Return Merchandise
Authorization process, automating 80% of the system
</li>
</ul>
</div>
<div class="entry">
<h3 class="entry-title">Wyzant</h3>
<p class="entry-info">
Private Tutor <em>(June 2020 - Present)</em>
</p>
<ul class="entry-description">
<li>
Optimizes strategies for music theory, economics, statistics,
chemistry, mathematics, and IB course concepts
</li>
<li>
Formulates weekly lesson plans, practice assignments, and
exercises catered to each student’s specific needs
</li>
<li>
Utilizes data analysis and client acquisition management to
develop customer retention by 160%
</li>
<li>
Engages with 30+ students online and in person to inspire
educational passion and subject comprehension
</li>
</ul>
</div>
<div class="entry">
<h3 class="entry-title">MTANG Eye Care</h3>
<p class="entry-info">
Junior Software Developer <em>(May 2020 - Present)</em>
</p>
<ul class="entry-description">
<li>
Implements strategies for cataloging inventory, confirming
insurance eligibility and appointment confirmation, billing,
verifying insurance disbursements, and organizing expenses,
increasing secretarial productivity by 150%
</li>
<li>
Develops Python program to parse 2+ disbursement files into a
readable database, enhancing efficiency by 268%
</li>
<li>
Programs app to merge 100s of patient data into a comprehensive
monthly report, reducing workload by 89%
</li>
<li>
Analyzes Google Business Profile over 3 years to customize
company’s website and improve interactions by 150%
</li>
</ul>
</div>
<div class="entry">
<h3 class="entry-title">Boeing</h3>
<p class="entry-info">
Project Manager <em>(June 2021 - July 2023))</em>
</p>
<ul class="entry-description">
<li>
Led a team of 4 engineers to design model thrust structures,
improving performance of previous model by 594%
</li>
<li>
Presented a Systems Tool Kit 12 analysis comparing the efficacy
of emergency relief programmes in Taiwan
</li>
<li>
Utilized DonkeyCar software to research deep learning neural
networks alongside an internal team of 7 interns
</li>
<li>
Applied operational knowledge of aerospace mechanical systems to
design a space debris removal proposal
</li>
</ul>
</div>
</section>
<br />
<section class="section">
<h2 class="section-title">Projects</h2>
<div class="entry">
<h3 class="entry-title">Recipe Book</h3>
<p class="entry-info"></p>
<p class="entry-description">
Pioneered a digital GUI cookbook catalog with 150+ recipes to meet
the design specifications of the client, benefitting
communication, efficiency, and organization in a private culinary
sector within my hometown by 180%
</p>
</div>
<div class="entry">
<h3 class="entry-title">Unix Tar</h3>
<p class="entry-info"></p>
<p class="entry-description">
Implemented a file directory archival tool from scratch in C to
recreate the Unix tar command in 1.4k lines of code
</p>
</div>
<div class="entry">
<h3 class="entry-title">Lossless Compression Tool</h3>
<p class="entry-info"></p>
<p class="entry-description">
Designed lossless file compression tool utilizing Huffman encoding
in C and Python, achieving up to 92% efficiency
</p>
</div>
<div class="entry">
<h3 class="entry-title">Forest Path Finder Game - Java</h3>
<p class="entry-info"></p>
<p class="entry-description">
Refactored a deprecated code base for a Forest Path Finder game in
Java, reducing redundancy by 48% using OOP
</p>
</div>
<div class="entry">
<h3 class="entry-title">AI Research - DeepMind's AlphaStar</h3>
<p class="entry-info"></p>
<p class="entry-description">
Composed a research paper on the implementation of machine
learning techniques in DeepMind’s AlphaStar program. This explored
future applications of AI in complex predictions over long data
sequences
</p>
</div>
</section>
<br />
<section class="section">
<h2 class="section-title">Coursework</h2>
<ul class="course-list">
<li>Data Structures</li>
<li>Object-Oriented Programming</li>
<li>Systems Programming</li>
<li>Software Engineering</li>
<li>Discrete Structures</li>
</ul>
</section>
<br />
<section class="section">
<h2 class="section-title">Skills</h2>
<ul class="skill-list">
<li>
<strong>Programming Languages: </strong>Java, Python, Assembly, C,
JavaFX, JavaScript, HTML, CSS, NodeJS, React Native
</li>
<li>
<strong>Systems/Software: </strong>Git, SVN, Unix, Linux, MacOS
</li>
<li>
<strong>Applications: </strong>Microsoft 365, G-Suite, Systems
Tool Kit 12, Android Studio
</li>
<li>
<strong>Languages: </strong>English (Native), Spanish (Proficient)
</li>
</ul>
</section>
<br />
<section class="section">
<h2 class="section-title">Activities</h2>
<div class="entry">
<h3 class="entry-title">Academic Decathlon</h3>
<p class="entry-info">
Contestant and Assitant Coach <em>February 2020 - Present</em>
</p>
<ul class="entry-description">
<li>
Participating in regional decathlon and state heptathlon
competitions in the honors category against 80+ schools
</li>
<li>
Balancing comprehension and time management across 10
disciplines for individual and team competition
</li>
<li>
Coaching decathletes and devising lesson plans for Music,
Economics, Mathematics, Speech, Interview, and Essay
</li>
</ul>
</div>
</section>
</div>
</main>
<footer class="footer">© 2023 Sean M. Nguyen | All Rights Reserved</footer>
</body>
</html>