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
|
||||
|
||||
on:
|
||||
|
@ -27,13 +26,19 @@ 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
|
||||
uses: actions/forgejo-release@v2.6.0
|
||||
with:
|
||||
direction: upload
|
||||
url: https://gitfor.ge
|
||||
repo: musselman/resume
|
||||
tag: latest
|
||||
token: ${{ secrets.FORGEJO_SECRET }}
|
||||
release-dir: .
|
||||
token: ${{ secrets.WRITE_TOKEN }}
|
||||
release-dir: release-assets
|
||||
override: true
|
||||
tag: latest
|
||||
hide-archive-link: true
|
||||
|
|
|
@ -505,7 +505,7 @@ h1 {
|
|||
}
|
||||
h2 {
|
||||
font-size: 18px;
|
||||
color: #000066;
|
||||
color: #2b91af;
|
||||
}
|
||||
h3 {
|
||||
font-size: 14px;
|
||||
|
|
13
resume.md
13
resume.md
|
@ -3,7 +3,7 @@
|
|||
A software engineer dedicated to delivering performant and high-quality solutions.
|
||||
|
||||
**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)
|
||||
|
||||
## Skills
|
||||
|
@ -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:** Python, SQL, git, HTML/CSS, Java 8, Go,
|
||||
Rust
|
||||
**Programming:** Rust, Go, SQL, Git, HTML/CSS, Python
|
||||
|
||||
**Server Administration**: Linux/SELinux, Grafana, Loki, LDAP, Firewalls, SSH,
|
||||
Containerization
|
||||
|
@ -32,6 +31,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 the business's presence online.
|
||||
|
||||
**Student Office Aide, Texas Lutheran University** (February 2023 - May 2024,
|
||||
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)
|
||||
|
||||
- **_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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue