Compare commits
16 commits
Author | SHA1 | Date | |
---|---|---|---|
21075f202c | |||
b9305aeaec | |||
61306efc8d | |||
82b329b011 | |||
3cc492e79f | |||
ce3137b28d | |||
a9a5d625ce | |||
2186d49b36 | |||
f43a29e5d1 | |||
659629416c | |||
7316c4d7a4 | |||
849139f419 | |||
b7d8eca608 | |||
321f46bddb | |||
9ac5eda34a | |||
b4e94f7af1 |
3 changed files with 18 additions and 12 deletions
|
@ -1,4 +1,3 @@
|
||||||
# .forgejo/workflows/resume.yml
|
|
||||||
name: Build Resume
|
name: Build Resume
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
@ -27,13 +26,19 @@ jobs:
|
||||||
wkhtmltopdf --enable-local-file-access resume.html resume.pdf
|
wkhtmltopdf --enable-local-file-access resume.html resume.pdf
|
||||||
pandoc -o resume.docx --reference-doc=resume-docx-reference.docx resume.md
|
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
|
- name: Upload to Forgejo “latest” release
|
||||||
uses: actions/forgejo-release@v2.5.0
|
uses: actions/forgejo-release@v2.6.0
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
url: https://gitfor.ge
|
url: https://gitfor.ge
|
||||||
repo: musselman/resume
|
repo: musselman/resume
|
||||||
tag: latest
|
token: ${{ secrets.WRITE_TOKEN }}
|
||||||
token: ${{ secrets.FORGEJO_SECRET }}
|
release-dir: release-assets
|
||||||
release-dir: .
|
|
||||||
override: true
|
override: true
|
||||||
|
tag: latest
|
||||||
|
hide-archive-link: true
|
||||||
|
|
|
@ -505,7 +505,7 @@ h1 {
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: #000066;
|
color: #2b91af;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
13
resume.md
13
resume.md
|
@ -3,7 +3,7 @@
|
||||||
A software engineer dedicated to delivering performant and high-quality solutions.
|
A software engineer dedicated to delivering performant and high-quality solutions.
|
||||||
|
|
||||||
**Email**: <james@musselman.dev>
|
**Email**: <james@musselman.dev>
|
||||||
| **Phone**: [(361) - 655 - 8612](tel:+13616558612)
|
| **Cal.com (Web Meetings)**: [/musselmandev](https://cal.com/musselman)
|
||||||
| **LinkedIn**: [/in/musselmandev](https://linkedin.com/in/musselmandev)
|
| **LinkedIn**: [/in/musselmandev](https://linkedin.com/in/musselmandev)
|
||||||
|
|
||||||
## Skills
|
## Skills
|
||||||
|
@ -11,8 +11,7 @@ A software engineer dedicated to delivering performant and high-quality solution
|
||||||
**Certified**:
|
**Certified**:
|
||||||
[Microsoft Office](https://www.credly.com/badges/61a53f4f-437d-4b7a-bc72-395ba3234ef0)
|
[Microsoft Office](https://www.credly.com/badges/61a53f4f-437d-4b7a-bc72-395ba3234ef0)
|
||||||
|
|
||||||
**Programming:** Python, SQL, git, HTML/CSS, Java 8, Go,
|
**Programming:** Rust, Go, SQL, Git, HTML/CSS, Python
|
||||||
Rust
|
|
||||||
|
|
||||||
**Server Administration**: Linux/SELinux, Grafana, Loki, LDAP, Firewalls, SSH,
|
**Server Administration**: Linux/SELinux, Grafana, Loki, LDAP, Firewalls, SSH,
|
||||||
Containerization
|
Containerization
|
||||||
|
@ -32,6 +31,8 @@ Containerization
|
||||||
- **CI/CD Implementation**: Established CI/CD pipelines with GitHub Actions and
|
- **CI/CD Implementation**: Established CI/CD pipelines with GitHub Actions and
|
||||||
Jenkins, ensuring consistent and reliable software delivery through automated
|
Jenkins, ensuring consistent and reliable software delivery through automated
|
||||||
testing and deployment.
|
testing and deployment.
|
||||||
|
- **Web Design and Development**: Created a beautiful and functional website
|
||||||
|
that brought in more attendees and established the business's presence online.
|
||||||
|
|
||||||
**Student Office Aide, Texas Lutheran University** (February 2023 - May 2024,
|
**Student Office Aide, Texas Lutheran University** (February 2023 - May 2024,
|
||||||
Seguin, Texas)
|
Seguin, Texas)
|
||||||
|
@ -64,6 +65,6 @@ editor_](https://gitfor.ge/musselman/notatio)** (August 2024 - December 2024)
|
||||||
|
|
||||||
**B.S. Computer Science, Texas Lutheran University**, _Cum Laude_ (2020-2024)
|
**B.S. Computer Science, Texas Lutheran University**, _Cum Laude_ (2020-2024)
|
||||||
|
|
||||||
- **_Member_**: Student Government Association, National Society of Leadership
|
- **_Member_**: National Society of Leadership and Success,
|
||||||
and Success, Alpha Kappa Psi Business and Leadership Fraternity
|
Alpha Kappa Psi Business and Leadership Fraternity
|
||||||
- **_Officer_**: Association of Computing Machinery
|
- **_Officer_**: Student Government Association, Association of Computing Machinery
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue