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
| { name: '昭熙小乐' age: 26, gender: '男', profession: 'Nodejs && Web Developer', experience: '5年', address: '北京市海淀区', education: '本科', github: 'https://github.com/huleile', blog: 'http://blog.hully.fun', email: 'hule_sky@163.com', description: '致力于网站建设以及服务器搭建。',
skills: [ ['jQuery', 'Vue', 'React', 'Bootstrap'], ['Less','Sass'], ['Webpack', 'Grunt'], ['Express', 'Koa', 'StrongLoop', 'ES6'], ['Java', 'Python'], ['Jenkins', 'Git'], ['Mysql', 'Postgresql', 'MongoDB', 'Redis'], ['MAC', 'Linux', 'Windows'] ],
devTools: [ ['Sublime Text', 'Visual Studio Code', 'Atom', 'Webstorm'], ['SourceTree', 'GitBash'], ['Eclipse', 'MyEclipse'], ['Postman', 'FireBug', 'Charles'], ['Navicat', 'pgAdmin', 'RoboMongo'] ] }
|