-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (112 loc) · 4.06 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Tan Jia Ming - Full-stack web developer using Vue + NodeJS/PHP/Python + MySQL/PostgreSQL. Find Tan Jia Ming's work on GitHub and CodePen.">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<title>Tan Jia Ming's Den</title>
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Person",
"name": "Tan Jia Ming",
"jobTitle": "Backend Developer",
"company": "Ouch Protect Sdn Bhd",
"codeRepository": ["https://github.com/jiaming10", "https://codepen.io/jiaming10"]
}
</script>
</head>
<body>
<h1>Tan Jia Ming</h1>
<p>tanjiaming10 hotmail.com</p>
<nav>
<ul>
<li><a href="#experience">Experience</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#education">Education</a></li>
</ul>
</nav>
<section id="experience">
<h2>Experience</h2>
<h3>Ouch Protect Berhad</h3>
<ul>
<li>
<h4>July 2020 to present</h4>
<p>Backend & DevOps Lead</p>
</li>
</ul>
<h3>Compass Interactive Sdn Bhd</h3>
<ul>
<li>
<h4>November 2018 - July 2020</h4>
<p>Junior Backend Lead</p>
</li>
<li>
<h4>May 2017 - November 2018</h4>
<p>Senior Web Developer</p>
</li>
<li>
<h4>February 2016 - May 2017</h4>
<p>Web Developer</p>
</li>
</ul>
<h3>Visual Solutions (M) Sdn Bhd</h3>
<ul>
<li>
<h4>August 2013 to January 2016</h4>
<p>Junior Software Developer</p>
</li>
</ul>
<h3>VOXz Software Solution Sdn Bhd</h3>
<ul>
<li>
<h4>October 2012 to December 2012</h4>
<p>Software Developer (Internship)</p>
</li>
</ul>
</section>
<section id="skills">
<h2>Skills</h2>
<h3>Frontend</h3>
<ul>
<li>HTML, CSS</li>
<li>Javascript</li>
<li>Frontend libraries (VueJS, jQuery)</li>
<li>CSS Preprocessors (Less, SASS)</li>
<li>CSS Frameworks (Bootstrap, Tachyons, Tailwind)</li>
</ul>
<h3>Backend</h3>
<ul>
<li>PHP</li>
<li>NodeJS</li>
<li>Python</li>
<li>Web servers (Apache/NGINX)</li>
<li>Basic networking</li>
<li>Server setup and management (Ubuntu, CentOS, Debian)</li>
</ul>
<h3>Database</h3>
<ul>
<li>MySQL</li>
<li>MSSQL</li>
<li>PostgreSQL</li>
</ul>
<h3>Development Tools</h3>
<ul>
<li>git</li>
<li>AWS, GCP</li>
<li>Docker</li>
<li>CI/CD (GitLab CI, AWS CodePipeline, Google Cloud Build)</li>
</ul>
</section>
<section id="education">
<h2>Education</h2>
<h3>Universiti Tunku Abdul Rahman (UTAR)</h3>
<p>May 2013</p>
<p>Bachelor's Degree in Computer Science/Information Technology</p>
</section>
Find me on: <a href="https://github.com/jiaming10">GitHub</a>
<a href="https://codepen.io/jiaming10/">CodePen</a>
</body>
</html>