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
{
"Name":{
"CN":"Yangyang Xie",
"CN-alias":"ZiXian Xie",
"EN":"Simon Xie"
},
"Contacts":{
"Email":{
"Primary":"simon.xie[at]codewalker.me",
"Secondary":"xyy[dot]xx[dot]victor[at]gmail[dot]com"
},
"Blog": "http://blog.codewalker.me"
},
"Skills":{
"Languages":[
"PHP",
"Python",
"Bash"
],
"Databases":[
"Mysql",
"MongoDB"
],
"Frontend":"VUE",
"Writing": "Markdown",
"OS":{
"dev": {
"Linux":"Centos",
"RedHat":"SA CSA"
},
"Common": "MacOS"
}
},
"social":{
"Twitter":"https://twitter.com/codewalkertse",
"Linkedin":"http://www.linkedin.com/pub/simon-xie/29/268/114",
"Weibo":"http://weibo.com/206000504",
"Facebook":"http://www.facebook.com/codewalkerxie"
},
"License":{
"Creative commons":[
"本站文字作品采用 署名-相同方式共享 3.0 许可协议进行许可.",
"This site is licensed under a Creative Commons Attribution 3.0 Unported License;"
],
"WTFPL":[
"本站所有原创代码采用WTFPL v2许可协议授权.",
"All codes here written by me are licensed under a WTFPL v2."
]
}
}