create-lupine 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-lupine",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Scaffolding tool for Lupine.js projects",
5
5
  "bin": {
6
6
  "create-lupine": "index.js"
@@ -5,28 +5,28 @@ order: 1
5
5
 
6
6
  # Experience
7
7
 
8
- ## Senior Frontend Engineer | ABC Technology Ltd.
8
+ ## Senior Frontend Engineer | TechSolutions NZ Ltd.
9
9
 
10
- **2021.06 - Present**
10
+ **Auckland, NZ | June 2021 - Present**
11
11
 
12
- - **Core Architecture**: Responsible for the frontend architecture design and refactoring of the company's core products, optimizing the first contentful paint (FCP) from 2.5s to 1.2s.
13
- - **Component Library**: Led the development and maintenance of the internal component library `abc-ui`, improving team development efficiency by over 30%.
14
- - **Performance Optimization**: Tuned performance for large-scale data visualization pages, supporting smooth rendering of hundreds of thousands of data points.
15
- - **Team Collaboration**: Mentored 3 junior engineers, established code standards, and conducted code reviews.
12
+ - **Core Architecture**: Spearheaded the architectural design and refactoring of the company's flagship product, successfully reducing First Contentful Paint (FCP) from 2.5s to 1.2s.
13
+ - **Design System**: Led the development and maintenance of the internal UI library `abc-ui`, boosting team development efficiency by over 30%.
14
+ - **Performance Optimisation**: Optimised rendering performance for large-scale data visualisation dashboards, enabling smooth handling of 100k+ data points.
15
+ - **Mentorship**: Mentored three junior developers, established coding standards, and conducted regular code reviews to ensure high code quality.
16
16
 
17
- ## Full Stack Engineer | XYZ Network Technology Co., Ltd.
17
+ ## Full Stack Developer | Creative Web Agency
18
18
 
19
- **2018.06 - 2021.05**
19
+ **Auckland, NZ | June 2018 - May 2021**
20
20
 
21
- - **System Development**: Independently responsible for the full-stack development of the e-commerce backend management system (Vue.js + Node.js), implementing modules like order management and user permissions.
22
- - **API Design**: Designed and implemented RESTful APIs, and wrote Swagger documentation to facilitate frontend-backend collaboration.
23
- - **CI/CD**: Built an automated build and deployment process based on Jenkins, reducing release time by 50%.
24
- - **Mobile Adaptation**: Responsible for the development and compatibility debugging of H5 marketing pages, ensuring perfect display on mainstream browsers and mobile devices.
21
+ - **System Development**: Took full ownership of the full-stack development for an e-commerce admin portal (Vue.js + Node.js), implementing key modules including order management and role-based access control (RBAC).
22
+ - **API Design**: Designed and implemented RESTful APIs, documenting them with Swagger to facilitate seamless frontend-backend integration.
23
+ - **CI/CD**: Implemented an automated build and deployment pipeline using Jenkins, cutting release times by 50%.
24
+ - **Mobile Responsiveness**: ensured all marketing H5 pages were fully responsive and cross-browser compatible across major devices.
25
25
 
26
- ## Frontend Intern | MNO Innovation Studio
26
+ ## Frontend Intern | Digital Innovation Studio
27
27
 
28
- **2017.07 - 2018.05**
28
+ **Wellington, NZ | July 2017 - May 2018**
29
29
 
30
- - **Page Slicing**: Cooperated with UI designers to complete high-fidelity page implementation, ensuring clean HTML/CSS code standards.
31
- - **Interaction Implementation**: Used jQuery/Vanilla JS to realize complex page interaction effects.
32
- - **Bug Fixing**: Participated in daily bug fixing and feature maintenance.
30
+ - **UI Implementation**: Collaborated closely with UI/UX designers to deliver pixel-perfect web pages with semantic HTML and clean CSS.
31
+ - **Interactivity**: Implemented complex page interactions using Vanilla JS and jQuery.
32
+ - **Maintenance**: Assisted with daily bug fixes and feature maintenance tasks.
@@ -5,32 +5,32 @@ order: 2
5
5
 
6
6
  # Projects
7
7
 
8
- ## [Lupine.js](https://github.com/uuware/lupine.js) (Demo Project)
8
+ ## [Lupine.js](https://github.com/uuware/lupine.js) (Open Source)
9
9
 
10
10
  **Stack**: TypeScript, React, Node.js
11
11
 
12
- - **Description**: A high-performance, modular full-stack development framework designed to simplify the construction of modern Web applications.
13
- - **Responsibilities**:
14
- - Designed and implemented the core runtime.
15
- - Architected the plugin system, supporting dynamic loading of extensions.
16
- - Wrote detailed official documentation and example code.
17
- - **Achievement**: Gained 1k+ Stars on GitHub, one of the main contributors.
12
+ - **Overview**: A high-performance, modular full-stack development framework designed to streamline modern web application builds.
13
+ - **Key Contributions**:
14
+ - Architected and implemented the core runtime environment.
15
+ - Designed a robust plugin system, enabling dynamic extension loading.
16
+ - Authored comprehensive official documentation and example projects.
17
+ - **Impact**: Garnered 1k+ Stars on GitHub; recognised as a core contributor.
18
18
 
19
- ## Personal Blog System
19
+ ## Personal Blog Generator
20
20
 
21
21
  **Stack**: Next.js, Tailwind CSS, Markdown
22
22
 
23
- - **Description**: A static blog generator built on Next.js, supporting MDX rendering and custom themes.
23
+ - **Overview**: A static site generator for personal blogs built with Next.js, featuring MDX rendering and customisable themes.
24
24
  - **Features**:
25
- - High-performance SSG rendering, SEO friendly.
26
- - Integrated comment system and full-text search.
27
- - Dark mode support.
28
- - **Achievement**: Long-term personal maintenance, with 500+ daily visits.
25
+ - High-performance Static Site Generation (SSG) for optimal SEO.
26
+ - Integrated commenting system and full-text search capability.
27
+ - Native Dark Mode support.
28
+ - **Outcome**: Actively maintained personal project with 500+ daily unique visitors.
29
29
 
30
- ## Real-time Collaborative Document Platform
30
+ ## Real-time Collaborative Editor
31
31
 
32
32
  **Stack**: Vue 3, Socket.io, Node.js, MongoDB
33
33
 
34
- - **Description**: A multi-person real-time online collaborative document editing tool similar to Google Docs.
35
- - **Core Challenge**: Solved conflict handling during multi-person simultaneous editing (OT algorithm).
36
- - **Achievement**: Successfully supported 20+ people editing the same document simultaneously, with latency as low as 100ms.
34
+ - **Overview**: A collaborative online document editing tool similar to Google Docs.
35
+ - **Challenge**: Implemented Operational Transformation (OT) algorithms to handle conflict resolution during simultaneous multi-user editing.
36
+ - **Outcome**: Successfully supported 20+ concurrent users editing a single document with latency under 100ms.
@@ -3,26 +3,26 @@ title: Skills
3
3
  order: 3
4
4
  ---
5
5
 
6
- # Skills
6
+ # Technical Skills
7
7
 
8
- ## Frontend Core
8
+ ## Frontend & Core
9
9
 
10
- - **JavaScript (ES6+) / TypeScript**: Proficient, able to write type-safe, high-quality code.
11
- - **HTML5 / CSS3**: Skilled, familiar with Flexbox, Grid layout, and responsive design.
12
- - **React / Vue**: Deep understanding of React Hooks and Vue 3 reactivity principles, with extensive practical experience.
10
+ - **JavaScript (ES6+) / TypeScript**: Expert level; capable of writing strict, type-safe, and scalable code.
11
+ - **HTML5 / CSS3**: Proficient with semantic markup, Flexbox, Grid, and modern responsive design principles.
12
+ - **React / Vue**: Deep understanding of React Hooks and Vue 3 Composition API/Reactivity system.
13
13
 
14
14
  ## Backend & Database
15
15
 
16
- - **Node.js**: Familiar with Express / Koa / NestJS frameworks, able to build scalable server-side applications.
17
- - **Database**: Familiar with the use and basic tuning of MySQL, MongoDB, and Redis.
16
+ - **Node.js**: Experienced with Express, Koa, and NestJS frameworks for building robust server-side applications.
17
+ - **Databases**: Competent with MySQL, MongoDB, and Redis, including schema design and basic performance tuning.
18
18
 
19
- ## Engineering & Tools
19
+ ## DevOps & Tools
20
20
 
21
- - **Build Tools**: Skilled in using Webpack, Vite, and Rollup for project building and optimization.
22
- - **Version Control**: Proficient in Git operations, familiar with Git Flow workflow.
23
- - **CI/CD**: Familiar with GitHub Actions, Jenkins, and Docker containerized deployment.
21
+ - **Build Tools**: Skilled locally with Webpack, Vite, and Rollup.
22
+ - **Version Control**: Proficient with Git and Git Flow workflows.
23
+ - **CI/CD**: Experienced in setting up pipelines with GitHub Actions, Jenkins, and Docker.
24
24
 
25
- ## Others
25
+ ## General
26
26
 
27
- - **English**: CET-6, able to read English technical documentation fluently.
28
- - **Design**: Skilled in using Figma / Sketch to view design drafts, possessing basic aesthetic ability.
27
+ - **Languages**: English (Professional working proficiency).
28
+ - **Design**: Comfortable using Figma/Sketch for inspecting designs; solid understanding of UI/UX principles.
@@ -5,13 +5,12 @@ order: 4
5
5
 
6
6
  # Education
7
7
 
8
- ## Shanghai Jiao Tong University (Example)
8
+ ## University of Auckland
9
9
 
10
- **Computer Science and Technology | Bachelor's Degree**
11
- **2014.09 - 2018.06**
10
+ **Bachelor of Science in Computer Science**
11
+ **Feb 2014 - Nov 2017**
12
12
 
13
- - **Major Courses**: Data Structures and Algorithms, Operating Systems, Computer Networks, Database Principles, Software Engineering.
14
- - **Honors**:
15
- - 2016-2017 Academic Year School-level First Class Scholarship
16
- - 2017 National Undergraduate Mathematical Contest in Modeling Provincial Second Prize
17
- - 2018 Outstanding Graduate
13
+ - **Key Coursework**: Data Structures & Algorithms, Operating Systems, Computer Networks, Database Systems, Software Engineering.
14
+ - **Achievements**:
15
+ - Dean's Honours List (2016).
16
+ - First Class Honours.
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: Resume
2
+ title: CV
3
3
  order: 0
4
4
  github-title: View on GitHub
5
5
  github-link: https://github.com/uuware/lupine.js
@@ -13,25 +13,25 @@ sidebar:
13
13
  - /en/04-education/index
14
14
  ---
15
15
 
16
- # San Zhang
16
+ # Alex Freeman
17
17
 
18
- > Full Stack Engineer | Open Source Enthusiast | Continuous Learner
18
+ > Full Stack Engineer | Open Source Enthusiast | Lifelong Learner
19
19
 
20
20
  - 📧 Email: your.email@example.com
21
- - 📱 Phone: +86 138 0000 0000
21
+ - 📱 Mobile: +64 21 123 4567
22
22
  - 🔗 GitHub: [github.com/yourusername](https://github.com/yourusername)
23
23
  - 🌐 Blog: [yourblog.com](https://yourblog.com)
24
- - 📍 Location: Shanghai, China
24
+ - 📍 Location: Auckland, New Zealand
25
25
 
26
- ## Profile
26
+ ## Personal Statement
27
27
 
28
- Over 5 years of experience in frontend and backend development, specializing in building high-performance, scalable Web applications. Proficient in React, Node.js, TypeScript, and other modern tech stacks. Passionate about the open-source community and maintaining several popular projects on GitHub.
28
+ A seasoned Full Stack Engineer with over 5 years of experience in designing and building high-performance, scalable web applications. Proficient in the modern JavaScript ecosystem, including React, Node.js, and TypeScript. Passionate about open source software and actively maintaining several popular repositories on GitHub.
29
29
 
30
- Adept at solving complex problems, with strong teamwork and communication skills. Committed to writing clean, maintainable code, while focusing on user experience and product quality.
30
+ A problem-solver at heart with strong collaborative and communication skills. Committed to writing clean, maintainable code and delivering exceptional user experiences.
31
31
 
32
- ## Career Objective
32
+ ## Career Objectives
33
33
 
34
- - **Position**: Senior Frontend Engineer / Full Stack Engineer
35
- - **Locations**: Shanghai / Hangzhou / Remote
36
- - **Salary**: Negotiable
37
- - **Availability**: Immediate
34
+ - **Role**: Senior Frontend Engineer / Full Stack Engineer
35
+ - **Location**: Auckland / Remote
36
+ - **Availability**: 4 weeks notice
37
+ - **Visa Status**: NZ Resident / Work Visa
@@ -1,20 +1,20 @@
1
- <h1 id="experience"><a class="header-anchor" href="#experience">#</a>Experience</h1><h2 id="senior-frontend-engineer-abc-technology-ltd"><a class="header-anchor" href="#senior-frontend-engineer-abc-technology-ltd">#</a>Senior Frontend Engineer | ABC Technology Ltd.</h2><p><strong>2021.06 - Present</strong></p>
1
+ <h1 id="experience"><a class="header-anchor" href="#experience">#</a>Experience</h1><h2 id="senior-frontend-engineer-techsolutions-nz-ltd"><a class="header-anchor" href="#senior-frontend-engineer-techsolutions-nz-ltd">#</a>Senior Frontend Engineer | TechSolutions NZ Ltd.</h2><p><strong>Auckland, NZ | June 2021 - Present</strong></p>
2
2
  <ul>
3
- <li><strong>Core Architecture</strong>: Responsible for the frontend architecture design and refactoring of the company&#39;s core products, optimizing the first contentful paint (FCP) from 2.5s to 1.2s.</li>
4
- <li><strong>Component Library</strong>: Led the development and maintenance of the internal component library <code>abc-ui</code>, improving team development efficiency by over 30%.</li>
5
- <li><strong>Performance Optimization</strong>: Tuned performance for large-scale data visualization pages, supporting smooth rendering of hundreds of thousands of data points.</li>
6
- <li><strong>Team Collaboration</strong>: Mentored 3 junior engineers, established code standards, and conducted code reviews.</li>
3
+ <li><strong>Core Architecture</strong>: Spearheaded the architectural design and refactoring of the company&#39;s flagship product, successfully reducing First Contentful Paint (FCP) from 2.5s to 1.2s.</li>
4
+ <li><strong>Design System</strong>: Led the development and maintenance of the internal UI library <code>abc-ui</code>, boosting team development efficiency by over 30%.</li>
5
+ <li><strong>Performance Optimisation</strong>: Optimised rendering performance for large-scale data visualisation dashboards, enabling smooth handling of 100k+ data points.</li>
6
+ <li><strong>Mentorship</strong>: Mentored three junior developers, established coding standards, and conducted regular code reviews to ensure high code quality.</li>
7
7
  </ul>
8
- <h2 id="full-stack-engineer-xyz-network-technology-co-ltd"><a class="header-anchor" href="#full-stack-engineer-xyz-network-technology-co-ltd">#</a>Full Stack Engineer | XYZ Network Technology Co., Ltd.</h2><p><strong>2018.06 - 2021.05</strong></p>
8
+ <h2 id="full-stack-developer-creative-web-agency"><a class="header-anchor" href="#full-stack-developer-creative-web-agency">#</a>Full Stack Developer | Creative Web Agency</h2><p><strong>Auckland, NZ | June 2018 - May 2021</strong></p>
9
9
  <ul>
10
- <li><strong>System Development</strong>: Independently responsible for the full-stack development of the e-commerce backend management system (Vue.js + Node.js), implementing modules like order management and user permissions.</li>
11
- <li><strong>API Design</strong>: Designed and implemented RESTful APIs, and wrote Swagger documentation to facilitate frontend-backend collaboration.</li>
12
- <li><strong>CI/CD</strong>: Built an automated build and deployment process based on Jenkins, reducing release time by 50%.</li>
13
- <li><strong>Mobile Adaptation</strong>: Responsible for the development and compatibility debugging of H5 marketing pages, ensuring perfect display on mainstream browsers and mobile devices.</li>
10
+ <li><strong>System Development</strong>: Took full ownership of the full-stack development for an e-commerce admin portal (Vue.js + Node.js), implementing key modules including order management and role-based access control (RBAC).</li>
11
+ <li><strong>API Design</strong>: Designed and implemented RESTful APIs, documenting them with Swagger to facilitate seamless frontend-backend integration.</li>
12
+ <li><strong>CI/CD</strong>: Implemented an automated build and deployment pipeline using Jenkins, cutting release times by 50%.</li>
13
+ <li><strong>Mobile Responsiveness</strong>: ensured all marketing H5 pages were fully responsive and cross-browser compatible across major devices.</li>
14
14
  </ul>
15
- <h2 id="frontend-intern-mno-innovation-studio"><a class="header-anchor" href="#frontend-intern-mno-innovation-studio">#</a>Frontend Intern | MNO Innovation Studio</h2><p><strong>2017.07 - 2018.05</strong></p>
15
+ <h2 id="frontend-intern-digital-innovation-studio"><a class="header-anchor" href="#frontend-intern-digital-innovation-studio">#</a>Frontend Intern | Digital Innovation Studio</h2><p><strong>Wellington, NZ | July 2017 - May 2018</strong></p>
16
16
  <ul>
17
- <li><strong>Page Slicing</strong>: Cooperated with UI designers to complete high-fidelity page implementation, ensuring clean HTML/CSS code standards.</li>
18
- <li><strong>Interaction Implementation</strong>: Used jQuery/Vanilla JS to realize complex page interaction effects.</li>
19
- <li><strong>Bug Fixing</strong>: Participated in daily bug fixing and feature maintenance.</li>
17
+ <li><strong>UI Implementation</strong>: Collaborated closely with UI/UX designers to deliver pixel-perfect web pages with semantic HTML and clean CSS.</li>
18
+ <li><strong>Interactivity</strong>: Implemented complex page interactions using Vanilla JS and jQuery.</li>
19
+ <li><strong>Maintenance</strong>: Assisted with daily bug fixes and feature maintenance tasks.</li>
20
20
  </ul>
@@ -1,28 +1,28 @@
1
- <h1 id="projects"><a class="header-anchor" href="#projects">#</a>Projects</h1><h2 id="lupine-js-https-github-com-uuware-lupine-js-demo-project"><a class="header-anchor" href="#lupine-js-https-github-com-uuware-lupine-js-demo-project">#</a><a href="https://github.com/uuware/lupine.js">Lupine.js</a> (Demo Project)</h2><p><strong>Stack</strong>: TypeScript, React, Node.js</p>
1
+ <h1 id="projects"><a class="header-anchor" href="#projects">#</a>Projects</h1><h2 id="lupine-js-https-github-com-uuware-lupine-js-open-source"><a class="header-anchor" href="#lupine-js-https-github-com-uuware-lupine-js-open-source">#</a><a href="https://github.com/uuware/lupine.js">Lupine.js</a> (Open Source)</h2><p><strong>Stack</strong>: TypeScript, React, Node.js</p>
2
2
  <ul>
3
- <li><strong>Description</strong>: A high-performance, modular full-stack development framework designed to simplify the construction of modern Web applications.</li>
4
- <li><strong>Responsibilities</strong>:<ul>
5
- <li>Designed and implemented the core runtime.</li>
6
- <li>Architected the plugin system, supporting dynamic loading of extensions.</li>
7
- <li>Wrote detailed official documentation and example code.</li>
3
+ <li><strong>Overview</strong>: A high-performance, modular full-stack development framework designed to streamline modern web application builds.</li>
4
+ <li><strong>Key Contributions</strong>:<ul>
5
+ <li>Architected and implemented the core runtime environment.</li>
6
+ <li>Designed a robust plugin system, enabling dynamic extension loading.</li>
7
+ <li>Authored comprehensive official documentation and example projects.</li>
8
8
  </ul>
9
9
  </li>
10
- <li><strong>Achievement</strong>: Gained 1k+ Stars on GitHub, one of the main contributors.</li>
10
+ <li><strong>Impact</strong>: Garnered 1k+ Stars on GitHub; recognised as a core contributor.</li>
11
11
  </ul>
12
- <h2 id="personal-blog-system"><a class="header-anchor" href="#personal-blog-system">#</a>Personal Blog System</h2><p><strong>Stack</strong>: Next.js, Tailwind CSS, Markdown</p>
12
+ <h2 id="personal-blog-generator"><a class="header-anchor" href="#personal-blog-generator">#</a>Personal Blog Generator</h2><p><strong>Stack</strong>: Next.js, Tailwind CSS, Markdown</p>
13
13
  <ul>
14
- <li><strong>Description</strong>: A static blog generator built on Next.js, supporting MDX rendering and custom themes.</li>
14
+ <li><strong>Overview</strong>: A static site generator for personal blogs built with Next.js, featuring MDX rendering and customisable themes.</li>
15
15
  <li><strong>Features</strong>:<ul>
16
- <li>High-performance SSG rendering, SEO friendly.</li>
17
- <li>Integrated comment system and full-text search.</li>
18
- <li>Dark mode support.</li>
16
+ <li>High-performance Static Site Generation (SSG) for optimal SEO.</li>
17
+ <li>Integrated commenting system and full-text search capability.</li>
18
+ <li>Native Dark Mode support.</li>
19
19
  </ul>
20
20
  </li>
21
- <li><strong>Achievement</strong>: Long-term personal maintenance, with 500+ daily visits.</li>
21
+ <li><strong>Outcome</strong>: Actively maintained personal project with 500+ daily unique visitors.</li>
22
22
  </ul>
23
- <h2 id="real-time-collaborative-document-platform"><a class="header-anchor" href="#real-time-collaborative-document-platform">#</a>Real-time Collaborative Document Platform</h2><p><strong>Stack</strong>: Vue 3, Socket.io, Node.js, MongoDB</p>
23
+ <h2 id="real-time-collaborative-editor"><a class="header-anchor" href="#real-time-collaborative-editor">#</a>Real-time Collaborative Editor</h2><p><strong>Stack</strong>: Vue 3, Socket.io, Node.js, MongoDB</p>
24
24
  <ul>
25
- <li><strong>Description</strong>: A multi-person real-time online collaborative document editing tool similar to Google Docs.</li>
26
- <li><strong>Core Challenge</strong>: Solved conflict handling during multi-person simultaneous editing (OT algorithm).</li>
27
- <li><strong>Achievement</strong>: Successfully supported 20+ people editing the same document simultaneously, with latency as low as 100ms.</li>
25
+ <li><strong>Overview</strong>: A collaborative online document editing tool similar to Google Docs.</li>
26
+ <li><strong>Challenge</strong>: Implemented Operational Transformation (OT) algorithms to handle conflict resolution during simultaneous multi-user editing.</li>
27
+ <li><strong>Outcome</strong>: Successfully supported 20+ concurrent users editing a single document with latency under 100ms.</li>
28
28
  </ul>
@@ -1,18 +1,18 @@
1
- <h1 id="skills"><a class="header-anchor" href="#skills">#</a>Skills</h1><h2 id="frontend-core"><a class="header-anchor" href="#frontend-core">#</a>Frontend Core</h2><ul>
2
- <li><strong>JavaScript (ES6+) / TypeScript</strong>: Proficient, able to write type-safe, high-quality code.</li>
3
- <li><strong>HTML5 / CSS3</strong>: Skilled, familiar with Flexbox, Grid layout, and responsive design.</li>
4
- <li><strong>React / Vue</strong>: Deep understanding of React Hooks and Vue 3 reactivity principles, with extensive practical experience.</li>
1
+ <h1 id="technical-skills"><a class="header-anchor" href="#technical-skills">#</a>Technical Skills</h1><h2 id="frontend-core"><a class="header-anchor" href="#frontend-core">#</a>Frontend &amp; Core</h2><ul>
2
+ <li><strong>JavaScript (ES6+) / TypeScript</strong>: Expert level; capable of writing strict, type-safe, and scalable code.</li>
3
+ <li><strong>HTML5 / CSS3</strong>: Proficient with semantic markup, Flexbox, Grid, and modern responsive design principles.</li>
4
+ <li><strong>React / Vue</strong>: Deep understanding of React Hooks and Vue 3 Composition API/Reactivity system.</li>
5
5
  </ul>
6
6
  <h2 id="backend-database"><a class="header-anchor" href="#backend-database">#</a>Backend &amp; Database</h2><ul>
7
- <li><strong>Node.js</strong>: Familiar with Express / Koa / NestJS frameworks, able to build scalable server-side applications.</li>
8
- <li><strong>Database</strong>: Familiar with the use and basic tuning of MySQL, MongoDB, and Redis.</li>
7
+ <li><strong>Node.js</strong>: Experienced with Express, Koa, and NestJS frameworks for building robust server-side applications.</li>
8
+ <li><strong>Databases</strong>: Competent with MySQL, MongoDB, and Redis, including schema design and basic performance tuning.</li>
9
9
  </ul>
10
- <h2 id="engineering-tools"><a class="header-anchor" href="#engineering-tools">#</a>Engineering &amp; Tools</h2><ul>
11
- <li><strong>Build Tools</strong>: Skilled in using Webpack, Vite, and Rollup for project building and optimization.</li>
12
- <li><strong>Version Control</strong>: Proficient in Git operations, familiar with Git Flow workflow.</li>
13
- <li><strong>CI/CD</strong>: Familiar with GitHub Actions, Jenkins, and Docker containerized deployment.</li>
10
+ <h2 id="devops-tools"><a class="header-anchor" href="#devops-tools">#</a>DevOps &amp; Tools</h2><ul>
11
+ <li><strong>Build Tools</strong>: Skilled locally with Webpack, Vite, and Rollup.</li>
12
+ <li><strong>Version Control</strong>: Proficient with Git and Git Flow workflows.</li>
13
+ <li><strong>CI/CD</strong>: Experienced in setting up pipelines with GitHub Actions, Jenkins, and Docker.</li>
14
14
  </ul>
15
- <h2 id="others"><a class="header-anchor" href="#others">#</a>Others</h2><ul>
16
- <li><strong>English</strong>: CET-6, able to read English technical documentation fluently.</li>
17
- <li><strong>Design</strong>: Skilled in using Figma / Sketch to view design drafts, possessing basic aesthetic ability.</li>
15
+ <h2 id="general"><a class="header-anchor" href="#general">#</a>General</h2><ul>
16
+ <li><strong>Languages</strong>: English (Professional working proficiency).</li>
17
+ <li><strong>Design</strong>: Comfortable using Figma/Sketch for inspecting designs; solid understanding of UI/UX principles.</li>
18
18
  </ul>
@@ -1,11 +1,10 @@
1
- <h1 id="education"><a class="header-anchor" href="#education">#</a>Education</h1><h2 id="shanghai-jiao-tong-university-example"><a class="header-anchor" href="#shanghai-jiao-tong-university-example">#</a>Shanghai Jiao Tong University (Example)</h2><p><strong>Computer Science and Technology | Bachelor&#39;s Degree</strong>
2
- <strong>2014.09 - 2018.06</strong></p>
1
+ <h1 id="education"><a class="header-anchor" href="#education">#</a>Education</h1><h2 id="university-of-auckland"><a class="header-anchor" href="#university-of-auckland">#</a>University of Auckland</h2><p><strong>Bachelor of Science in Computer Science</strong>
2
+ <strong>Feb 2014 - Nov 2017</strong></p>
3
3
  <ul>
4
- <li><strong>Major Courses</strong>: Data Structures and Algorithms, Operating Systems, Computer Networks, Database Principles, Software Engineering.</li>
5
- <li><strong>Honors</strong>:<ul>
6
- <li>2016-2017 Academic Year School-level First Class Scholarship</li>
7
- <li>2017 National Undergraduate Mathematical Contest in Modeling Provincial Second Prize</li>
8
- <li>2018 Outstanding Graduate</li>
4
+ <li><strong>Key Coursework</strong>: Data Structures &amp; Algorithms, Operating Systems, Computer Networks, Database Systems, Software Engineering.</li>
5
+ <li><strong>Achievements</strong>:<ul>
6
+ <li>Dean&#39;s Honours List (2016).</li>
7
+ <li>First Class Honours.</li>
9
8
  </ul>
10
9
  </li>
11
10
  </ul>
@@ -1,18 +1,18 @@
1
- <h1 id="san-zhang"><a class="header-anchor" href="#san-zhang">#</a>San Zhang</h1><blockquote>
2
- <p>Full Stack Engineer | Open Source Enthusiast | Continuous Learner</p>
1
+ <h1 id="alex-freeman"><a class="header-anchor" href="#alex-freeman">#</a>Alex Freeman</h1><blockquote>
2
+ <p>Full Stack Engineer | Open Source Enthusiast | Lifelong Learner</p>
3
3
  </blockquote>
4
4
  <ul>
5
5
  <li>📧 Email: <a href="javascript:lpPressLoad('/en/mailto:your.email@example.com')">your.email@example.com</a></li>
6
- <li>📱 Phone: +86 138 0000 0000</li>
6
+ <li>📱 Mobile: +64 21 123 4567</li>
7
7
  <li>🔗 GitHub: <a href="https://github.com/yourusername">github.com/yourusername</a></li>
8
8
  <li>🌐 Blog: <a href="https://yourblog.com">yourblog.com</a></li>
9
- <li>📍 Location: Shanghai, China</li>
9
+ <li>📍 Location: Auckland, New Zealand</li>
10
10
  </ul>
11
- <h2 id="profile"><a class="header-anchor" href="#profile">#</a>Profile</h2><p>Over 5 years of experience in frontend and backend development, specializing in building high-performance, scalable Web applications. Proficient in React, Node.js, TypeScript, and other modern tech stacks. Passionate about the open-source community and maintaining several popular projects on GitHub.</p>
12
- <p>Adept at solving complex problems, with strong teamwork and communication skills. Committed to writing clean, maintainable code, while focusing on user experience and product quality.</p>
13
- <h2 id="career-objective"><a class="header-anchor" href="#career-objective">#</a>Career Objective</h2><ul>
14
- <li><strong>Position</strong>: Senior Frontend Engineer / Full Stack Engineer</li>
15
- <li><strong>Locations</strong>: Shanghai / Hangzhou / Remote</li>
16
- <li><strong>Salary</strong>: Negotiable</li>
17
- <li><strong>Availability</strong>: Immediate</li>
11
+ <h2 id="personal-statement"><a class="header-anchor" href="#personal-statement">#</a>Personal Statement</h2><p>A seasoned Full Stack Engineer with over 5 years of experience in designing and building high-performance, scalable web applications. Proficient in the modern JavaScript ecosystem, including React, Node.js, and TypeScript. Passionate about open source software and actively maintaining several popular repositories on GitHub.</p>
12
+ <p>A problem-solver at heart with strong collaborative and communication skills. Committed to writing clean, maintainable code and delivering exceptional user experiences.</p>
13
+ <h2 id="career-objectives"><a class="header-anchor" href="#career-objectives">#</a>Career Objectives</h2><ul>
14
+ <li><strong>Role</strong>: Senior Frontend Engineer / Full Stack Engineer</li>
15
+ <li><strong>Location</strong>: Auckland / Remote</li>
16
+ <li><strong>Availability</strong>: 4 weeks notice</li>
17
+ <li><strong>Visa Status</strong>: NZ Resident / Work Visa</li>
18
18
  </ul>
@@ -12,11 +12,11 @@ import html10 from './zh/index.html';
12
12
 
13
13
  export const markdownConfig: Record<string, { html: string; data: any; headings: any[] }> = {
14
14
  '/': { html: html0, data: {"lang":[{"title":"English","id":"en"},{"title":"简体中文","id":"zh"}]}, headings: [] },
15
- '/en/01-experience/index': { html: html1, data: {"title":"Experience","order":1}, headings: [{"level":2,"text":"Senior Frontend Engineer | ABC Technology Ltd.","id":"senior-frontend-engineer-abc-technology-ltd"},{"level":2,"text":"Full Stack Engineer | XYZ Network Technology Co., Ltd.","id":"full-stack-engineer-xyz-network-technology-co-ltd"},{"level":2,"text":"Frontend Intern | MNO Innovation Studio","id":"frontend-intern-mno-innovation-studio"}] },
16
- '/en/02-projects/index': { html: html2, data: {"title":"Projects","order":2}, headings: [{"level":2,"text":"Lupine.js (Demo Project)","id":"lupine-js-https-github-com-uuware-lupine-js-demo-project"},{"level":2,"text":"Personal Blog System","id":"personal-blog-system"},{"level":2,"text":"Real-time Collaborative Document Platform","id":"real-time-collaborative-document-platform"}] },
17
- '/en/03-skills/index': { html: html3, data: {"title":"Skills","order":3}, headings: [{"level":2,"text":"Frontend Core","id":"frontend-core"},{"level":2,"text":"Backend & Database","id":"backend-database"},{"level":2,"text":"Engineering & Tools","id":"engineering-tools"},{"level":2,"text":"Others","id":"others"}] },
18
- '/en/04-education/index': { html: html4, data: {"title":"Education","order":4}, headings: [{"level":2,"text":"Shanghai Jiao Tong University (Example)","id":"shanghai-jiao-tong-university-example"}] },
19
- '/en/index': { html: html5, data: {"title":"Resume","order":0,"github-title":"View on GitHub","github-link":"https://github.com/uuware/lupine.js","sidebar":[{"type":"group","text":"Details","level":0},{"type":"link","text":"Experience","link":"/en/01-experience/index","level":1},{"type":"link","text":"Projects","link":"/en/02-projects/index","level":1},{"type":"link","text":"Skills","link":"/en/03-skills/index","level":1},{"type":"link","text":"Education","link":"/en/04-education/index","level":1}]}, headings: [{"level":2,"text":"Profile","id":"profile"},{"level":2,"text":"Career Objective","id":"career-objective"}] },
15
+ '/en/01-experience/index': { html: html1, data: {"title":"Experience","order":1}, headings: [{"level":2,"text":"Senior Frontend Engineer | TechSolutions NZ Ltd.","id":"senior-frontend-engineer-techsolutions-nz-ltd"},{"level":2,"text":"Full Stack Developer | Creative Web Agency","id":"full-stack-developer-creative-web-agency"},{"level":2,"text":"Frontend Intern | Digital Innovation Studio","id":"frontend-intern-digital-innovation-studio"}] },
16
+ '/en/02-projects/index': { html: html2, data: {"title":"Projects","order":2}, headings: [{"level":2,"text":"Lupine.js (Open Source)","id":"lupine-js-https-github-com-uuware-lupine-js-open-source"},{"level":2,"text":"Personal Blog Generator","id":"personal-blog-generator"},{"level":2,"text":"Real-time Collaborative Editor","id":"real-time-collaborative-editor"}] },
17
+ '/en/03-skills/index': { html: html3, data: {"title":"Skills","order":3}, headings: [{"level":2,"text":"Frontend & Core","id":"frontend-core"},{"level":2,"text":"Backend & Database","id":"backend-database"},{"level":2,"text":"DevOps & Tools","id":"devops-tools"},{"level":2,"text":"General","id":"general"}] },
18
+ '/en/04-education/index': { html: html4, data: {"title":"Education","order":4}, headings: [{"level":2,"text":"University of Auckland","id":"university-of-auckland"}] },
19
+ '/en/index': { html: html5, data: {"title":"CV","order":0,"github-title":"View on GitHub","github-link":"https://github.com/uuware/lupine.js","sidebar":[{"type":"group","text":"Details","level":0},{"type":"link","text":"Experience","link":"/en/01-experience/index","level":1},{"type":"link","text":"Projects","link":"/en/02-projects/index","level":1},{"type":"link","text":"Skills","link":"/en/03-skills/index","level":1},{"type":"link","text":"Education","link":"/en/04-education/index","level":1}]}, headings: [{"level":2,"text":"Personal Statement","id":"personal-statement"},{"level":2,"text":"Career Objectives","id":"career-objectives"}] },
20
20
  '/zh/01-experience/index': { html: html6, data: {"title":"工作经历","order":1}, headings: [{"level":2,"text":"高级前端工程师 | ABC 科技有限公司","id":"高级前端工程师-abc-科技有限公司"},{"level":2,"text":"全栈工程师 | XYZ 网络技术有限公司","id":"全栈工程师-xyz-网络技术有限公司"},{"level":2,"text":"前端实习生 | MNO 创新工作室","id":"前端实习生-mno-创新工作室"}] },
21
21
  '/zh/02-projects/index': { html: html7, data: {"title":"项目经验","order":2}, headings: [{"level":2,"text":"Lupine.js (示例项目)","id":"lupine-js-https-github-com-uuware-lupine-js-示例项目"},{"level":2,"text":"个人博客系统","id":"个人博客系统"},{"level":2,"text":"实时协作文档平台","id":"实时协作文档平台"}] },
22
22
  '/zh/03-skills/index': { html: html8, data: {"title":"专业技能","order":3}, headings: [{"level":2,"text":"前端核心","id":"前端核心"},{"level":2,"text":"后端与数据库","id":"后端与数据库"},{"level":2,"text":"工程化与工具","id":"工程化与工具"},{"level":2,"text":"其他","id":"其他"}] },