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
| { "name": "Mr丶冷文", "age": 24, "gender": "男", "profession": "Golang Engineer & Web Developer", "address": "陕西省 西安市", "education": "本科", "experience": [ { "time": "2016年9月 到 2020年7月", "organization": "西安理工大学", "capacity": "学生" }, { "time": "2020年7月 到 2022年7月", "organization": "小米", "capacity": "软件开发工程师" }, { "time": "2022年7月 到 2022年12月", "organization": "无", "capacity": "辞职待业" } , { "time": "2022年12月 到 至今", "organization": "腾讯云", "capacity": "后台开发工程师" } ], "blog": "https://kevinlu98.cn", "email": "kevinlu98@qq.com", "description": "一个不折不扣热爱技术的小码农", "skills": [ ["Html", "CSS", "JS"], ["JQuery", "Vue"], ["Java", "PHP", "Scala", "Python"], ["Springboot", "Springcloud", "Hadoop", "Spark", "Flink"], ["Emlog", "Typecho"], ["Linux", "Mac"] ] }
|