关于

热爱计算机技术,对新技术有追求,热衷于用技术解决生活中的棘手问题。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
name: 'NaturalGao'
age: 23,
gender: '男',
profession: 'Computer Hobbyist',
experience: '2年',
address: '广东省惠州市',
education: '大专',
github: 'https://github.com/NaturalGao',
blog: 'https://naturalgao.github.io',
email: 'naturalgaoz@gmail.com',
description: '热爱计算机技术,对新技术有追求,热衷于用技术解决生活中的棘手问题',

skills: [
['PHP', 'GO','Javascript'],
['MySQL','Redis'],
['Laravel','Vue'],
['WordPress'],
['Linux','Docker'],
['Git','Postman']
]
}