Skip to content

Commit 447b3d2

Browse files
committed
update CV
1 parent 648892e commit 447b3d2

File tree

7 files changed

+3193
-10
lines changed

7 files changed

+3193
-10
lines changed

.github/workflows/publish.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ jobs:
5252
run: cp -r public/* _site/
5353

5454
- name: Upload GitHub Pages artifact
55-
uses: actions/upload-pages-artifact@v2
55+
uses: actions/upload-pages-artifact@v3
5656

5757
- name: Save build folder as artifact
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: build
6161
path: build
6262
- name: Save pdf as artifact
63-
uses: actions/upload-artifact@v2
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: Alfie-Renn-CV.pdf
6666
path: build/Alfie-Renn-CV.pdf
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
- name: Deploy to GitHub Pages
7676
id: deployment
77-
uses: actions/deploy-pages@v3
77+
uses: actions/deploy-pages@v4
7878

7979
publish-to-release:
8080
needs: build
@@ -83,7 +83,7 @@ jobs:
8383
contents: write
8484
steps:
8585
- name: Download artifact
86-
uses: actions/download-artifact@v3
86+
uses: actions/download-artifact@v4
8787
with:
8888
name: build
8989
path: build

build-html.ts

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ let icons: { [key: string]: string } = {
2626
stackoverflow: "fab fa-stack-overflow",
2727
"stack-overflow": "fab fa-stack-overflow",
2828
blog: "fas fa-rss",
29+
website: "fas fa-globe",
2930
rss: "fas fa-rss",
3031
gitlab: "fab fa-gitlab",
3132
github: "fab fa-github",

bun.lockb

100644100755
88 Bytes
Binary file not shown.

cv.json

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"basics": {
33
"name": "Alfie Renn",
4-
"label": "Software Engineer",
4+
"label": "Software Engineer & Web Designer",
55
"image": "https://cv.alfierenn.dev/profile-picture.png",
66
"email": "[email protected]",
77
"phone": "",
8-
"url": "https://alifeee.co.uk",
8+
"url": "https://alfierenn.dev/",
99
"summary": "Hi! I'm Alfie: physics graduate, toki pona speaker, and software engineer. I love to make beautiful things with code (mainly using HTML/CSS/JavaScript and Python), including websites, apps, and graphs. With all my work I create good quality, robust, and well-tested code, as well as powerful automation and well-organised git repositories, empowering collaboration. Do check out my website and GitHub!",
1010
"location": {
1111
"address": "",
@@ -19,6 +19,10 @@
1919
"network": "Blog",
2020
"url": "https://blog.alifeee.co.uk"
2121
},
22+
{
23+
"network": "Website",
24+
"url": "https://alifeee.co.uk"
25+
},
2226
{
2327
"network": "LinkedIn",
2428
"username": "alfierenn",
@@ -33,15 +37,17 @@
3337
},
3438
"work": [
3539
{
36-
"name": "Freelance Software Engineer",
40+
"name": "Freelance Software Engineer / Web Designer",
3741
"company": "",
3842
"position": "",
3943
"url": "https://alfierenn.dev/",
4044
"startDate": "2023-03-03",
4145
"summary": "",
4246
"highlights": [
4347
"Co-maintaining [**gspread**](https://github.com/burnash/gspread), an open-source **Python** API for Google Sheets with over 8 million downloads per month, demanding a high level of future-planning and project management.",
44-
"Developed new code and tests in **JavaScript** for a new expansion for [keyteki](https://github.com/keyteki/keyteki), an online card game, working in a fast-paced and highly collaborative environment ahead of the new expansion's release.",
48+
"Management and upkeep of **WordPress** and **Shopify** **eCommerce sites** for an international brand.",
49+
"Maintaining an extensive database of tens of thousands of vehicle paint colours using **CSV**s and **SQL**, including keeping it up to date, adapting the database format to the needs of the users, and ensuring a reproducible **data pipeline**.",
50+
"Development and upkeep of a bespoke **PHP** plugin enabling dynamic product content for **WordPress**, as well as programmatic integrations with common WordPress plugins like **WooCommerce** and **Yoast SEO**.",
4551
"Developed a mod for the video game Factorio in **Lua**, involving a low-level partner-plugin for the voice chat client Mumble, written in **C**. Released on Windows and Linux.",
4652
"Interfaced with an electronic dot-matrix display discarded from a bus station, using **C**, requiring an involved knowledge of electronics and low-level communication protocols."
4753
]
@@ -239,4 +245,4 @@
239245
"theme": "kendall",
240246
"url": "https://cv.alfierenn.dev"
241247
}
242-
}
248+
}

cv_old.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
stuff removed from cv.json but that I don't want to rewrite in future
2+
3+
highlights
4+
"Developed new code and tests in **JavaScript** for a new expansion for [keyteki](https://github.com/keyteki/keyteki), an online card game, working in a fast-paced and highly collaborative environment ahead of the new expansion's release.",
5+

0 commit comments

Comments
 (0)