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
| {
name: 'imajinyun',
age: '🌈',
gender: 'M',
profession: 'Backend Developer',
address: '🌏',
education: '🙏',
github: 'https://github.com/imajinyun',
notes: 'https://imajinyun.xyz/',
email: 'imajinyun@gmail.com',
company: 'Working at Chope in China',
description: '🚀🎉🧨',
skills: {
language: ['HTML+CSS+JS', 'Vue', 'PHP', 'Python', 'Go'],
kitchain: {
os: ['macOS', 'Linux -> Ubuntu & CentOS', 'Windows'],
vcs: ['GitLab', 'GitHub', 'Gitee', 'SVN'],
store: ['MySQL', 'SQLite', 'Redis & Memcache', 'RabbitMQ & Kafka', 'MongoDB & DynamoDB'],
server: ['Apache', 'Nginx'],
platform: ['K8S', 'Docker', 'VirtualBox'],
cloudservice: ['Aliyun', 'AWS', 'Qiniu'],
cooperation: ['Jira', 'Confluence', 'Google Docs', 'Shimo'],
communication: ['Slack', 'Discord', 'DingTalk'],
},
devtools: ['Visual Studio Code', 'JetBrains Toolbox', 'NeoVim'],
}
}
|