-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
145 lines (137 loc) · 4.32 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
<!DOCTYPE html>
<html>
<head>
<title>Wisa Powthongchin</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header id="top">
<h1>Wisa Powthongchin</h1>
<address>
0859365127
•
•
<a href="https://github.com/wisaTong">Github</a>
</address>
<hr>
<q>Reject Modernity, Return to Monke</q>
<hr>
<nav>
<h2>Navigation</h2>
<a href="#experiences">Work Experiences</a>
•
<a href="#education">Education</a>
•
<a href="#skills">Skills</a>
</nav>
<hr>
<h2>Why is this page so beautiful?</h2>
<p>
<em>Because <strong>HTML</strong> is sexy.</em>
</p>
<hr>
<section id="experiences">
<h2>Work Experiences</h2>
<ul>
<li>
<h3><a href="https://visai.ai">VISAI.ai</a></h3>
<i>Sep 2021 - Now as Senior Backend Developer</i>
<p>
Working on Machine Learning Infrastructure and Backend System. Deployed as microservices on <mark>Kubernetes</mark>
</p>
</li>
<li>
<h3><a href="https://www.kbtg.tech">Kasikorn Business - Technology Group</a></h3>
<i>Jun 2020 - Nov 2020 as Backend Developer</i>
<p>
Worked on batch processing using <mark>Golang</mark>.
</p>
</li>
<li>
<h3><a href="https://www.vistec.ac.th">VISTEC</a></h3>
<i>Jun 2019 - Sep 2019 as Developer</i>
<p>
Worked on Internal project using <mark>Node.js, React, Vue, and Django</mark>.
During the internship period, also exposed to several <abbr title="Natural Language Processing">NLP</abbr>
and machine learning researches.
</p>
</li>
<li>
<h3>Senate System Corp</h3>
<i>Feb 2019 - May 2019 as Outsource Mobile Developer</i>
<p>
Developed a mobile application on both Android and IOS using <mark>Java and Swift</mark> respectively.
</p>
</li>
<li>
<h3>Billme co.</h3>
<i>Jun 2018 - Sep 2018 as Junior Backend Developer</i>
<p>
Developed micorservices using <mark>Scala</mark> writing in functional programming style.
</p>
</li>
</ul>
<h2>Other Experiences</h2>
<ul>
<li>
2019 - Teacher Assistant for Individual Software Development Process course
</li>
<li>
2018 - Teacher Assistant for Object Oriented Programming I course
</li>
<li>
2018 - Angelhack Bangkok participation
</li>
</ul>
</section>
<hr>
<section id="education">
<h2>Education</h2>
<ul>
<li>
<h3>Bachelor's Degree - Software and Knowledge Engineering</h3>
<p>
Kasetsart University, Faculty of Engineering, Software and Knowledge Engineering program
</p>
</li>
</ul>
</section>
<hr>
<section id="skills">
<h2>Skills</h2>
<h3>Programming Language that I'm happy working with</h3>
<ul>
<li>Rust - borrow checker is the best</li>
<li>Golang - fast for development and reliable</li>
<li>Scala - really love the functional paradigm</li>
<li>Javascript - love/hate relationship.</li>
</ul>
Any language is cool. happy to learn
<h3>Linux</h3>
<p>
Currently run <a href="https://www.gentoo.org/">Gentoo</a> Linux on my main machine and laptop.
Have deep knowledge of shell commands and GNU utility programs.
</p>
<h3>Technologies</h3>
<ul>
<li>Kubernetes</li>
<li>Docker</li>
<li>NGINX</li>
<li>SQL Database</li>
<li>Redis</li>
</ul>
<h3>Cloud Platforms</h3>
<ul>
<li>Google Cloud Platform (GCP)</li>
<li>Microsoft Azure</li>
<li>Cloudflare</li>
</ul>
</section>
<hr>
<footer>
<a href="#top">Top of page</a>
</footer>
</header>
</body>
</html>