CV/zh/skills.typ
Dustella d9e64e1181 refactor: optimize CV content for clarity and impact
- 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>
2026-02-25 18:12:59 +08:00

48 lines
1.4 KiB
Typst
Raw 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: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.5sLighthouse 评分提升至 97
- 熟悉 *Vite* 构建工具,开发过 Vite Plugin了解前端工具链和构建优化
- 熟悉使用 *Uniapp* 开发跨平台小程序应用
#colbreak()
=== 后端与数据分析
- 熟练使用 *Python* 进行数据处理,熟悉 Pandas、NumPy 等数据分析库
- *PyTorch* 深度学习模型训练经验,研究方向为点云分割与配准
- 有计算机视觉项目经验(语义分割、目标检测),使用过 LoRA 微调 SAM 模型
- 使用过 *Flask/Quart* 构建后端服务,了解 NestJS、Prisma 等现代后端技术栈
- 熟悉 *RESTful API* 设计,了解 WebSocket、EventStream 等实时通信协议
]
// #pagebreak()