-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
197 lines (183 loc) · 9.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 ,shrink-to-fit=no">
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<title>Thanyavit-Resume</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="./style.css">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</head>
<body>
<div style="margin: 3% 3%;">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="d-flex align-items-center">
<h1><b>Thanyavit Thamjarat</b></h1>
<div class="logo">
<a href="https://mail.google.com/mail/?view=cm&fs=1&[email protected]">
<img src="mail-icon.png" alt="Mail Icon" width="32" height="32">
</a>
<a href="https://www.linkedin.com/in/thanyavit-thamjarat-019684244/">
<img src="linkedin-icon.png" alt="linkedin Icon" width="32" height="32">
</a>
<a href="https://github.com/Wer1d">
<img src="github-icon.png" alt="github Icon" width="32" height="32">
</a>
</div>
</div>
</div>
<div class="circular-image img-fluid">
<a href="https://lh3.googleusercontent.com/drive-viewer/AITFw-yEW4etnnPnEwzmFTBPGeshfvdfOXanx3g9UlmT_g4GzabIe0yc5FFDwGItwgwSnkspcpO65VlgdQO_21qIN3eEh64ZmQ=s2560?source=screenshot.guru">
<img src="https://lh3.googleusercontent.com/drive-viewer/AITFw-yEW4etnnPnEwzmFTBPGeshfvdfOXanx3g9UlmT_g4GzabIe0yc5FFDwGItwgwSnkspcpO65VlgdQO_21qIN3eEh64ZmQ=s2560" class="img-fluid" alt="Description"/>
</a>
</div>
</div>
<div class="row">
<div class="col-12">
<h3>Profile</h3>
</div>
<div class="col-12">
<div class="text-white">I am <strong>Tan</strong>. Currently,
I am a third-year student with a relentless thirst for knowledge and a resilient curiosity. I find satisfaction when
I grasp something new and thoroughly understand it. Additionally, I am interested in both software development and infrastructure. Furthermore, I am constantly
seeking opportunities to enhance my skills. My commitment lies in making a meaningful impact throughout my internship.
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-12">
<h3>Education</h3>
</div>
<div class="col-12">
<div class="text-white">
<b>Chulalongkorn University</b>
<div class="float-md-right">
<strong class="academic-year">2021 - present </strong>
</div><br>
Bachelor of Science - Computer Science (GPAX: 3.02)
</div>
<div class="logo-image">
<img src="logo-cu-1.png" alt="Circular Image" class="img-thumbnail">
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-12">
<h3>Technical Skills</h3>
</div>
<div class="col-6">
<div class="d-flex flex-row">
<div class="col-md-6"> >
<div class="text-white">
<div>
<p><strong>Languages:</strong></p>
<ul>
<li>Java</li>
<li>Python</li>
<li>C#</li>
<li>JavaScript</li>
<li>TypeScript</li>
<li>Go</li>
</ul>
</div>
<div class="frontend">
<p><strong>Front End:</strong></p>
<ul>
<li>Bootstrap</li>
<li>HTML</li>
<li>CSS</li>
<li>React</li>
<li>Next.js</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6">
<div class="text-white">
<div class="d-flex flex-column">
<div class="backend">
<p><strong>Back End:</strong></p>
<ul>
<li>Node.js</li>
<li>Express.js</li>
<li>Fiber</li>
<li>Django</li>
<li>.NET</li>
</ul>
</div>
<div class="devops">
<p><strong>DevOps:</strong></p>
<ul>
<li>AWS</li>
<li>Docker</li>
<li>Git</li>
<li>OWASP</li>
<li>Linux</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-12">
<h3>Soft Skill</h3>
</div>
<div class="col-6">
<div class="text-white">
<div class="row">
<div class="col-md-6"> <!-- Left column -->
<ul>
<li>Teamwork</li>
<li>Communication</li>
<li>Problem Solving</li>
<li>Time Management</li>
</ul>
</div>
<div class="col-md-6"> <!-- Right column -->
<ul>
<li>Adaptability</li>
<li>Responsibility</li>
<li>Troubleshooting</li>
<li>Motivated</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-12">
<h3>Experience</h3>
</div>
<div class="col-12">
<div class="text-white">
<div class="row">
<ul>
<li>Python lab TA for the academic year 2023</li>
<li><a href="https://github.com/Wer1d/ToDo">Developed a multi-user login REST API in .NET with JWT token authentication</a></li>
<li><a href="https://github.com/Wer1d/enlighTan">Created REST API in Django</a></li>
<li><a href="https://github.com/Wer1d/timetable">Built a timetable generator for first-year students as an Excel application in Go based on data from a CSV file, deployed on AWS</a></li>
<li><a href="https://github.com/algorithm-arena-gym">Developed a Gym database management website and REST API usingNest.js</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>