From b4e94f7af1cca448158c0d3d7a2b22c0b4c4d83e Mon Sep 17 00:00:00 2001 From: James Musselman Date: Wed, 23 Apr 2025 16:53:52 -0500 Subject: [PATCH 01/15] Update styles and workflow --- .forgejo/workflows/deploy.yaml | 1 - resume-css-stylesheet.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 7dfb5df..427b261 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -33,7 +33,6 @@ jobs: direction: upload url: https://gitfor.ge repo: musselman/resume - tag: latest token: ${{ secrets.FORGEJO_SECRET }} release-dir: . override: true diff --git a/resume-css-stylesheet.css b/resume-css-stylesheet.css index 16e0a9a..7cb7dc4 100644 --- a/resume-css-stylesheet.css +++ b/resume-css-stylesheet.css @@ -505,7 +505,7 @@ h1 { } h2 { font-size: 18px; - color: #000066; + color: #2b91af; } h3 { font-size: 14px; From 9ac5eda34a40d32818e94986bd16636ce5694dd7 Mon Sep 17 00:00:00 2001 From: James Musselman Date: Wed, 23 Apr 2025 17:07:06 -0500 Subject: [PATCH 02/15] This is to try to stop the infinite actions loop --- .forgejo/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 427b261..6679732 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -33,6 +33,6 @@ jobs: direction: upload url: https://gitfor.ge repo: musselman/resume - token: ${{ secrets.FORGEJO_SECRET }} + token: ${{ secrets.GITEA_TOKEN }} release-dir: . override: true From 321f46bddb26bfdaf93d88fc69cec73c0e8b770e Mon Sep 17 00:00:00 2001 From: James Musselman Date: Wed, 23 Apr 2025 17:09:56 -0500 Subject: [PATCH 03/15] update resume --- resume.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resume.md b/resume.md index 24295aa..1bbb0e5 100644 --- a/resume.md +++ b/resume.md @@ -32,6 +32,8 @@ Containerization - **CI/CD Implementation**: Established CI/CD pipelines with GitHub Actions and Jenkins, ensuring consistent and reliable software delivery through automated testing and deployment. +- **Web Design and Development**: Created a beautiful and functional website + that brought in more attendees and established presence online. **Student Office Aide, Texas Lutheran University** (February 2023 - May 2024, Seguin, Texas) From b7d8eca6083dfeb4798600b22b1adfb46ca19f04 Mon Sep 17 00:00:00 2001 From: Musselman Date: Wed, 23 Apr 2025 17:13:36 -0500 Subject: [PATCH 04/15] Update resume.md --- resume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resume.md b/resume.md index 1bbb0e5..cba019d 100644 --- a/resume.md +++ b/resume.md @@ -33,7 +33,7 @@ Containerization Jenkins, ensuring consistent and reliable software delivery through automated testing and deployment. - **Web Design and Development**: Created a beautiful and functional website - that brought in more attendees and established presence online. + that brought in more attendees and established the business's presence online. **Student Office Aide, Texas Lutheran University** (February 2023 - May 2024, Seguin, Texas) From 849139f419ab592c552164299da0a3ab3bea913d Mon Sep 17 00:00:00 2001 From: James Musselman Date: Wed, 23 Apr 2025 17:18:39 -0500 Subject: [PATCH 05/15] Upload better workflow to reduce junk on release --- .forgejo/workflows/deploy.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 6679732..9f7517d 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -1,4 +1,3 @@ -# .forgejo/workflows/resume.yml name: Build Resume on: @@ -27,6 +26,11 @@ jobs: wkhtmltopdf --enable-local-file-access resume.html resume.pdf pandoc -o resume.docx --reference-doc=resume-docx-reference.docx resume.md + - name: Prepare release assets + run: | + mkdir release-assets + cp resume.pdf resume.docx release-assets/ + - name: Upload to Forgejo “latest” release uses: actions/forgejo-release@v2.5.0 with: @@ -34,5 +38,5 @@ jobs: url: https://gitfor.ge repo: musselman/resume token: ${{ secrets.GITEA_TOKEN }} - release-dir: . + release-dir: release-assets override: true From 659629416c0b66e1ce158cc0e5fced20e3d25e2c Mon Sep 17 00:00:00 2001 From: Musselman Date: Wed, 23 Apr 2025 17:21:22 -0500 Subject: [PATCH 06/15] Update resume.md remove java8 --- resume.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resume.md b/resume.md index cba019d..0ad1e07 100644 --- a/resume.md +++ b/resume.md @@ -11,8 +11,8 @@ A software engineer dedicated to delivering performant and high-quality solution **Certified**: [Microsoft Office](https://www.credly.com/badges/61a53f4f-437d-4b7a-bc72-395ba3234ef0) -**Programming:** Python, SQL, git, HTML/CSS, Java 8, Go, -Rust +**Programming:** SQL, git, HTML/CSS, Go, +Rust,Python **Server Administration**: Linux/SELinux, Grafana, Loki, LDAP, Firewalls, SSH, Containerization From f43a29e5d15165ced41c9050246964e524410509 Mon Sep 17 00:00:00 2001 From: James Musselman Date: Wed, 23 Apr 2025 17:26:44 -0500 Subject: [PATCH 07/15] Remove source archives --- .forgejo/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 9f7517d..e9a84c2 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -40,3 +40,4 @@ jobs: token: ${{ secrets.GITEA_TOKEN }} release-dir: release-assets override: true + hide-archive-link: true From 2186d49b367c5116e60b67821bdd6d04cb9c6f8b Mon Sep 17 00:00:00 2001 From: James Musselman Date: Wed, 23 Apr 2025 17:27:34 -0500 Subject: [PATCH 08/15] Update resume.md --- resume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resume.md b/resume.md index 0ad1e07..12c84ff 100644 --- a/resume.md +++ b/resume.md @@ -12,7 +12,7 @@ A software engineer dedicated to delivering performant and high-quality solution [Microsoft Office](https://www.credly.com/badges/61a53f4f-437d-4b7a-bc72-395ba3234ef0) **Programming:** SQL, git, HTML/CSS, Go, -Rust,Python +Rust, Python **Server Administration**: Linux/SELinux, Grafana, Loki, LDAP, Firewalls, SSH, Containerization From a9a5d625cee9ca8fe7c3af86acb64e21c978fe04 Mon Sep 17 00:00:00 2001 From: James Musselman Date: Wed, 23 Apr 2025 17:34:35 -0500 Subject: [PATCH 09/15] Update resume.md --- resume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resume.md b/resume.md index 12c84ff..6fb9aac 100644 --- a/resume.md +++ b/resume.md @@ -11,7 +11,7 @@ A software engineer dedicated to delivering performant and high-quality solution **Certified**: [Microsoft Office](https://www.credly.com/badges/61a53f4f-437d-4b7a-bc72-395ba3234ef0) -**Programming:** SQL, git, HTML/CSS, Go, +**Programming:** SQL, Git, HTML/CSS, Go, Rust, Python **Server Administration**: Linux/SELinux, Grafana, Loki, LDAP, Firewalls, SSH, From ce3137b28d58227f9414a6650fd2241688ab962c Mon Sep 17 00:00:00 2001 From: James Musselman Date: Wed, 23 Apr 2025 17:43:25 -0500 Subject: [PATCH 10/15] Update Resume --- resume.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resume.md b/resume.md index 6fb9aac..8f49a7f 100644 --- a/resume.md +++ b/resume.md @@ -66,6 +66,6 @@ editor_](https://gitfor.ge/musselman/notatio)** (August 2024 - December 2024) **B.S. Computer Science, Texas Lutheran University**, _Cum Laude_ (2020-2024) -- **_Member_**: Student Government Association, National Society of Leadership - and Success, Alpha Kappa Psi Business and Leadership Fraternity -- **_Officer_**: Association of Computing Machinery +- **_Member_**: National Society of Leadership and Success, + Alpha Kappa Psi Business and Leadership Fraternity +- **_Officer_**: Student Government Association, Association of Computing Machinery From 3cc492e79f2f612bed1c0483a4d93d5e9c4d5898 Mon Sep 17 00:00:00 2001 From: James Musselman Date: Mon, 28 Apr 2025 17:56:17 -0500 Subject: [PATCH 11/15] remove phone number for privacy --- resume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resume.md b/resume.md index 8f49a7f..0dd9786 100644 --- a/resume.md +++ b/resume.md @@ -3,7 +3,7 @@ A software engineer dedicated to delivering performant and high-quality solutions. **Email**: -| **Phone**: [(361) - 655 - 8612](tel:+13616558612) +| **Phone**: Available Upon Request | **LinkedIn**: [/in/musselmandev](https://linkedin.com/in/musselmandev) ## Skills From 82b329b011cd1d0d3be809f5246e94bad22d7a09 Mon Sep 17 00:00:00 2001 From: James Musselman Date: Thu, 1 May 2025 00:11:25 -0500 Subject: [PATCH 12/15] Update resume to replace phone --- resume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resume.md b/resume.md index 0dd9786..223b748 100644 --- a/resume.md +++ b/resume.md @@ -3,7 +3,7 @@ A software engineer dedicated to delivering performant and high-quality solutions. **Email**: -| **Phone**: Available Upon Request +| **Cal.com (Web Meetings)**: [/musselmandev](https://cal.com/musselman) | **LinkedIn**: [/in/musselmandev](https://linkedin.com/in/musselmandev) ## Skills From 61306efc8dc0646efefa4e7c7f857630c626a6d2 Mon Sep 17 00:00:00 2001 From: James Musselman Date: Thu, 1 May 2025 13:18:25 -0500 Subject: [PATCH 13/15] update workflow --- .forgejo/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index e9a84c2..966dc16 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -32,12 +32,12 @@ jobs: cp resume.pdf resume.docx release-assets/ - name: Upload to Forgejo “latest” release - uses: actions/forgejo-release@v2.5.0 + uses: actions/forgejo-release@v2.6.0 with: direction: upload url: https://gitfor.ge repo: musselman/resume - token: ${{ secrets.GITEA_TOKEN }} + token: ${{ secrets.WRITE_TOKEN }} release-dir: release-assets override: true hide-archive-link: true From b9305aeaec872b30c788626668170c5023f1abce Mon Sep 17 00:00:00 2001 From: James Musselman Date: Thu, 1 May 2025 13:20:11 -0500 Subject: [PATCH 14/15] Update order to show off languages first --- resume.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resume.md b/resume.md index 223b748..7936aaa 100644 --- a/resume.md +++ b/resume.md @@ -11,8 +11,7 @@ A software engineer dedicated to delivering performant and high-quality solution **Certified**: [Microsoft Office](https://www.credly.com/badges/61a53f4f-437d-4b7a-bc72-395ba3234ef0) -**Programming:** SQL, Git, HTML/CSS, Go, -Rust, Python +**Programming:** Rust, Go, SQL, Git, HTML/CSS, Python **Server Administration**: Linux/SELinux, Grafana, Loki, LDAP, Firewalls, SSH, Containerization From 21075f202cf365eb89bdf5510cca738574f84c37 Mon Sep 17 00:00:00 2001 From: James Musselman Date: Thu, 1 May 2025 13:26:59 -0500 Subject: [PATCH 15/15] Update to set latest tag --- .forgejo/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 966dc16..5000a9f 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -40,4 +40,5 @@ jobs: token: ${{ secrets.WRITE_TOKEN }} release-dir: release-assets override: true + tag: latest hide-archive-link: true