Skip to content

Commit

Permalink
docs: 新增resume写法
Browse files Browse the repository at this point in the history
  • Loading branch information
simply-none committed Feb 29, 2024
1 parent ec646c7 commit 9401244
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/sibar.js
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,10 @@ export function sidebarUsageDiaries() {
text: "记录5月29日以后的感想感悟",
link: "/usage-diaries/感悟",
},
{
text: "resume",
link: "/usage-diaries/resume",
},
];
}
export function sidebarUsageGames() {
Expand Down
57 changes: 57 additions & 0 deletions docs/usage-diaries/resume.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# resume

## 命名

- `姓名-目标岗位-优势点`
- `姓名-目标岗位`
- 以此类推,尽量精准简要

## 详细项

**个人信息**

- 姓名
- 性别
- 电话
- 邮箱
- 出生年月
- 工作年限
- 所在地
- 最高学历

**教育经历**

- 学校
- 学历
- 专业
- 时间
- 可选:成绩、荣誉、奖项

**个人优势&技能**

- 专业技能
- 可选:个人博客、比赛获奖

**工作经历**

- 公司
- 部门
- 职位、职级
- 工作内容、成果;工作职责、内容

**项目经历**

- 公司
- 项目
- 角色
- 时间
- 技术栈
- 详细项目内容(star原则:背景、任务、动作、结果)

## 参考

- <https://juejin.cn/post/7292948455550238732?searchId=20240229091937E7022E96938555CC3EF4>
- <https://juejin.cn/post/7328753414724403200?searchId=20240229091937E7022E96938555CC3EF4>
- <https://juejin.cn/post/7318950135617142847?searchId=20240229091937E7022E96938555CC3EF4>
- <https://juejin.cn/post/7289239226024804409?searchId=20240229091937E7022E96938555CC3EF4#heading-12>
- <https://juejin.cn/search?query=%E7%AE%80%E5%8E%86%E7%9A%84%E5%86%99%E6%B3%95&fromSeo=0&fromHistory=0&fromSuggest=0>

0 comments on commit 9401244

Please sign in to comment.