-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
424 lines (402 loc) · 16.7 KB
/
Copy pathindex.html
File metadata and controls
424 lines (402 loc) · 16.7 KB
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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tang Xuan Thao</title>
<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=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Radio+Canada:wght@400;500;600;700&family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap"
rel="stylesheet"
/>
<script src="./main.js" type="module"></script>
</head>
<body>
<div class="cv-container">
<div class="cv-page font-body">
<div class="flex justify-center flex-wrap gap-5">
<div class="left">
<div class="avatar-container"></div>
<div class="section bio text-center space-y-2 !my-5">
<h3 class="section-title">Tang Xuan Thao</h3>
<div class="section-content uppercase font-semibold">
Software Engineer
</div>
</div>
<div class="section contact">
<!-- <div class="section-title">Contact Me</div> -->
<div class="section-content">
<div class="contact-item">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"
/>
</svg>
<a href="mailto:tang.xuanthao1996@gmail.com" target="_blank"
>tang.xuanthao1996@gmail.com</a
>
</div>
<div class="contact-item">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"
/>
</svg>
<a id="tel" target="_blank" href="tel:+84906561545"
>(+84) 90 656 1545</a
>
</div>
<div class="contact-item">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"
/>
</svg>
<a href="https://fr0stf0x.github.io" target="_blank"
>https://fr0stf0x.github.io</a
>
</div>
</div>
</div>
<div class="layer-border"></div>
</div>
<div class="right">
<div class="section">
<div class="section-title">I Am</div>
<div class="section-content space-y-1">
<p>
A highly motivated software engineer with 7+ years of
comprehensive experience in building web applications.
</p>
<p>
An effective team player offering extraordinary analytical
skills and the commitment to delivering high-quality results
and continuous improvement.
</p>
</div>
</div>
<div class="section education">
<div class="section-title">Education and Certificates</div>
<div class="section-content space-y-1">
<div class="achivement">
<div class="headline">
<span class="company-name"> Ton Duc Thang University </span>
<span> Aug 2015 - May 2021 </span>
</div>
<div class="flex justify-between items-center">
<h3 class="role">Bachelor of Computer Science</h3>
<div><strong>GPA</strong>: 7.1/10</div>
</div>
</div>
<div class="achivement">
<div class="headline">
<span class="company-name">IIG Vietnam </span>
<span> Apr 2021 </span>
</div>
<div class="flex justify-between items-center">
<h3 class="role">TOEIC</h3>
<div><strong>Score</strong>: 790/990</div>
</div>
</div>
<div class="achivement">
<div class="headline">
<span class="company-name"> Axon Active </span>
<span> Apr 2018 </span>
</div>
<h3 class="role">Agile Software Development with Scrum</h3>
</div>
</div>
</div>
<div class="section">
<div class="section-title">Tools and Skills</div>
<div class="section-content space-y-3">
<img
src="https://skillicons.dev/icons?i=react,ts,neovim,vite,go,java,docker,kubernetes,aws"
style="max-width: 100%"
class="h-12"
/>
<!-- <img -->
<!-- src="https://skillicons.dev/icons?i=ts,go,figma,jest,tailwind" -->
<!-- style="max-width: 100%" -->
<!-- /> -->
<!---->
<!-- <img -->
<!-- src="https://skillicons.dev/icons?i=nodejs,go,redis,mysql,elasticsearch" -->
<!-- style="max-width: 100%" -->
<!-- /> -->
</div>
</div>
</div>
</div>
<div class="achivement">
<div class="section-title">Work experience</div>
<div class="headline">
<span class="company-name text-blue-700"
>NAB Innovation Center Vietnam</span
>
<span> Oct 2024 - Now </span>
</div>
<h3 class="role">Analyst, Engineer - NAB Now Pay Later</h3>
<ul class="list-disc">
<li>
Develop new features for
<strong>ReactJS and NodeJS miniapps</strong> as well as
<strong>Java microservices</strong> within NAB Now Pay Later
product line.
</li>
<!-- <li>
Improve code quality and testing practices, resulting in higher coverage and more reliable codebase
</li> -->
<li>
Engage and collaborate with other teams for system integration and
troubleshooting.
</li>
<li>
Provide mentorship and product knowledge transfer for other junior
members.
</li>
<li>
Keep Product <i>risk-free</i> by performing
<strong>Business-as-usual</strong>
activities such as vulnerable patching, incident handling and
system monitoring.
</li>
</ul>
</div>
<div class="achivement">
<div class="headline">
<span class="company-name text-blue-700"
>ZaloPay - VNG Corporation</span
>
<span> Arp 2022 - Sep 2024 </span>
</div>
<h3 class="role">Senior Software Engineer</h3>
<ul class="list-square">
<li>Key member in <strong>Platform</strong> team:</li>
<ul class="list-disc list-inner">
<li>
Collaborate with cross-functional teams to
<strong>improve time-to-market</strong> by building automation
platforms.
</li>
<li>
Improve code quality and testing practices, resulting in higher
coverage and more reliable codebase
</li>
<li>
Develop and maintain back office systems such as
<strong>monitoring</strong>,
<strong>CI-CD pipelines</strong> and
<strong>platform systems</strong>
</li>
</ul>
<li>In details:</li>
<ul class="list-disc list-inner">
<li>
Design and Build frontend for
<strong>ZaloPay Gears</strong>: a
<strong>Platform-as-a-Service application</strong>
providing automated yet under supervision solution for
provisioning dependency softwares within ZaloPay Technical
Stack.
</li>
<li>
Develop
<strong>Rate limit dashboard</strong> to centrally visualize and
configurate rate-limit for company APIs.
</li>
<li>
Develop several features for ZaloPay monitoring system including
<strong>metrics monitoring</strong>,
<strong>infrastructure monitoring</strong>,
<strong>billing monitoring</strong>.
</li>
<li>
Design and build a cutting-edge
<strong>engineering management tool</strong> that enabled
statistical analysis of ZaloPay engineers' performance and tech
teams' productivity.
</li>
<li>
Build
<strong>Backstage Developer Portal</strong> and open sourcing
well-tested gRPC-playground plugin for Backstage.
</li>
</ul>
</ul>
</div>
<div class="achivement">
<div class="headline">
<span class="company-name text-blue-700"> CoderSchool </span>
<span> Dec 2022 - Sep 2023 </span>
</div>
<h3 class="role">
Mentor (Part-time) - Fullstack Web Development Course
</h3>
<ul class="list-disc">
<li>
Conducted weekly meetings with students to provide guidance and
support for their self-learning process and to develop ideas for
projects written with the
<strong>MERN</strong> stack.
</li>
<li>
Shared knowledge and experience with students, introducing them to
in-demand technologies in the market, as well as topics on
<strong>software development processes</strong>,
<strong>software testing</strong>, and
<strong>fundamental IT knowledge</strong> required to help
students become more confident in their skills before seeking
employment in the industry.
<!-- Responsibilities include debugging, providing advice and feedback, and assisting with code reviews, pair programming, and troubleshooting. -->
</li>
<li>
Contributed to the improvement of the course materials by
providing feedback on their effectiveness and relevance, and
sourcing <strong>additional useful materials</strong> to help
students stay up-to-date with the latest knowledge.
</li>
</ul>
</div>
<div class="achivement">
<div class="headline">
<span class="company-name text-blue-700"> Zigvy Corporation </span>
<span> June 2020 - Feb 2022 </span>
</div>
<h3 class="role">Senior Software Engineer - Team Leader</h3>
<!-- Team leader of 4 projects -->
<!-- Creaticode, Mia Agents, HR-Forte, NotarizeMe -->
<ul class="list-square">
<li>Key contributions:</li>
<ul class="list-disc list-inner">
<li>
Worked closely with foreign clients, product owners to gather
requirements and develop phased product development plans.
</li>
<li>
Encouraged rapid development while maintaining the high bar of
team's code quality through cross code reviews and leveraging
application of best practices.
</li>
<li>
Provided training and mentoring of team members to empower them
with knowledge and tools.
</li>
<!-- <li> -->
<!-- Designed the transformation of the legacy infrastructure -->
<!-- into a modern DevOps environment. -->
<!-- </li> -->
</ul>
<li>In details:</li>
<ul class="list-disc list-inner">
<li>
Built <strong>Creaticode</strong> with
<strong>ReactJS-based MeteorJS</strong>:
<p>
A platform that provides programming lessons, digital
work-and-play spaces for users powered by a
<strong>MIT Scratch-based editor</strong>.
</p>
</li>
<li>
Implemented User Interface for
<strong>Employee, Payroll and Report</strong> modules in a
<strong>Human Resource Management</strong> with
<strong>ReactJS, Redux</strong>.
</li>
<li>
Developed a system providing Grab-like experience in Notary with
<strong>ReactJS</strong> and <strong>NestJS</strong>.
</li>
</ul>
</ul>
</div>
<div class="achivement">
<div class="headline">
<span class="company-name text-blue-700"> ANTS Programmatic </span>
<span> Mar 2019 - May 2020 </span>
</div>
<h3 class="role">Software Engineer</h3>
<ul class="list-disc">
<li>
Built <strong>Antalyzer</strong>: a Web Application for data
aggregation, visualization and automated reporting with
<strong>ReactJS, Redux</strong> backed by
<strong>ExpressJS, Redis, ElasticSearch and RabbitMQ</strong>
</li>
<li>
Built a system for monitoring company applications using
<strong>ReactJS</strong>.
</li>
<!-- <li>Monthly seminar about technologies.</li> -->
</ul>
</div>
<div class="achivement">
<div class="headline">
<span class="company-name text-blue-700"> FPT Software </span>
<span> Apr 2018 - Aug 2018 </span>
</div>
<h3 class="role">Intern Web Developer</h3>
<ul class="list-disc">
<li>
Built a mock-up Interview process management system with HTML,
CSS, Javascript and Spring Framework at backend.
</li>
</ul>
</div>
</div>
<!-- <div class="cv-page flex font-display"> -->
<!-- <div class="section skills"> -->
<!-- <div class="section-title">My Skills</div> -->
<!-- <div class="section-content space-y-3"> -->
<!-- <img -->
<!-- src="https://skillicons.dev/icons?i=vscode,js,ts,react,tailwind" -->
<!-- style="max-width: 100%" -->
<!-- /> -->
<!-- <img -->
<!-- src="https://skillicons.dev/icons?i=nodejs,mongodb,postgres,redis,graphql" -->
<!-- style="max-width: 100%" -->
<!-- /> -->
<!-- <img -->
<!-- src="https://skillicons.dev/icons?i=git,docker,bash,linux,nginx" -->
<!-- style="max-width: 100%" -->
<!-- /> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
</div>
</body>
</html>