- Simplified skills section: reduced from 15 to 10 items, added performance optimization and toolchain expertise - Refactored project descriptions: focused on business value and key achievements over technical details - Enhanced readability: added bold formatting to highlight key metrics and technologies - Added comprehensive background notes in project files for interview preparation - Created CLAUDE.md for future Claude Code instances Key improvements: - GuiiAI: emphasized hackathon win, early market entry, and engineering challenges - NuistShare: highlighted 10s→0.5s optimization and Lighthouse 97 score - Mihome: stressed sole responsibility for overseas markets and RTL adaptation - Maiqu: showcased team leadership and agile development practices 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
48 lines
1.4 KiB
Typst
48 lines
1.4 KiB
Typst
|
||
// Import
|
||
#import "@preview/brilliant-cv:3.1.2": cvSection, cvSkill, hBar
|
||
#let metadata = toml("../metadata.toml")
|
||
#let cvSection = cvSection.with(metadata: metadata)
|
||
|
||
|
||
#cvSection("开发技能")
|
||
|
||
// #set text(weight: 400)
|
||
#set strong(delta: 300)
|
||
|
||
#columns(2)[
|
||
|
||
=== 前端开发
|
||
|
||
- 熟练使用 *Vue 3* 全家桶(Vue Router、Pinia、Composition API)进行项目开发,有多个完整项目经验
|
||
|
||
- 熟悉 *React Native* 开发,在小米实习期间负责米家大家电插件的开发与迭代
|
||
|
||
- 熟悉 *TypeScript*,能够进行类型安全的前端开发
|
||
|
||
- 有 *国际化(i18n)* 和 *RTL 布局* 实践经验,参与过出海产品开发
|
||
|
||
- 有 *前端性能优化* 经验,曾将项目首屏加载时间从 10s 优化到 0.5s,Lighthouse 评分提升至 97
|
||
|
||
- 熟悉 *Vite* 构建工具,开发过 Vite Plugin,了解前端工具链和构建优化
|
||
|
||
- 熟悉使用 *Uniapp* 开发跨平台小程序应用
|
||
|
||
#colbreak()
|
||
|
||
=== 后端与数据分析
|
||
|
||
- 熟练使用 *Python* 进行数据处理,熟悉 Pandas、NumPy 等数据分析库
|
||
|
||
- 有 *PyTorch* 深度学习模型训练经验,研究方向为点云分割与配准
|
||
|
||
- 有计算机视觉项目经验(语义分割、目标检测),使用过 LoRA 微调 SAM 模型
|
||
|
||
- 使用过 *Flask/Quart* 构建后端服务,了解 NestJS、Prisma 等现代后端技术栈
|
||
|
||
- 熟悉 *RESTful API* 设计,了解 WebSocket、EventStream 等实时通信协议
|
||
|
||
|
||
]
|
||
// #pagebreak()
|