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 +1 -1
- package/templates/cv-starter/web/markdown/en/01-experience/index.md +17 -17
- package/templates/cv-starter/web/markdown/en/02-projects/index.md +17 -17
- package/templates/cv-starter/web/markdown/en/03-skills/index.md +14 -14
- package/templates/cv-starter/web/markdown/en/04-education/index.md +7 -8
- package/templates/cv-starter/web/markdown/en/index.md +13 -13
- package/templates/cv-starter/web/src/markdown-built/en/01-experience/index.html +14 -14
- package/templates/cv-starter/web/src/markdown-built/en/02-projects/index.html +17 -17
- package/templates/cv-starter/web/src/markdown-built/en/03-skills/index.html +13 -13
- package/templates/cv-starter/web/src/markdown-built/en/04-education/index.html +6 -7
- package/templates/cv-starter/web/src/markdown-built/en/index.html +11 -11
- package/templates/cv-starter/web/src/markdown-built/markdown-config.ts +5 -5
package/package.json
CHANGED
|
@@ -5,28 +5,28 @@ order: 1
|
|
|
5
5
|
|
|
6
6
|
# Experience
|
|
7
7
|
|
|
8
|
-
## Senior Frontend Engineer |
|
|
8
|
+
## Senior Frontend Engineer | TechSolutions NZ Ltd.
|
|
9
9
|
|
|
10
|
-
**2021
|
|
10
|
+
**Auckland, NZ | June 2021 - Present**
|
|
11
11
|
|
|
12
|
-
- **Core Architecture**:
|
|
13
|
-
- **
|
|
14
|
-
- **Performance
|
|
15
|
-
- **
|
|
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
|
|
17
|
+
## Full Stack Developer | Creative Web Agency
|
|
18
18
|
|
|
19
|
-
**2018
|
|
19
|
+
**Auckland, NZ | June 2018 - May 2021**
|
|
20
20
|
|
|
21
|
-
- **System Development**:
|
|
22
|
-
- **API Design**: Designed and implemented RESTful APIs,
|
|
23
|
-
- **CI/CD**:
|
|
24
|
-
- **Mobile
|
|
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 |
|
|
26
|
+
## Frontend Intern | Digital Innovation Studio
|
|
27
27
|
|
|
28
|
-
**2017
|
|
28
|
+
**Wellington, NZ | July 2017 - May 2018**
|
|
29
29
|
|
|
30
|
-
- **
|
|
31
|
-
- **
|
|
32
|
-
- **
|
|
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) (
|
|
8
|
+
## [Lupine.js](https://github.com/uuware/lupine.js) (Open Source)
|
|
9
9
|
|
|
10
10
|
**Stack**: TypeScript, React, Node.js
|
|
11
11
|
|
|
12
|
-
- **
|
|
13
|
-
- **
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
- **
|
|
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
|
|
19
|
+
## Personal Blog Generator
|
|
20
20
|
|
|
21
21
|
**Stack**: Next.js, Tailwind CSS, Markdown
|
|
22
22
|
|
|
23
|
-
- **
|
|
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
|
|
26
|
-
- Integrated
|
|
27
|
-
- Dark
|
|
28
|
-
- **
|
|
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
|
|
30
|
+
## Real-time Collaborative Editor
|
|
31
31
|
|
|
32
32
|
**Stack**: Vue 3, Socket.io, Node.js, MongoDB
|
|
33
33
|
|
|
34
|
-
- **
|
|
35
|
-
- **
|
|
36
|
-
- **
|
|
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**:
|
|
11
|
-
- **HTML5 / CSS3**:
|
|
12
|
-
- **React / Vue**: Deep understanding of React Hooks and Vue 3
|
|
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**:
|
|
17
|
-
- **
|
|
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
|
-
##
|
|
19
|
+
## DevOps & Tools
|
|
20
20
|
|
|
21
|
-
- **Build Tools**: Skilled
|
|
22
|
-
- **Version Control**: Proficient
|
|
23
|
-
- **CI/CD**:
|
|
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
|
-
##
|
|
25
|
+
## General
|
|
26
26
|
|
|
27
|
-
- **
|
|
28
|
-
- **Design**:
|
|
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
|
-
##
|
|
8
|
+
## University of Auckland
|
|
9
9
|
|
|
10
|
-
**
|
|
11
|
-
**2014
|
|
10
|
+
**Bachelor of Science in Computer Science**
|
|
11
|
+
**Feb 2014 - Nov 2017**
|
|
12
12
|
|
|
13
|
-
- **
|
|
14
|
-
- **
|
|
15
|
-
-
|
|
16
|
-
-
|
|
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:
|
|
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
|
-
#
|
|
16
|
+
# Alex Freeman
|
|
17
17
|
|
|
18
|
-
> Full Stack Engineer | Open Source Enthusiast |
|
|
18
|
+
> Full Stack Engineer | Open Source Enthusiast | Lifelong Learner
|
|
19
19
|
|
|
20
20
|
- 📧 Email: your.email@example.com
|
|
21
|
-
- 📱
|
|
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:
|
|
24
|
+
- 📍 Location: Auckland, New Zealand
|
|
25
25
|
|
|
26
|
-
##
|
|
26
|
+
## Personal Statement
|
|
27
27
|
|
|
28
|
-
|
|
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
|
-
|
|
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
|
|
32
|
+
## Career Objectives
|
|
33
33
|
|
|
34
|
-
- **
|
|
35
|
-
- **
|
|
36
|
-
- **
|
|
37
|
-
- **
|
|
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-
|
|
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>:
|
|
4
|
-
<li><strong>
|
|
5
|
-
<li><strong>Performance
|
|
6
|
-
<li><strong>
|
|
3
|
+
<li><strong>Core Architecture</strong>: Spearheaded the architectural design and refactoring of the company'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-
|
|
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>:
|
|
11
|
-
<li><strong>API Design</strong>: Designed and implemented RESTful APIs,
|
|
12
|
-
<li><strong>CI/CD</strong>:
|
|
13
|
-
<li><strong>Mobile
|
|
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-
|
|
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>
|
|
18
|
-
<li><strong>
|
|
19
|
-
<li><strong>
|
|
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-
|
|
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>
|
|
4
|
-
<li><strong>
|
|
5
|
-
<li>
|
|
6
|
-
<li>
|
|
7
|
-
<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>
|
|
10
|
+
<li><strong>Impact</strong>: Garnered 1k+ Stars on GitHub; recognised as a core contributor.</li>
|
|
11
11
|
</ul>
|
|
12
|
-
<h2 id="personal-blog-
|
|
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>
|
|
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
|
|
17
|
-
<li>Integrated
|
|
18
|
-
<li>Dark
|
|
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>
|
|
21
|
+
<li><strong>Outcome</strong>: Actively maintained personal project with 500+ daily unique visitors.</li>
|
|
22
22
|
</ul>
|
|
23
|
-
<h2 id="real-time-collaborative-
|
|
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>
|
|
26
|
-
<li><strong>
|
|
27
|
-
<li><strong>
|
|
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>:
|
|
3
|
-
<li><strong>HTML5 / CSS3</strong>:
|
|
4
|
-
<li><strong>React / Vue</strong>: Deep understanding of React Hooks and Vue 3
|
|
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 & 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 & Database</h2><ul>
|
|
7
|
-
<li><strong>Node.js</strong>:
|
|
8
|
-
<li><strong>
|
|
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="
|
|
11
|
-
<li><strong>Build Tools</strong>: Skilled
|
|
12
|
-
<li><strong>Version Control</strong>: Proficient
|
|
13
|
-
<li><strong>CI/CD</strong>:
|
|
10
|
+
<h2 id="devops-tools"><a class="header-anchor" href="#devops-tools">#</a>DevOps & 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="
|
|
16
|
-
<li><strong>
|
|
17
|
-
<li><strong>Design</strong>:
|
|
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="
|
|
2
|
-
<strong>2014
|
|
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>
|
|
5
|
-
<li><strong>
|
|
6
|
-
<li>
|
|
7
|
-
<li>
|
|
8
|
-
<li>2018 Outstanding Graduate</li>
|
|
4
|
+
<li><strong>Key Coursework</strong>: Data Structures & Algorithms, Operating Systems, Computer Networks, Database Systems, Software Engineering.</li>
|
|
5
|
+
<li><strong>Achievements</strong>:<ul>
|
|
6
|
+
<li>Dean'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="
|
|
2
|
-
<p>Full Stack Engineer | Open Source Enthusiast |
|
|
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>📱
|
|
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:
|
|
9
|
+
<li>📍 Location: Auckland, New Zealand</li>
|
|
10
10
|
</ul>
|
|
11
|
-
<h2 id="
|
|
12
|
-
<p>
|
|
13
|
-
<h2 id="career-
|
|
14
|
-
<li><strong>
|
|
15
|
-
<li><strong>
|
|
16
|
-
<li><strong>
|
|
17
|
-
<li><strong>
|
|
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 |
|
|
16
|
-
'/en/02-projects/index': { html: html2, data: {"title":"Projects","order":2}, headings: [{"level":2,"text":"Lupine.js (
|
|
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":"
|
|
18
|
-
'/en/04-education/index': { html: html4, data: {"title":"Education","order":4}, headings: [{"level":2,"text":"
|
|
19
|
-
'/en/index': { html: html5, data: {"title":"
|
|
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":"其他"}] },
|