forked from joyeecheung/resume
-
Notifications
You must be signed in to change notification settings - Fork 13
/
r_En.json
152 lines (149 loc) · 4.77 KB
/
r_En.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
{
"data_lang": "en-US",
"ga_id": "UA-63818301-2",
"resume_title": "Yitao Liu - Resume",
"name": "Yitao Liu",
"repo": "https://github.com/leoeatle/resume.git",
"job_description": ["Front End Engineer"],
"contact": {
"email": "[email protected]",
"wechat": {
"id": "LeoEatle",
"qrcode": "static/wechat.png"
},
"sinaweibo": {
"id": "怡涛-在妖都在暨大",
"url": "http://weibo.com/liuyitao811/"
},
"github": {
"id": "LeoEatle"
},
"blog": {
"url": "http://leoeatle.github.io/techBlog"
}
},
"links": [{
"type": "repo",
"url": "https://github.com/LeoEatle/resume"
}, {
"type": "pdf",
"url": "static/leoeatle.pdf"
}, {
"type": "zhihu",
"url": "https://www.zhihu.com/people/leoeatle"
}, {
"type": "doubanbook",
"url": "https://www.douban.com/people/58703417/"
}],
"education": [{
"type": "undergraduate",
"name": "Jinan University",
"major": "Computer Science (International)",
"start": "2013",
"end": "2017",
"honor": [
"Creative Winner of Hackthon"
]
}],
"language": [{
"type": "English",
"certificate": [{
"type": "Tofel",
"full": "120",
"score": "83"
}],
"description": [
"Read professional books, documents and other resources in English",
"Visit Facebook F8 developer conference.",
"Visit StackOverFlow、LeetCode and Medium. Learn about the trending of opensource technology."
]
}],
"experience": [{
"type": "job",
"place": "Tencent",
"start": "2017.9",
"end": "current",
"name": "Frontend Engineer",
"stack": ["React", "Less", "Webpack", "Redux", "Typescript", "Node"],
"description": [
"Develop Hybird app based on `React`, `Redux` and `Webpack`. The app is for interactive video chatting and gaming. It lauches both PC and mobile platform.",
"Maintain the React component library used in our team. Optimize `Webpack` configuration and CI building (based on `Jenkins`). ",
"Develop data platform for streamers based on `Express` and `Node`.",
"Contributor of feflow, which is a tool for boosting initializing project. It's an open source project and used by our team."
]
},{
"type": "internship",
"techtype": "frontend",
"place": "SegmentFault",
"start": "2016.10",
"end": "2016.12",
"name": "Front End Engineer",
"stack": ["PHP", "Twig", "Gulp", "Coffeescript", "Bootstrap"],
"description": [
"Develop new module of website based on PHP+twig+bootstrap+coffeescript."
]
},{
"type":"project",
"techtype": "frontend",
"name": "Lara Run(web game)",
"description":[
"Use Phaser Framework to develop html5 game",
"Use SVG to make the animation with route of SVG. Use fullpage.js to build landing page"
]
}
],
"skills": [{
"type": "frontend",
"item": [{
"summary": "`HTML` / `CSS`",
"description": [
"Program semantic `HTML`, module `CSS` to produce a complicated layout and CSS3 animation",
"Be familar of the new features of standard `HTML5`/`CSS3`. Building Responsive Layout and compatible with popular browsers"
]
}, {
"summary": "Front End Engineering",
"description": [
"Familar with modern web technology and have rich exprience dealing with webpack, babel configuration.",
"Contributing `feflow` and join the open source work including finish generator and `feflow eject` function.",
"Add prettier and commitzen to project. Use `Jenkins` CI for development efficiency and code quality.",
"Use `sentry` to monitor the errors."
]
}]
}, {
"type": "backend",
"item": [{
"summary": "`Node`",
"description": [
"Familiar with React SSR. ",
"Use NodeJS to connect front end with micro service in back end. "
]
}, {
"summary": "`Python`",
"description": [
"Building web application with Flask frameworks.",
"Practice algorithm with Python on the Leetcode"
]
}, {
"summary": "`Java`",
"description":[
"Developing experience with JSP. Develop `DAO Layer`, `Servlet` and communicate with front-end with AJAX ",
"Use Weka to do data mining"
]
}, {
"summary": "`Others`",
"description": [
"Familiar with Cloud Server and Linux like Centos/Ubuntu",
"Use `zsh` on Mac OS.",
"Familiar with Sketch/Photoshop",
"Use `Markdown` to write blog and communicate with others about technology"
]
}]
}, {
"type": "Open source project",
"item": [
"https://github.com/LeoEatle/react-composition-input",
"https://github.com/feflow/feflow",
"https://github.com/whtouche/vscode-js-console-utils/pull/15"
]
}]
}