Skip to content

Commit

Permalink
Contribution updates
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstegman committed Sep 8, 2024
1 parent ae438c1 commit 84451e6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
Binary file modified src/assets/resume.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const IndexPage = ({ data }) => (
<p>
Most of my web work has been on the backend, often in Ruby on Rails, and I enjoy the core web technologies of HTML, CSS, and JavaScript.
I also gravitate to the other side of the stack, setting up repeatable, consistent server environments that are fully automated and continuously deployed.
Most recently, that&#8217;s been deploying small services to <a href="https://aws.amazon.com/lambda/">AWS Lambda</a> and <a href="https://aws.amazon.com/fargate/">AWS Fargate</a> using <a href="https://www.terraform.io">Terraform</a>.
Most recently, that&#8217;s been deploying small services to <a href="https://aws.amazon.com/lambda/">AWS Lambda</a> and <a href="https://aws.amazon.com/fargate/">AWS Fargate</a> using <a href="https://www.terraform.io">Terraform</a> and <a href="https://aws.amazon.com/cdk/">CDK</a>.
I&#8217;ve also appreciated the philosophy of other devops tools like <a href="https://bosh.io">BOSH</a>, <a href="https://www.packer.io">Packer</a>, and <a href="https://www.chef.io">Chef</a>.
When working on ops teams, I&#8217;ve automated and deployed services like <a href="https://www.cloudfoundry.org">Cloud Foundry</a> and <a href="https://www.elastic.co/elasticsearch/">Elasticsearch</a> to <a href="https://aws.amazon.com">AWS</a>.
</p>
Expand All @@ -48,8 +48,8 @@ const IndexPage = ({ data }) => (

<p>
I started working at One Medical in 2015 on the electronic medical record and provider application, <a href="/projects/1life.html">1life</a>.
Lately I&#8217;ve been working on supporting our enterprise clients, especially with COVID-19 response.
Previous to that I worked on our clinical team workflows, and helped migrate much of our infrastructure from Heroku and hosted services to Amazon Web Services.
Lately I&#8217;ve been working on supporting our developers, streamlining and automating their workflows.
Before that I supported our enterprise clients, especially with COVID-19 response, clinical team workflows, and helped migrate much of our infrastructure from Heroku and hosted services to Amazon Web Services.
The first projects I worked on at One Medical were around clinical compliance with new standards and member registration.
</p>
<p>
Expand Down
4 changes: 3 additions & 1 deletion src/projects/1life.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ At [One Medical](https://www.onemedical.com/careers/) I primarily worked on 1Lif

### Contributions

- Introduced improved continuous deployment and operations systems
- Researched and implemented a “paved path” for new services
- Migrated infrastructure to self-hosted, private networks in AWS
- Introduced improved continuous deployment and operations systems
- Identified and automated tasks affecting developer productivity
- Automated and simplified provider workflows and maintained EMR application
- Created and maintained several open-source projects, including [`devise_saml_authenticatable`](/projects/devise_saml_authenticatable.html)
- Integrated with clinical data providers and systems using HL7 and C-CDA
Expand Down
6 changes: 3 additions & 3 deletions src/projects/my-one.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ My One is the web application that patients access to send secure messages, book

### Contributions

- Built and later updated enterprise patient registration
- Created a service to ingest enterprise client eligibility files
- Quickly built tools for enterprise clients to support a return to work during COVID-19
- Planned and executed a rewrite of membership lifecycle and billing systems
- Quickly built tools for enterprise clients to support a return to work during COVID-19
- Created a service to ingest enterprise client eligibility files
- Built and later updated enterprise patient registration

### Description

Expand Down

0 comments on commit 84451e6

Please sign in to comment.