forked from erming/jsonresume-theme-flat
-
Notifications
You must be signed in to change notification settings - Fork 1
/
resume.json
197 lines (197 loc) · 5.86 KB
/
resume.json
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
{
"basics": {
"name": "Tseng Yi",
"label": "Developer",
"picture": "http://s.gravatar.com/avatar/b721195e879c1ccab06a714f9d15b1da",
"email": "a86487817@gmail.com",
"phone": "",
"website": "https://takeshi.tw",
"github": "https://github.com/TakeshiTseng",
"summary": "I am a graduate student from NCTU, and my current research topic is <b>Software-Defined Networking</b>.<br><br>At the end of 2016, I decided to go aboard to learn new things, so I postponed my master degree and joined <b>Open Networking Foundation/Lab</b> as an internship.<br><br>During the internship, I collaborate with other companies such as <b>Google</b>, <b>Intel</b>, <b>Barefoot</b> and so on. I learned not only new technologies but how to work with other people.<br><br>In my spare time, I love to contribute to open source project because it's is not only improve my skills but also help others to make it better.",
"location": {},
"profiles": []
},
"work": [
{
"company": "Open Networking Foundation/Lab",
"position": "Intern",
"website": "https://www.opennetworking.org/",
"startDate": "2017-01-16",
"endDate": "2018-02-28",
"summary": "During the internship, I work on SDN controller(<a href=\"https://onosproject.org/\">ONOS</a>), programmable data plane(<a href=\"http://p4.org/\">P4</a>), and next-generation mobile cloud (<a href=\"https://www.opennetworking.org/solutions/m-cord/\">M-CORD</a>).<br>",
"highlights": [
"Software-defined networking",
"Network operating system",
"Programmable network device",
"DevOps",
"VPLS/MPLS network",
"Java",
"Python"
]
},
{
"company": "Cyber Link",
"position": "QA intern",
"website": "http://tw.cyberlink.com/",
"startDate": "2010-07-01",
"endDate": "2010-08-30",
"summary": "In Quality Assurance team. My mission is to find any bugs in the product.<br>I developed automatic testing tools by using <a href=\"https://www.autoitscript.com/site/autoit/\">Autoit</a> and it helped me to complete my jobs quickly.<br>",
"highlights": [
"Unit test"
]
}
],
"volunteer": [
{
"organization": "HITCON",
"position": "Staff",
"website": "http://hitcon.org",
"startDate": "2012",
"endDate": "2014",
"summary": "",
"highlights": []
},
{
"organization": "SITCON",
"position": "Admin & Agenda Team",
"website": "http://sitcon.org",
"startDate": "2013",
"endDate": "2015",
"summary": "",
"highlights": []
}
],
"education": [
{
"institution": "Tatung University",
"area": "Computer Science and Engineering",
"studyType": "Bachelor",
"startDate": "2010-09-01",
"endDate": "2014-06-01",
"gpa": "3.9",
"rank": "1/97",
"courses": [
"I1251A/I1252A - Computer Programming",
"I3120 - Advanced Java Programming",
"I3120 - Database Systems",
"I4010 - Web Application Programming And Security",
"I4050 - System Security"
]
},
{
"institution": "National Chiao Tung University",
"area": "Computer Science",
"studyType": "Master",
"startDate": "2014-07-01",
"endDate": "Present",
"gpa": "",
"courses": [
"IOC5157 - Free and Open Source Software and Project Collaboration",
"IOE5015 - Network Programming",
"IOE5048 - Network Security",
"IOE5080 - Software-Defined Networks"
]
}
],
"awards": [
{
"title": "2015 Mobile Hero, SDN Contest",
"date": "2015-12-16",
"awarder": "Market Potential Award",
"summary": "Contest for Software-Defined Networks."
},
{
"title": "Academic Achievement Award",
"date": "2015-11-12",
"awarder": "",
"summary": "NCTU Academic Achievement Award(Rank:16/143)"
},
{
"title": "2013 ACM ICPC NCPU",
"date": "2013-07-03",
"awarder": "3rd place",
"summary": "National programming contest for private universities."
},
{
"title": "2012 ITSA Programming Contest",
"date": "2012-12-29",
"awarder": "2rd place",
"summary": "National programming contest for private universities."
}
],
"publications": [
],
"skills": [
{
"name": "Software-defined network application development",
"level": "Working knowledge",
"keywords": [
"Network management application development",
"Multi-controller application",
"Protocol independent packet processor design",
"Virtual network function"
]
},
{
"name": "Backend development",
"level": "Working knowledge",
"keywords": [
"RESTful API design",
"SQL & NoSQL DB schema design"
]
}
],
"languages": [
{
"language": "Chinese",
"fluency": "Native"
},
{
"language": "English",
"fluency": "Normal(TOEIC score : 685)"
},
{
"language": "Japanese",
"fluency": "Little(JLPT N5)"
}
],
"references": [
],
"projects": [
{
"title": "ONOS™",
"url": "https://onosproject.org/",
"summary": "",
"techniques": [
"Software-defined networking",
"BGP",
"Segment routing",
"VPLS/MPLS",
"Java"
]
},
{
"title": "CORD®",
"url": "http://opencord.org/",
"summary": "",
"techniques": [
"Service provider",
"Central office",
"Virtual netowkr function (VNF)",
"DevOps",
"Service function chaining"
]
},
{
"title": "fabric.p4",
"url": "https://goo.gl/JvAZE3",
"summary": "",
"techniques": [
"Protocol independent packet processor(P4)",
"CORD underlay network",
"Segment routing",
"VNF offloading"
]
}
]
}