CV/modules_zh/skills.typ
2025-09-29 15:12:25 +08:00

47 lines
1.5 KiB
Typst
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Import
#import "@preview/brilliant-cv:2.0.5": cvSection, cvSkill, hBar
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#cvSection("开发技能")
#set text(weight: 300)
#set strong(delta: 200)
=== 前端开发
- 熟悉 *HTML、CSS、JavaScript、TypeScript、SASS、UnoCSS* 等前端技术;
- 熟练使用 *Vue、Vue-Router、Vuex、Pinia* Vue 生态库,熟悉使用 Uniapp 开发小程序应用;
- 熟悉 *Vite、Rollup* 等现代前端工具,熟悉 ES6 新特性、现代浏览器新 API、*开发过 Vite Plugin*
- 做过出海产品,有处理 *i18n* 以及 *RTL 、断行* 等多语言布局的经验
- 了解 *RESTful、EventStream、WebSocket* 等数据传输协议/规范; 封装过简易 RPC 库;
=== 客户端开发
- 了解并使用过 *React Native* 开发项目,了解并使用过 *Redux、React Router* React 生态关键组件
- 使用过 *WinForm* 构建桌面应用程序
=== 其他
- 了解多种 Git 分支模式,会使用 Git merge *Git rebase、cherry-pick*
- 使用过 *NestJs、Prisma* 等构建后端服务;使用过 *Flask**Quart* 构建后端服务,了解并使用过 *Docker* 打包后端服务
- 对计算机网络的应用层、协议层比较熟悉,对 *http 协议* 比较了解,擅长抓包和简单的逆向来分析应用行为
- 了解 Scrum 敏捷流程,有主导 Scurm 项目迭代的经历,有搭建 DevOps 自动化流水线的经历
- 有多个从 0 1 独立/主导进行项目开发的经历。
// #pagebreak()