-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume-plain.html
119 lines (111 loc) · 4.18 KB
/
resume-plain.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
---
permalink: /resume-plain/
---
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Shubo Chao</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google Analytics -->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-67843032-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="resume">
<div class="header">
<h1 class="name">Shubo Chao</h1>
<hr>
</div>
<div class="education">
<h2>Education</h2>
<h3>
<a href="http://www.ntu.edu.tw">National Taiwan University</a>
<span class="gray">[2007 - 2013]</span>
</h3>
<ul>
<li>Master's Degree, Computer Science<span class="gray">[2011 - 2013]</span></li>
<li>Bachelor's Degree, Electrical Enginnering<span class="gray">[2007 - 2011]</span></li>
</ul>
</div>
<div class="skills">
<h2>Skills</h2>
<ul>
<li>C++</li>
<li>Objective-C</li>
<li>Back-End (Perl/Python)</li>
<li>Front-End Development</li>
<li>CSS Framework for Responsive Web Design, e.g., Bootstrap</li>
</ul>
</div>
<div class="workExperience">
<h2>Work Experience</h2>
<h3>
<a href="http://www.trendmicro.com">Trend Micro</a>
<span> - Software Engineer</span>
<span class="gray">[2013 - prensent]</span>
</h3>
Worked on an on-premise online storage solution for enterprises and governments.
<h4 class="darkgray">Front-End Development</h4>
<ul>
<li>Developed the "Notification Center" UI to keep users posted about the file changes. (<a
href="/trend2015/">Demo</a>)</li>
<!-- TODO: some demo pics or sites -->
</ul>
<h4 class="darkgray">Client-Side Core Module</h4>
<ul>
<li>Implemented the file syncing algorithm for the Win/Mac clients using C++ and Objective-C.</li>
<li>Enhanced the sync algorithm to increase the file transfer throughput by 9 times.</li>
<li>Introduced unit testing framework to enable Test-Driven Development.</li>
</ul>
<h4 class="darkgray">Benchmarking</h4>
<ul>
<li>Implemented a lightweight benchmarking tool for server APIs using Perl.</li>
<li>Performed benchmarking, analyzed the report and discovered several performance bottlenecks, e.g., Perlbal.
</li>
</ul>
<h3>
<a href="http://www.ibm.com/tw-zh/">IBM Taiwan</a>
<span> - Software Engineer Intern</span>
<span class="gray">[Summer 2011]</span>
</h3>
<ul>
<li>Implemented a text truncation detection tool for web pages using Java and
<a href="http://www.seleniumhq.org/">Selenium</a>.
</li>
</ul>
</div>
<div class="projects">
<h2>Projects</h2>
<h3>Movies Go!<span class="gray">[2012]</span></h3>
<ul>
<li>Implemented an Android app for movie schedule along with Google App Engine.</li>
<li>List theaters sorted by distance to the users via Google Map APIs.</li>
</ul>
</div>
<div class="research">
<h2>Research</h2>
<h3>Context-Aware Daily Activity Summarization with Mobile Devices <span class="gray">[2013]</span></h3>
<ul>
<li>Apply machine learning algorithms to classify users' activity types
based on time, location, device, and user contexts collected on mobile devices.</li>
</ul>
</div>
<div class="contact-info">
<h2>Contact Info</h2>
<ul>
<li class="flex-item">Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li class="flex-item">GitHub: <a href="https://github.com/shuboc">shuboc</a></li>
<li class="flex-item">LinkedIn: <a href="https://www.linkedin.com/in/shu-bo-chao-a0a97a8b">Shu-Bo Chao</a></li>
</ul>
</div>
</div>
</body>
</html>