This commit is contained in:
parent
a378797777
commit
7449341547
2 changed files with 42 additions and 42 deletions
24
.forgejo/workflows/deploy.yaml
Normal file
24
.forgejo/workflows/deploy.yaml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: website
|
||||||
|
container: ubuntu:22.04
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y pandoc wkhtmltopdf
|
||||||
|
|
||||||
|
- name: Generate resume
|
||||||
|
run: |
|
||||||
|
pandoc --css=resume-css-stylesheet.css -s -o resume.html resume.md
|
||||||
|
wkhtmltopdf --enable-local-file-access resume.html resume.pdf
|
||||||
|
pandoc -o resume.docx --reference-doc=resume-docx-reference.docx resume.md
|
||||||
|
|
||||||
|
- name: Copy resume to website
|
||||||
|
run: |
|
||||||
|
mkdir -p /websites/musselman.dev
|
||||||
|
cp resume.pdf /websites/musselman.dev/resume.pdf
|
60
resume.md
60
resume.md
|
@ -1,32 +1,25 @@
|
||||||
# James Musselman
|
# James Musselman
|
||||||
|
|
||||||
<!--
|
A software engineer dedicated to delivering performant and high-quality solutions.
|
||||||
_A values oriented tech enthusiast with a strong background in Systems
|
|
||||||
Administration, Software Development, and Development Operations who has a
|
|
||||||
penchant for solving problems._
|
|
||||||
-->
|
|
||||||
|
|
||||||
A software engineering professional dedicated to delivering high-quality solutions.
|
**Email**: <james@musselman.dev>
|
||||||
|
| **Phone**: [(361) - 655 - 8612](tel:+13616558612)
|
||||||
**Email**: <James@musselman.dev> | **Phone**: [(361) - 655 - 8612](tel:+13616558612) | **LinkedIn**:
|
| **LinkedIn**: [/in/musselmandev](https://linkedin.com/in/musselmandev)
|
||||||
[/in/musselmandev](https://linkedin.com/in/musselmandev) | **Location**: Central
|
|
||||||
Texas
|
|
||||||
|
|
||||||
## Skills
|
## Skills
|
||||||
|
|
||||||
**Certified**: [Microsoft
|
**Certified**:
|
||||||
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:** Python, SQL, git, HTML/CSS, Java 8, Go,
|
||||||
Rust, Pandas, pyTorch, Numpy,
|
Rust
|
||||||
Matplotlib, Scikit-learn
|
|
||||||
|
|
||||||
**Server Administration**: Linux/SELinux, Grafana, Loki, LDAP, Firewalls, SSH,
|
**Server Administration**: Linux/SELinux, Grafana, Loki, LDAP, Firewalls, SSH,
|
||||||
Containerization
|
Containerization
|
||||||
|
|
||||||
## Education
|
## Education
|
||||||
|
|
||||||
**B.S. in Computer Science, Texas Lutheran University** _Cum Laude_ (2020-2024)
|
**B.S. in Computer Science, Texas Lutheran University**, _Cum Laude_ (2020-2024)
|
||||||
|
|
||||||
- **_Member_**: Student Government Association, National Society of Leadership
|
- **_Member_**: Student Government Association, National Society of Leadership
|
||||||
and Success, Alpha Kappa Psi Business and Leadership Fraternity
|
and Success, Alpha Kappa Psi Business and Leadership Fraternity
|
||||||
|
@ -34,7 +27,7 @@ Containerization
|
||||||
|
|
||||||
## Experience
|
## Experience
|
||||||
|
|
||||||
**Freelance, Musselman Development** (July 2024 - Present, Seguin, Texas)
|
**Contract Developer, Musselman Development** (July 2024 - Present, Seguin, Texas)
|
||||||
|
|
||||||
- **Containerization & Deployment**: Streamlined application deployment by
|
- **Containerization & Deployment**: Streamlined application deployment by
|
||||||
orchestrating containerized environments with Docker and Podman, enhancing
|
orchestrating containerized environments with Docker and Podman, enhancing
|
||||||
|
@ -52,27 +45,11 @@ Containerization
|
||||||
Seguin, Texas)
|
Seguin, Texas)
|
||||||
|
|
||||||
- **Visitor Assistance**: Greeted and assisted visitors, students, and staff,
|
- **Visitor Assistance**: Greeted and assisted visitors, students, and staff,
|
||||||
enhancing office efficiency for professors and administration.
|
enhancing office efficiency for professors and higher administration.
|
||||||
- **Equipment Coordination**: Managed maintenance and repairs of office
|
- **Upkeep/Repair Management**: Managed maintenance and repairs of office
|
||||||
equipment, minimizing downtime and maintaining productivity.
|
equipment, minimizing downtime and maintaining productivity.
|
||||||
- **Document Organization**: Improved organization of paperwork, reducing
|
|
||||||
document misfiling and enhancing storage and retrieval efficiency.
|
|
||||||
- **Confidentiality Maintenance**: Ensured compliance with privacy regulations
|
- **Confidentiality Maintenance**: Ensured compliance with privacy regulations
|
||||||
by safeguarding and/or destroying sensitive information and protecting
|
by safeguarding and/or destroying sensitive information.
|
||||||
administrative and academic integrity.
|
|
||||||
|
|
||||||
**Curate/Tech Lead, Texas Lutheran University** (January 2023 - May 2024,
|
|
||||||
Seguin, Texas)
|
|
||||||
|
|
||||||
- **Service Organization**: Collaborated with the Campus Ministry team to
|
|
||||||
execute weekly services, enhancing community participation and spiritual growth.
|
|
||||||
- **Chapel Preparation**: Set up the chapel for services, fostering a welcoming
|
|
||||||
environment that increased attendance.
|
|
||||||
- **Streaming Management**: Managed audio-visual tasks for high-quality
|
|
||||||
streaming, expanding access for remote participants and boosting engagement.
|
|
||||||
- **Equipment Maintenance**: Ensured reliable operation of audio-visual
|
|
||||||
equipment, preventing technical issues and supporting seamless worship
|
|
||||||
experiences.
|
|
||||||
|
|
||||||
## Projects
|
## Projects
|
||||||
|
|
||||||
|
@ -83,11 +60,10 @@ editor_](https://gitfor.ge/musselman/notatio)** (August 2024 - December 2024)
|
||||||
using the Go Programming language and a CI/CD build pipeline for Docker
|
using the Go Programming language and a CI/CD build pipeline for Docker
|
||||||
container images using Jenkins as a senior capstone project
|
container images using Jenkins as a senior capstone project
|
||||||
|
|
||||||
## Why Hire Me?
|
**EZRA, an Apartment Management Software** (February 2025 - March 2025)
|
||||||
|
|
||||||
I bring a hands-on, results-driven approach that I have honed through my
|
- Selected from 600 + applicants for an intensive, FAANG‑style developer program
|
||||||
experiences at TLU and freelancing. I’ve cut through the clutter to dependably
|
- Collaborated with senior engineers on a real‑world business solution (product)
|
||||||
deliver results. I believe in clear, no-nonsense communication with others and
|
- Acquired hands‑on experience with production‑level development practices
|
||||||
honest, effective teamwork—focusing on getting the job done
|
and cross‑functional collaboration
|
||||||
without the hype. I don't have the corporate history but I have the work ethic
|
- Written using Go, PostgreSQL, Docker, GitHub Actions, React, and Typescript
|
||||||
and skills.
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue