-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
405 lines (381 loc) · 17.1 KB
/
index.html
File metadata and controls
405 lines (381 loc) · 17.1 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
<!DOCTYPE html>
<html class="no-js" 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">
<title>Van's Portfolio</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<div id="mobile-menu-open" class="shadow-large">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<!-- End #mobile-menu-toggle -->
<header>
<div id="mobile-menu-close">
<span>Close</span> <i class="fa fa-times" aria-hidden="true"></i>
</div>
<ul id="menu" class="shadow">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#experience">Experience</a>
</li>
<li>
<a href="#education">Education</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</header>
<!-- End header -->
<div id="lead">
<div id="lead-content">
<h1>Van Dam</h1>
<!-- <div class="wrapper">
<div class="static-txt">I'm a</div>
<ul class="dynamic-txts">
<li><span>Web Developer</span></li>
<li><span>Freelancer</span></li>
</ul>
</div> -->
<h2>Web Developer</h2>
<a href="./cv/Resume_Fullstack_Web_VanDam.pdf" class="btn-rounded-white">Download Resume</a>
</div>
<!-- End #lead-content -->
<div id="lead-overlay"></div>
<div id="lead-down">
<span>
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</span>
</div>
<!-- End #lead-down -->
</div>
<!-- End #lead -->
<div id="about">
<div class="container">
<div class="row">
<div class="col-md-4">
<h2 class="heading">About Me</h2>
</div>
<div class="col-md-8">
<p>
Web development are my endless passions.
The framework that I have the most confidence in is Reactjs which used to build sample features
of social network and management applications,
and I used Vuejs to do something like simple blog.
On the back-end side, I can use Javascript and Java to build API with both RESTful and GraphQL.
</p>
</div>
</div>
</div>
</div>
<!-- End #about -->
<div id="about">
<div class="container">
<div class="row">
<div class="col-md-4">
<h2 class="heading">Summary</h2>
</div>
<div class="col-md-8">
<p>
1 years of experience in enterprise software development.
</p>
<p>
1 years of experiences in front-end development using ReactJS, VueJS, Typescript.
</p>
<p>
1 years of experiences in back-end development using NodeJS, ExpressJS, Apollo Server, RESTful,
GraphQL,Java, Spring, Groovy, MySQL Server, Mongoose.
</p>
<p>
Experience in Agile/Scrum projects.
</p>
<p>
Have knowledge on AngularJS, MQTT, Figma.
</p>
</div>
</div>
</div>
</div>
<!-- End #about -->
<div id="experience" class="background-alt">
<h2 class="heading">Experience</h2>
<div id="experience-timeline">
<div data-date="March 2021 - Now">
<a href="https://www.tmasolutions.com/" target="_blank">
<h3>TMA Solutions</h3>
</a>
<h4>Web Developer - Fulltime</h4>
<p>
At <a href="https://www.tmasolutions.com/" target="_blank">TMA Solutions</a>, I have been involved
in projects from Vietnam and abroad. I experienced many
things from the way of working in progress, the way of communication within the company and
customers and the software development process. Through each project, I am more confident to show my
ability.
</p>
</div>
<div data-date="June 2020 – August 2020">
<a href="http://www.greenzonesecu.com/" target="_blank">
<h3>GreenZone Security</h3>
</a>
<h4>Frontend Web Developer - Remote Intern</h4>
<p>
I participated in the position of Frontend development for Youtube Bot application in <a
href="https://knowllipop.com/" target="_blank">Knowllipop</a>
project of the company.
Youtube Bot project consists of 3 members, including one member is in charge of Backend development,
another
member develops headless
browser and I am in charge of Fontend development.
This application is used to increase the view and engagement of videos from a particular channel.
I use VueJs and Element UI to build the interface of the application.
Youtube Bot is an internal company application.
</p>
</div>
<div data-date="December 2019">
<a href="https://appcore.com.vn/" target="_blank">
<h3>AppCore</h3>
</a>
<h4>Frontend Web Developer - Apprentice</h4>
<p>
I participated in Convert PSD to HTML team. After a month, I took a break to start the new semester.
Although a short month, but I have experienced the working environment and how a small company
operates. It was my first commuting experience.
</p>
</div>
</div>
</div>
<!-- End #experience -->
<div id="education">
<h2 class="heading">Education</h2>
<div class="education-block">
<h3>Cantho University</h3>
<span class="education-date">August 2016 - January 2021</span>
<h4>Faculty of Information Technology and Communication</h4>
<p>
My major is High Quality Information Technology. This is a place to train reputable and qualified
information technology human resources.
</p>
</div>
<!-- End .education-block -->
</div>
<!-- End #education -->
<div id="projects" class="background-alt">
<h2 class="heading">Projects</h2>
<div class="container">
<div class="row">
<div class="project shadow-large">
<div class="project-image">
<img src="images/leaf.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Health Care Platform</h3>
<p>
The healthcare platform handles data from customers, provides tools and services for medical
examination and treatment, patient health monitoring, and is connected to many hospitals and
clinics.
</p>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/city.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Digital Transformation for Real Estate</h3>
<p>
A pioneering real estate technology platform that allows users to participate in buying,
selling and renting all types of real estate.
</p>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/game-together-cover.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<a href="https://github.com/nvan23/library-management-system" target="_blank">
<h3>Game Together</h3>
</a>
<p>
This project is the app to demonstrate for my thesis.
I develop the app from <a href="https://github.com/DimiMikadze/create-social-network"
target="_blank">create-social-network</a> repo on
github. This application inherits the basic functionality
from <a href="https://github.com/DimiMikadze/create-social-network"
target="_blank">create-social-network</a> and added new functions to meet
the request of the topic. The application allows users to
find, rent services and manage other people's time rental
services to play games together.
The technologies that I have
used are MongoDB, NodeJs, GraphQL (Apollo-express), ReactJs (Ant Design), Cloudinary.
</p>
<a href="https://gitlab.com/nvan23/game-together/" target="_blank">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/youtube-bot-cover.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<a href="https://github.com/nvan23/library-management-system" target="_blank">
<h3>Youtube Bot</h3>
</a>
<p>
This project is the result of an internship at
<a href="http://www.greenzonesecu.com/" target="_blank">GreenZone Security</a>.
The application allows to simulate viewing, pressing the like button
and commenting random content of a video on Youtube.
I'm in charge of UI design and Frontend development.
The technologies that I have
used are VueJs, Element UI and MongoDB.
Youtube Bot is an internal company application.
</p>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/library-cover.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<a href="https://github.com/nvan23/library-management-system" target="_blank">
<h3>Library Management System</h3>
</a>
<p>
This project serves the essay with the subject of library management.
Project was developed on the <a href="https://scaffoldhub.io/scaffolds"
target="_blank">ScaffoldHub</a>
platform. I choose the boilerplate project
as the <a href="https://scaffoldhub.io/scaffolds/vue-element-ui" target="_blank">Vue Element
UI</a>,
add the necessary entities and generate the source code I need.
Next I learn how the project works, remove unnecessary functions and add new ones to
suit the topic requirements. Due to my weak programming prowess at the moment, it took
me a long time to learn, specifically a month. The technologies that I have learned and
used are NodeJs - Express, VueJs, Element UI and PostgreSQL.
</p>
<a href="https://github.com/nvan23/library-management-system" target="_blank">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
</div>
</div>
</div>
<!-- End #projects -->
<div id="skills">
<h2 class="heading">Skills</h2>
<ul>
<li>NodeJs</li>
<li>ExpressJs</li>
<li>Apollo Server</li>
<li>JavaScript</li>
<li>TypeScript</li>
<li>ReactJs</li>
<li>VueJs</li>
<li>Java</li>
<li>Groovy</li>
<li>Spring</li>
<li>Spock</li>
<li>Liquibase</li>
<li>RESTful API</li>
<li>GraphQL</li>
<li>Ant Design</li>
<li>Element UI</li>
<li>C#</li>
<li>Windows Form</li>
<li>MySQL</li>
<li>MongoDB</li>
<li>Postman</li>
<li>Git</li>
<li>Github</li>
<li>Gitlab</li>
<li>Jira</li>
<li>Azure</li>
<li>Agile/Scrum</li>
<li>Figma</li>
<li>Linux RHEL</li>
<li>Docker</li>
</ul>
</div>
<!-- End #skills -->
<div id="contact">
<h2>Get in Touch</h2>
<div id="contact-form">
<form method="POST" action="https://formspree.io/f/mqkgnbza">
<input type="hidden" name="_subject" value="Contact request from personal website" />
<input type="email" name="_replyto" placeholder="Your email" required>
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send</button>
</form>
</div>
<!-- End #contact-form -->
</div>
<!-- End #contact -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 copyright">
<p>
Source <a href="https://github.com/RyanFitzgerald/devportfolio" target="_blank">Dev
Portfolio</a> - <a href="https://github.com/RyanFitzgerald" target="_blank">Ryan
Fitzgerald</a>
</p>
</div>
<div class="col-sm-2 top">
<span id="to-top">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</span>
</div>
<div class="col-sm-5 social">
<ul>
<li>
<a href="https://github.com/nvan23" target="_blank"><i class="fa fa-github"
aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/nvan23/" target="_blank"><i class="fa fa-linkedin"
aria-hidden="true"></i></a>
</li>
<li>
<a href="https://join.skype.com/invite/W0SG9bUrnmqw" target="_blank"><i class="fa fa-skype"
aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/scripts.min.js"></script>
</body>
</html>