-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
571 lines (556 loc) · 28.8 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
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
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./styles/reset.css" />
<link rel="stylesheet" href="./styles/normalize.css" />
<link rel="stylesheet" href="./styles/styles.css" />
<link rel="icon" href="./images/Haru.png" />
<title>Pham Quoc Hung - Developer Portfolio</title>
<script type="text/javascript" src="./scripts/event-handlers.js"></script>
<script type="text/javascript" src="./scripts/script.js"></script>
<script type="text/javascript" src="./scripts/responsive.js"></script>
</head>
<body>
<header>
<div class="hero-area">
<div id="menubar" class="hero-area__menubar">
<div class="menubar__logo">
<img src="./images/nab-rm.png" alt="" height="50px">
<h1 style="margin: 10px;">+</h1>
<img src="./images/Haru.png" width="50px" height="50px" style="margin-right: 1em;">
<h1>P. Q. Hung</h1>
</div>
<div class="menubar__indexes">
<ul class="indexes--items">
<li class="indexes__item">
<a href="#introduction" class="item__anchor spaced">Summary</a>
</li>
<li class="indexes__item">
<a href="#expertise" class="item__anchor spaced">Expertise</a>
</li>
<li class="indexes__item">
<a href="#experiences" class="item__anchor spaced">Experiences</a>
</li>
<li class="indexes__item">
<a href="#projects" class="item__anchor spaced">Projects</a>
</li>
<li class="indexes__item">
<a href="#honors" class="item__anchor spaced">Qualification</a>
</li>
<li class="indexes__item">
<a href="#contact" class="item__anchor spaced">Contact</a>
</li>
</ul>
</div>
</div>
<div class="hero-area__content">
<div class="content__titlebox">
<h1 class="title light">Java+</h1>
<h1 class="title light alter">Spring</h1>
</div>
<div class="content__travesal">
<span class="semi-title light double-spaced">
Back-end Developer
</span>
<div class="travesal__container">
<div class="button-wrapper">
<button class="light pressable" onclick="getCV()">
<i class="bi bi-cloud-download"></i>
<span>Get my CV</span>
</button>
</div>
<span id="formore"> or scroll down for more</span>
</div>
</div>
</div>
</div>
</header>
<section id="introduction">
<div class="section__container flex-horizontal">
<div class="content__westside">
<img id="keyboard" src="./images/laptop.jpg" alt="keyboard" />
</div>
<div class="content__eastside">
<div class="content__northside">
<img class="image-avatar" src="./images/avt.jpg" alt="Avatar" width="150px" height="150px" />
<div id="summary__header" class="content__title underlined">
<h1 class="header header-spaced">Summary</h1>
</div>
</div>
<div class="content__text">
<p>
My name is <strong class="alter">Pham Quoc Hung</strong>, an aesthetic-oriented programmer who is passionate about creating softwares with <strong>Java</strong> as well as <strong>designing and implementing UI/UX</strong>. Thus,
I tried to develop myself as a Java client-side (<em>back-end</em>) developer firstly before stepping into client-side (<em>front-end</em>) and designing web with minimalism concepts.
</p>
<p>
To me, quality and craftsmanship are alway crucial to creating good applications. <strong>Writing clean, and well-formatted code</strong> in the first place helps reduce debug time and increase maintainability. Afterwards, the
written code will be optimized with <strong>algorithms</strong> as well as organized to maintain scalability with <strong>Software Design Patterns</strong> such as MVC.
</p>
<p>
Having worked in many teams, 2 startups, I have acquired the knowledge of how a business works both technically and economically in many aspects. I have also got plenty of chances to hone, my teamwork skill which is concentrated on <strong>communicating, critical thinking, problem-solving, and creating plans</strong>.
The <strong>ability to present </strong>confidently is an additional strength which has been developed from my tutoring experiences.
</p>
</div>
</div>
</div>
</section>
<section id="expertise" class="expertise">
<div class="section__container flex-vertical">
<div class="content__title">
<h1 class="header header-spaced">Expertise</h1>
<h2 class="semi-title">What can I do at all ?</h2>
</div>
<h2 class="sub-header centered double-spaced">Technologies Proficiency</h2>
<div class="card-layout">
<a class="card">
<div class="card__image">
<img id="java" class="inverted" src="./images/java.png" alt="">
</div>
<div class="card__content">
<h1>Java</h1>
<p><strong>Technologies: </strong> JavaSE 17, JavaFX, Swing, JSoup, Hibernate, Lombok</p>
<p><strong>IDEs:</strong> VSCode, IntelliJ IDEA, Netbeans</p>
</div>
</a>
<a class="card">
<div class="card__image">
<img id="spring" src="./images/spring.png" alt="">
</div>
<div class="card__content">
<h1>Spring</h1>
<p><strong>Packages: </strong>Spring Core, Spring Boot, Spring MVC, Spring Security, Spring Data</p>
</div>
</a>
<a class="card">
<div class="card__image">
<img src="./images/application.png" alt="" id="web">
</div>
<div class="card__content">
<h1>Client Side</h1>
<p><strong>Libraries:</strong> UIKit, Bootstrap 5, jQuery</p>
<p><strong>Frameworks:</strong> ReactJS, MUI</p>
<p><strong>Extensions:</strong> SaSS, TypeScript</p>
</div>
</a>
<a class="card">
<div class="card__image">
<img src="./images/application.png" alt="">
</div>
<div class="card__content">
<h1>Server Side</h1>
<p><strong>Language:</strong> TypeScript + NodeJS 14</p>
<p><strong>Frameworks:</strong> ExpressJS, Mongoose, Apollo GraphQL</p>
<p><strong>Tools:</strong> GlassFish, Docker</p>
</div>
</a>
<a class="card">
<div class="card__image">
<img src="./images/application.png" alt="">
</div>
<div class="card__content">
<h1>Cloud computing</h1>
<p><strong>Certifications:</strong><br> AWS Cloud Practitioner</p>
</div>
</a>
</div>
<h2 class="sub-header centered double-spaced">Working Skills</h2>
<div class="card-layout">
<a class="card">
<div class="card__image">
<img id="database" class="inverted" src="./images/dbnt.png" alt="">
</div>
<div class="card__content">
<h1>Databases & Tools</h1>
<p><strong>Databases: </strong>PostgreSQL, H2, Oracle, SQL Server</p>
<p><strong>Tools: </strong>Git, Python, Linux, Bash, Zsh, Powershell</p>
</div>
</a>
<a class="card">
<div class="card__image">
<img src="./images/knowledge.png" class="inverted" alt="">
</div>
<div class="card__content">
<h1>Knowledge</h1>
<p><strong>Programming: </strong>Data structures & Algorithms</p>
<p><strong>Structures: </strong>MVC, Design Patterns</p>
<p><strong>Working: </strong>Clean code, Testing</p>
</div>
</a>
<a class="card">
<div class="card__image">
<img src="./images/lang.png" alt="">
</div>
<div class="card__content">
<h1>Languages</h1>
<!-- <p>
<strong>English</strong> - Primary Language
(<em>6.5 IELTS</em>)
</p> -->
<p>
<strong>English</strong> - Primary use (<em>EFSET 74/100</em>)
</p>
<p>
<strong>Japanese</strong> - Secondary use (<em>N5 JLPT</em>)
</p>
</div>
</a>
<a class="card">
<div class="card__image">
<img src="./images/knowledge.png" class="inverted" alt="">
</div>
<div class="card__content">
<h1>Professionalism</h1>
<p><strong>Methodologies: </strong>Agile, Scrum, Kanban</p>
<p><strong>Domains: </strong>Financial, e-Commerce, Banking</p>
</div>
</a>
</div>
</div>
</section>
<section id="experiences" class="experiences dimmed">
<div class="section__container">
<div class="content__title flex-vertical">
<h1 class="header header-spaced">Experiences</h1>
<p class="description centered double-spaced margin-x-1">Hover to any images to see its details</p>
</div>
<div class="card-layout">
<a class="post">
<div id="daynhauhoc" class="image"></div>
<div class="post-container">
<div class="post-overlay">
<div class="post-title">
<h2>Daynhauhoc.com</h2>
<div class="post-metadata">
<span>
<i class="bi bi-person-circle"> </i>
<strong class="alter">Regular member</strong>
</span>
<span>
<i class="bi bi-calendar3"></i>
2014 - 2018
</span>
</div>
</div>
<hr>
<div class="post-content">
<p>Answering technical questions with plain and clear explanation.</p>
<p>Writing posts on the Blog section to share the knowledge.</p>
</div>
</div>
</div>
</a>
<a class="post">
<div id="webdev" class="image"></div>
<div class="post-container">
<div class="post-overlay">
<div class="post-title">
<h2>Webdev Studio</h2>
<div class="post-metadata">
<span>
<i class="bi bi-person-circle"> </i>
<strong class="alter">Developer</strong>
</span>
<span>
<i class="bi bi-calendar3"></i>
2019 - 2020
</span>
</div>
</div>
<hr>
<div class="post-content">
<p>Developing webpages for University’s student campaigns like “Xuan Tinh Nguyen” and my personal Java projects.</p>
<ul>
<li>
<i class="bi bi-people-fill"></i>
<strong>Time size:</strong> 4 members
</li>
<li>
<i class="bi bi-stack"></i>
<strong>Technology:</strong> ReactJS, Bootstrap 4, HTML/CSS/JS, MySQL, Git
</li>
</ul>
</div>
</div>
</div>
</a>
<a class="post">
<div id="i-english" class="image"></div>
<div class="post-container">
<div class="post-overlay">
<div class="post-title">
<h2>I-English Startup</h2>
<div class="post-metadata">
<span>
<i class="bi bi-person-circle"> </i>
<strong class="alter">Founder / Technical Leader</strong>
</span>
<span>
<i class="bi bi-calendar3"></i>
06.20 - 12.20
</span>
</div>
</div>
<hr>
<div class="post-content">
<p>Developing application project for an English center startup.</p>
<p>Designing UI/UX and concept for mobile applications.</p>
<p>Earning economic, financial, and project management knowledge through Creative Idea Contest 2020 and its mentors.</p>
<ul>
<li>
<i class="bi bi-people-fill"></i>
<strong>Time size:</strong> 3 members
</li>
<li>
<i class="bi bi-stack"></i>
<strong>Technology:</strong> Java, Android, UML Diagrams
</li>
</ul>
</div>
</div>
</div>
</a>
<a class="post">
<div id="tutor" class="image"></div>
<div class="post-container">
<div class="post-overlay">
<div class="post-title">
<h2>Coding tutoring & self-taught</h2>
<div class="post-metadata">
<span>
<i class="bi bi-person-circle"> </i>
<strong class="alter">Tutor</strong>
</span>
<span>
<i class="bi bi-calendar3"></i>
01.21 - 12.21
</span>
</div>
</div>
<hr>
<div class="post-content">
<p>Programming tutoring and training for peer students about coding techniques, algorithm designing mindset, and solving problems.</p>
<p>Self-taught about advanced programming knowledge such as Design patterns, languages documentation, and advanced concepts from books.</p>
</div>
</div>
</div>
</a>
<a class="post">
<div id="nab-work" class="image"></div>
<div class="post-container">
<div class="post-overlay">
<div class="post-title">
<h2 style="display: flex; align-items: center">
<img src="./images/nab-rm.png" alt="" height=" 50px" style="margin-right: 10px;"> in collaboration with PTC
</h2>
<div class="post-metadata">
<span>
<i class="bi bi-person-circle"> </i>
<strong class="alter">Java graduate engineer</strong>
</span>
<span>
<i class="bi bi-calendar3"></i>
12.21 - <em class="alter">now</em>
</span>
</div>
</div>
<hr>
<div class="post-content">
<p>Joining and be trained by Starcamp programme as a Java back-end developer with banking technologies and working procedures at NAB.</p>
<ul>
<li>
<i class="bi bi-people-fill"></i>
<strong>Time size:</strong> 10 members
</li>
<li>
<i class="bi bi-stack"></i>
<strong>Technology:</strong> Java, TypeScript, ReactJS, NodeJS, MongoDB, PostgreSQL
</li>
</ul>
</div>
</div>
</div>
</a>
<a id="post-continue" class="post">
<div id="continue" class="image"></div>
<div class="post-container">
<div class="post-overlay">
<div class="post-titl">
<h2>Future</h2>
</div>
<div class="post-content">
<em>And the journey is still continuing...</em>
</div>
</div>
</div>
</a>
</div>
</div>
</section>
<section id="projects" class="projects">
<div class="section__container">
<div class="content__title">
<h1 class="header header-spaced">Projects</h1>
<h2 class="semi-title">A collection of my personal crafts</h2>
</div>
<div class="content__westside flex-vertical width-half">
<div class="content__text margin-x-5">
<p>
This section is still under construction. Alternatively, you can take a glance at my personal Github to see what am I going on. Thank you.
</p>
<div style="margin-top: 2.5em;" class="button-wrapper">
<button class="light pressable" onclick="directGithub()">
<i class="bi bi-collection"></i>
<span>My Repositories</span>
</button>
</div>
</div>
</div>
</div>
</section>
<section id="honors" class="honors">
<div class="section__container flex-vertical">
<div class="content__title">
<h1 class="header header-spaced">Qualification</h1>
</div>
<h2 class="sub-header centered double-spaced">Education</h2>
<div class="card-layout">
<a class="card">
<div class="card__image">
<img class="inverted" src="./images/highschool.png" alt="">
</div>
<div class="card__content align-left">
<h1>High School</h1>
<p>
<strong>Institute: </strong> Truong Dinh High School
</p>
<p>
<strong>Class:</strong> Informatics Specialized
</p>
<p>
<strong>Time:</strong> 2016 - 2019
</p>
</div>
</a>
<a class="card">
<div class="card__image">
<img class="" src="./images/uni.ico" alt="">
</div>
<div class="card__content align-left">
<h1>University</h1>
<p>
<strong>Institute: </strong> University of Information Technology - VNUHCM
</p>
<p>
<strong>Faculty:</strong> Information System
</p>
<p>
<strong>Degree:</strong> Engineer
</p>
<p>
<strong>Time:</strong> 2019 - <em>now</em>
</p>
</div>
</a>
</div>
<h2 class="sub-header centered double-spaced">Certifications & Awards</h2>
<p class="description centered double-spaced">Click to any card to see its detail</p>
</h3>
<div class="card-layout">
<a class="card">
<div class="card__content">
<h1>Excellent Students</h1>
<p><strong>Prize: </strong> 3rd of Province competition</p>
<p class="align-left"><strong>Major:</strong> Informatics & Algorithms</p>
</div>
</a>
<a class="card" href="https://nghenghiep.vieclam24h.vn/sieu-viet-dong-hanh-cung-cuoc-thi-lencounter-lan-nam-2019" target="_blank">
<div class="card__content">
<h1>L'Encounter 2019</h1>
<p><strong>Prize: </strong> 1st (<em>team</em>) + 3rd (<em>personal</em>)</p>
<p><strong>Major:</strong> Economic case-study analysis and solving</p>
<p><strong>Host:</strong> University of Economic and Law - VNUHCM</p>
</div>
</a>
<a class="card" href="http://www.khoahocphothong.com.vn/trao-giai-cuoc-thi-y-tuong-khoi-nghiep-cic-2020-57383.html" target="_blank">
<div class="card__content">
<h1>Creative Idea Contest 2020</h1>
<p><strong>Prize:</strong> 3rd as team (<em>I-English</em>)</p>
<p class="align-left"><strong>Project:</strong> Startup with Interactive English studying platform and education center</p>
<p><strong>Host:</strong> Information Technology Park - VNUHCM</p>
</div>
</a>
<a class="card" href="https://www.efset.org/cert/6Ld8wN" target="_blank">
<div class="card__content">
<h1>EFSET Certification</h1>
<p><strong>Language:</strong> English</p>
<p><strong>Score:</strong> 74/100</p>
<p><strong>CEFR Equivalent:</strong> C2 - Proficiency</p>
</div>
</a>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="section__container">
<div id="contact-container" class="flex-horizontal" style="padding-left: 0px;">
<div class="content__title">
<h1 class="header header-spaced">Contact</h1>
</div>
<div class="content__westside flex-vertical width-half" style="margin-left: 0px; height: fit-content;">
<div class="content__text">
<p>
Thanks for taking the time to take a look at my portfolio. I hope you are satisfied with my performance and you perhaps give me a job opportunity and be a part of the development of your enterprise.
</p>
<ul id="contact-list">
<li>
<a href="mailto:[email protected]" target="_blank">
<i class="bi bi-envelope-fill"></i>
<span>[email protected]</span></a>
</li>
<li>
<a href="tel:0862126360">
<i class="bi bi-telephone-outbound-fill" target="_blank"></i>
<span>(+84) 86 212 6360</span></a>
</li>
<li>
<a href="https://www.linkedin.com/in/tori4582/" target="_blank">
<i class="bi bi-linkedin"></i>
<span>Quốc Hùng (tori4582)</span></a>
</li>
<li>
<a href="https://github.com/tori4582" target="_blank">
<i class="bi bi-github"></i>
<span>tori4582</span></a>
</li>
<li>
<a href="https://fb.com/tori4582" target="_blank">
<i class="bi bi-facebook"></i>
<span>Quốc Hùng</span></a>
</li>
<div class="button-wrapper" style="margin: 1rem;margin-top: 2rem;">
<button class="light pressable border-light" onclick="getCV()">
<i class="bi bi-cloud-download"> </i>
<span style="margin-right: 1em;">Get my CV</span>
</button>
</div>
<span>
<em>or download my CV instead</em>
</span>
</ul>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<p>
<strong>Portfolio Landing Page</strong> is powered by
<a><img src="./images/Haru.png" width="20px" height="20px"> HaruDark Theme</a>
© 2021 by <strong>Phạm Quốc Hùng</strong> (<em>Steve Alan</em> / <strong>@tori4582</strong>)
</p>
</footer>
</body>
</html>