- 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>
31 lines
504 B
Typst
31 lines
504 B
Typst
|
|
// Imports
|
|
#import "@preview/brilliant-cv:3.1.2": cvEntry, cvSection
|
|
#let metadata = toml("../metadata.toml")
|
|
#let cvSection = cvSection.with(metadata: metadata)
|
|
#let cvEntry = cvEntry.with(metadata: metadata)
|
|
|
|
#cvSection("项目经历")
|
|
|
|
|
|
// #include "./projects/creeper.typ"
|
|
|
|
#v(1em)
|
|
#include "projects/guiiai.typ"
|
|
|
|
|
|
// #v(1em)
|
|
// #include "projects/typhoon.typ"
|
|
|
|
#v(1em)
|
|
#include "projects/nuistshare.typ"
|
|
|
|
#v(1em)
|
|
#include "projects/maiqu.typ"
|
|
|
|
|
|
#v(1em)
|
|
#include "projects/mihome.typ"
|
|
|
|
#pagebreak()
|