-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
139 lines (130 loc) · 4.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dat's CV (English)</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div id="header">
<h2 align="center">Le Tien Dat</h2>
<p align="center">Back-end Intern</p>
<p align="center">Phone: (+84) 866 604 705</p>
<p align="center">Email: <a href="mailto:letiendat1002@gmail.com" target="_blank">letiendat1002@gmail.com</a></p>
<p align="center">GitHub: <a rel="noopener" href="https://github.com/letiendat1002"
target="_blank">https://github.com/letiendat1002</a>
</p>
</div>
</header>
<main>
<div id="summary">
<h3>SUMMARY</h3>
<hr>
<p>As a 4th-year student with 3 months of experience in Java Spring Boot technologies, I have cultivated a passion for learning new technologies and delving into documentation. I love teamwork and tend to work well within a group.
</p>
</div>
<div id="education">
<h3>EDUCATION</h3>
<hr>
<p><span class="left-item">University of Transport Ho Chi Minh City</span><span class="right-item">2019 -
2024</span></p>
<ul>
<li>Studying Software Engineering</li>
<li>Degree grade: Excellent - GPA 3,7/4,0</li>
</ul>
</div>
<div id="projects">
<h3>PROJECTS</h3>
<hr>
<p><span class="left-item">Linkking Shop</span><span class="right-item">02/2023 - 06/2023</span></p>
<table border="1">
<tr>
<th>Client</th>
<td>School Project</td>
</tr>
<tr>
<th>Descriptions</th>
<td>
- A website for managing and selling electronic products.<br>
- GitHub: <a rel="noopener" href="https://github.com/letiendat1002/e-commerce"
target="_blank">https://github.com/letiendat1002/e-commerce</a><br>
- Website: <a rel="noopener" href="https://linkking-shop.vercel.app"
target="_blank">https://linkking-shop.vercel.app</a>
</td>
</tr>
<tr>
<th>Members</th>
<td>5</td>
</tr>
<tr>
<th>Positions</th>
<td>
- Back-end Developer
</td>
</tr>
<tr>
<th>Responsibilities</th>
<td>
- Design database<br>
- Implement RESTful APIs for the whole system<br>
- Implement authentication and authorization<br>
- Write technical documentation and guides<br>
- Manage project schedule, assign tasks and do code review
</td>
</tr>
<tr>
<th>Technologies</th>
<td>
- Frontend: ReactJS, Sass, Ant Design, React Bootstrap, Redux Toolkit<br>
- Backend: Java Spring Boot 3.0, Spring Security with JWT, Spring Data JPA, MySQL, JUnit, Mockito<br>
</td>
</table>
</div>
<div id="skills">
<h3>SKILLS</h3>
<hr>
<ul>
<li>Programming Languages:
<ul>
<li>Java, PHP</li>
<li>HTML5, CSS3</li>
</ul>
</li>
<li>Frameworks/Platforms:
<ul>
<li>Spring Boot</li>
</ul>
</li>
<li>DBMS:
<ul>
<li>MySQL</li>
</ul>
</li>
<li>Foreign Languages:
<ul>
<li>English (TOEIC 860/990)</li>
</ul>
</li>
<li>Others:
<ul>
<li>Version control: Git</li>
<li>Understand OOP, SOLID</li>
<li>Know Agile/Scrum process</li>
<li>Familiar with Linux OS</li>
</ul>
</li>
</ul>
</div>
<div id="pastimes-activities">
<h3>PASTIMES & ACTIVITIES</h3>
<hr>
<ul>
<li>I'm keen on reading technical books, IT blogs, and solving coding challenges in my spare time.</li>
<li>My other hobbies include researching finance and philosophy.</li>
</ul>
</div>
</main>
</body>
</html>