-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
245 lines (223 loc) · 8.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap"
rel="stylesheet"
/>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kavin Phan</title>
</head>
<body>
<main>
<h1>Kavin Phan</h1>
<div class="headshot-container">
<img src="images/me.jpg" class="headshot" />
</div>
<nav>
<a href="mailto:[email protected]">Email</a>
<a href="https://github.com/kavinphan/">GitHub</a>
<a href="https://www.linkedin.com/in/kavin-phan/">LinkedIn</a>
</nav>
<!-- About Me -->
<section>
<h2>About Me</h2>
<p>
<b>Hey there, I'm Kavin!</b> I work as a full-time software engineer
at
<a href="https://grayscaleapp.com/" class="grayscale-text"
>Grayscale</a
>, a startup based in Atlanta, GA, where I have worn many hats
including front-end, back-end, dev-ops, and site reliability. I have
led projects to develop integrations with HRIS platforms like
<b>Workday</b> and <b>SAP SuccessFactors</b> and contributed to
efforts like moving our services from <b>Heroku</b> to <b>AWS</b> and
supporting <b>multi-region deployments</b>. I am also a part-time
student at the
<a href="https://www.gatech.edu/" class="gt-text"
>Georgia Institute of Technology</a
>
where I will be graduating in May 2025 with a B.S. in Computer
Science. At Georgia Tech I am involved with
<a href="https://bitsofgood.org/" class="bog-text">Bits of Good</a>, a
club that develops pro-bono software for non-profits. I have served
the club as a developer, engineering manager, and even director of
engineering.
</p>
<br />
<p>
Outside of work and school, I take care of my three cats and enjoy
making music!
</p>
</section>
<hr />
<!-- Experience -->
<section>
<h2>Experience</h2>
<!-- Grayscale -->
<div class="group">
<div class="group-header">
<h3>
<a href="https://grayscaleapp.com/" class="grayscale-text"
>Grayscale</a
>
<span class="job-title">(Software Engineer)</span>
</h3>
<p class="date-range">Aug 2021 - Present</p>
</div>
<ul>
<li>
Led an initiative to replace a 3rd party vendor by scoping out
required work and communicating with stakeholders which resulted
in decreased integration costs and increased observability
capabilities.
</li>
<li>
Developed a resilient data-polling service to synchronize millions
of records every day from 3rd party APIs in real-time using Ruby
on Rails, AWS (Kinesis, SQS), Docker, Redis, and PostgreSQL.
</li>
<li>
Reduced unknown 5XX error rates by implementing structured JSON
logging and finding problematic requests using Datadog.
</li>
<li>
Managed the self-hosted CI/CD pipeline that built container images
and deployed services to multiple regions (US and EU) using AWS
ECS, Docker, Terraform, and Bash.
</li>
<li>
Became a subject matter expert in CI/CD, cloud infrastructure in
AWS, and data synchronization from 3rd party platforms such as
Workday, SAP SuccessFactors, and Greenhouse.
</li>
</ul>
</div>
<!-- GTRI -->
<div class="group">
<div class="group-header">
<h3>
<a href="https://www.gtri.gatech.edu/" class="gt-text">GTRI</a>
(Software Engineer Co-op)
</h3>
<p class="date-range">Aug 2019 - Aug 2021</p>
</div>
<ul>
<li>
Developed a web application for the bio-informatics lab to process
COVID-19 40,000+ PCR test results daily from the Georgia Tech
campus and the Georgia House of Representatives using Flask.
</li>
<li>
Collaborated with the bioinformatics laboratory to create an
internal web app for the daily processing of 40,000+ COVID-19
tests using Python with Flask and Bootstrap.
</li>
<li>
Developed features for Delta Airlines's in-flight entertainment
system using Java, Spring, and RabbitMQ.
</li>
</ul>
</div>
<!-- Tesla -->
<div class="group">
<div class="group-header">
<h3>
<a href="https://www.tesla.com/" class="tesla-text">Tesla</a>
(Software Engineer Intern)
</h3>
<p class="date-range">Jan 2021 - Jun 2021</p>
</div>
<ul>
<li>
Developed a deployment system that allows for the installation and
updating of software to thousands of edge devices within the
factory with minimal downtime using GoLang and gRPC + Protobufs.
</li>
</ul>
</div>
<!-- NCR -->
<div class="group">
<div class="group-header">
<h3>
<a href="https://www.ncr.com/" class="ncr-text">NCR</a>
(Software Engineer Intern)
</h3>
<p class="date-range">Jun 2020 - Aug 2020</p>
</div>
<ul>
<li>
Created and presented an MVP of the white-label hospitality app
using Android's Instant App and Apple's App Clips features,
allowing customers to place orders without needing to install the
app.
</li>
</ul>
</div>
</section>
<hr />
<!-- Education -->
<section>
<h2>Education</h2>
<div class="group">
<div class="group-header">
<h3>
<a href="https://www.gatech.edu/" class="gt-text">
Georgia Institute of Technology
</a>
</h3>
</div>
<ul>
<li>GPA: 3.48</li>
<li>
Accolades: Undergraduate Student Research Award, Zell Miller
Scholarship, Dean's List
</li>
</ul>
</div>
</section>
<hr />
<!-- Projects -->
<section>
<h2>Projects</h2>
<div class="groups-grid">
<!-- Multiplayer Tier List -->
<div class="group project">
<div class="group-header">
<h3>
<a href="https://kp-mtl.netlify.app/" class="project-title">
Multiplayer Tier List
</a>
</h3>
</div>
<p>Tier lists with democracy. Developed using React and GoLang.</p>
<img src="images/mtl.png" class="project-img example" />
</div>
<!-- EZPaS -->
<div class="group project">
<div class="group-header">
<h3>
<a
href="https://www.curseforge.com/minecraft/mc-mods/ezpas"
class="project-title"
>
EZPaS
</a>
</h3>
</div>
<p>
Minecraft mod that adds automation via pipes and has over
<b>800,000 downloads</b>.
</p>
<img src="images/ezpas.png" class="project-img example" />
</div>
</div>
</section>
</main>
</body>
</html>