Skip to content

Commit

Permalink
Merge branch 'master' of github.com:joshbeard/resume
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbeard committed Jan 16, 2025
2 parents 8f08889 + 52e1059 commit 08f7f53
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: YAML Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
Expand All @@ -28,7 +28,7 @@ jobs:
timeout-minutes: 4
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
ref: ${{ github.ref }}

Expand All @@ -43,7 +43,7 @@ jobs:
needs: [spellcheck, yamllint]

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
ref: ${{ github.ref }}

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
container: thekevjames/minify:2.10.0
needs: build
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
ref: ${{ github.ref }}

Expand All @@ -132,7 +132,7 @@ jobs:
- build
- minify
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
ref: ${{ github.ref }}

Expand All @@ -152,7 +152,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
ref: ${{ github.ref }}

Expand Down
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,27 @@ Pragmatic engineer that values simplicity, efficiency, and getting things done.

September 2022 - Present -

* Lead the design and development of tools and workflows to improve software delivery and developer efficiency across multiple teams.
* Design and build a release orchestration tool in Go to coordinate releases across teams and projects, enhancing safety, oversight, and management of the release process while significantly improving team efficiency.
* Streamline developer workflows by building and maintaining CI/CD pipelines, introducing automated dependency and vulnerability management, and improving feedback loops.
* Provide teams with improved developer tooling and processes to simplify and standardize deployment and release workflows.
* Design and develop tools and workflows to improve software delivery and developer efficiency across multiple teams.
* Designed and built a release orchestration tool in Go to coordinate releases across teams and projects, enhancing safety, oversight, and management of the release process while significantly improving team efficiency.
* Designed and implemented comprehensive CI/CD pipelines for multiple projects.
* Write and maintain an open-source Terraform provider and a companion Go API client for the ReadMe.com developer portal to manage documentation and API specifications as code.
* Work extensively with AWS, Terraform, GitLab, Go, Python, and Docker to deliver reliable and scalable solutions supporting modern software engineering practices.
* Establish monitoring and alerting systems to ensure reliable delivery pipelines and actionable insights for teams.
* Established monitoring, alerting, and observability to ensure reliable delivery pipelines and actionable insights for teams.

_Key technology and skills: AWS, DataDog, Docker, GitLab, Go, Golang, Kubernetes, Python, Shell, Terraform_

### Lead DevSecOps Engineer with Ventera, Inc at USGS
### Lead DevSecOps Engineer with Ventera, Inc (US Geological Survey)

June 2022 - April 2023 -

* Contracted to the Water Resources Mission Area at the USGS to modernize and advance services delivering critical water data.
* Supported infrastructure and CI/CD pipelines for serverless Python applications and static websites, built with AWS services.
* Designed and supported infrastructure and CI/CD pipelines for serverless Python applications and static websites, built with AWS services.
* Automated security checks and integrated code analysis into CI/CD pipelines, simplifying compliance for development teams.
* Worked closely with a small team, balancing hands-on engineering with collaborative problem-solving.

_Key technology and skills: AWS, GitLab, Python_

### Lead DevOps Engineer with Apogee Engineering, LLC at USGS
### Lead DevOps Engineer with Apogee Engineering, LLC (US Geological Survey)

September 2015 - May 2022 -

Expand Down

0 comments on commit 08f7f53

Please sign in to comment.