Markdown Practices
## Resume Making
### Resume Structure Design
An excellent Markdown resume should include the following core structure:
# Name## Contact Information## Career Objective/Personal Profile## Work Experience## Education Background## Skills List## Project Experience## Additional Information
### Complete Resume Example
# Zhang San | Frontend Developer## 📞 Contact Information- **Email**: zhangsan@email.com- **Phone**: 138-0000-0000- **GitHub**: [github.com/zhangsan](https://github.com/zhangsan)- **LinkedIn**: [linkedin.com/in/zhangsan](https://linkedin.com/in/zhangsan)- **Address**: Pudong New Area, Shanghai## 🎯 Career ObjectiveExperienced frontend developer with 3 years of expertise, focusing on React ecosystem and modern web application development. Seeking a senior frontend developer position at an innovative company, hoping to participate in architecture design and team collaboration for large-scale projects.## 💼 Work Experience### Senior Frontend Developer | ABC Technology Co., Ltd.**2022.03 - Present**- Responsible for frontend development of core company products, with 1 million+ users- Built maintainable large-scale single-page applications using React and TypeScript- Collaborated with product and design teams to convert design mockups into high-quality user interfaces- Established frontend component library, improving team development efficiency by 30%- **Tech Stack**: React, TypeScript, Redux, Webpack, Jest### Frontend Developer | XYZ Internet Company**2021.06 - 2022.02**- Participated in frontend development and maintenance of e-commerce platform- Optimized page performance, reducing first-screen loading time by 40%- Responsible for mobile H5 page development, adapting to multiple devices- **Tech Stack**: Vue.js, JavaScript, SCSS, Element UI
!(#)
### Information Hierarchy
The information hierarchy in a Markdown resume should follow these principles:
1. **Level 1 Heading (#)**: Name and Job Title
2. **Level 2 Heading (##)**: Main Sections (Contact Information, Work Experience, etc.)
3. **Level 3 Heading (###)**: Specific Position or Project Name
4. **Level 4 Heading (####)**: Sub-projects or Detailed Categories
5. **Bold Text**: Emphasizing Important Information
6. **Lists**: Skills or Responsibility Descriptions
#### Hierarchy Example
## 🛠️ Skills List### Programming Languages- **Proficient**: JavaScript, TypeScript, HTML5, CSS3- **Familiar**: Python, Java, Go### Frontend Frameworks- **React Ecosystem**: React, Redux, React Router, Next.js- **Vue Ecosystem**: Vue.js, Vuex, Vue Router, Nuxt.js- **Others**: Angular Basics### Development Tools#### Version Control- Git, GitHub, GitLab#### Build Tools- Webpack, Vite, Rollup- Babel, PostCSS#### Testing Tools- Jest, Cypress, Testing Library
### Formatting and Beautification Tips
#### Using Emojis to Enhance Visual Effects
## 📱 Contact Information## 💼 Work Experience## 🎓 Education Background## 🛠️ Skills List## 🚀 Project Experience## 🏆 Awards and Achievements
#### Using Tables Skillfully to Display Information
## 📊 Skills Assessment| Skill Category | Specific Skills | Proficiency Level ||---------|---------|---------|| Frontend Framework | React | ⭐⭐⭐⭐⭐ || Frontend Framework | Vue.js | ⭐⭐⭐⭐ || Programming Language | TypeScript | ⭐⭐⭐⭐ || Programming Language | JavaScript | ⭐⭐⭐⭐⭐ |
#### Using Blockquotes to Highlight Key Points
## 🎯 Career Highlights> **Core Strengths**: 3 years of experience in large-scale project development, familiar with complete frontend development workflow> > **Technical Expertise**: React + TypeScript tech stack, with good code standardization awareness> > **Team Collaboration**: Cross-department communication skills, participated in multiple agile development projects
#### Beautifying with Links and Badges
## 🔗 Online Portfolio[!(https://img.shields.io/badge/Website-zhangsan.dev-blue)](https://zhangsan.dev)[!(https://img.shields.io/badge/GitHub-zhangsan-black)](https://github.com/zhangsan)[!(https://img.shields.io/badge/Juejin-@ZhangSan-blue)](https://juejin.cn/user/zhangsan)
YouTip