About

Exploring lands and technologies

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
{
name: 'Xiang He'
YOB: 1993,
gender: 'M',
profession: 'Software Developer',
experience: '3 years',
address: 'Chengdu, CN',
education: 'Bachelor@SICAU',
major: 'Economics',
github: 'https://github.com/hsiangho',
blog: 'https://hsiangho.github.io/',
email: 'object.xiang@gmail.com',
description: 'To be a developer was my dream in 1998!',

skills: [
['C', 'C++', 'Objective-C', 'Objective-C++', 'python', 'Go'],
['Git', 'SVN']
],

devTools: [
['Xcode', 'Visual Studio', 'QT Creater'],
['Star UML'],
['SourceTree', 'TortoiseSVN', 'Github'],
['IDA', 'Hopper Disassembler']
]
}