Skip to content

Commit

Permalink
Update resume.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfiol committed Mar 23, 2024
1 parent edd10a0 commit b17a1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/resume.md
Expand Up @@ -16,7 +16,7 @@ template = "resume.html"
## Work Experience

* __06/2022 - Present__*Senior Software Engineer* - Ad Hoc
* Senior Software Engineer on HealthCare.gov responsible for developing TypeScript/React and Ruby/Rails applications that enable millions of Americans to enroll in healthcare and minimize insurance costs. Spearheaded efforts in collaboration with Dev Ops team to containerize our backend Rails application, and migrate from a legacy webserver (unicorn) for full encryption over transit. Led a front-end migration from react-scripts 4 to 5 which reduced the lines of code in our application by 1237 lines, and eventually enabled a migration to Vite. Introduced a performance enhancement by memoizing computationally expensive components on HealthCare.gov, reducing the render time of a major component by 80%. Created multiple enhancements to our deployment and testing pipeline such as: ANSI color outputs in our CI, disabling concurrent pull request builds to reduce CI load; enabled a workflow to only test affected libraries during CI; and authored a job to automatically build Docker images containing our dependencies to reduce time spent waiting for `npm install`s on our jobs.
* Senior Software Engineer on HealthCare.gov responsible for developing TypeScript/React and Ruby/Rails applications that enable millions of Americans to enroll in healthcare and minimize insurance costs. Spearheaded efforts in collaboration with Dev Ops team to containerize our backend Rails application, and migrate from a legacy webserver (unicorn) for full encryption over transit. Led a front-end migration from react-scripts 4 to 5 which reduced the lines of code in our application by 1237 lines, and enabled a migration to Vite. Introduced a performance enhancement by memoizing computationally expensive components on HealthCare.gov, reducing the render time of a major component by 80%. Created multiple enhancements to our deployment and testing pipeline such as: ANSI color outputs in our CI, disabling concurrent pull request builds to reduce CI load; enabled a workflow to only test affected libraries during CI; and authored a job to automatically build Docker images containing our dependencies to reduce time spent waiting for `npm install`s on our jobs.

* __09/2021 - 04/2022__*Senior Software Engineer* - Circulo Health
* Responsible for creating React applications for Olive Helps, an Electron-based desktop application by Circulo's sister company that assists in automating tasks for over 100 healthcare providers. The applications use screen-reading, filesystem, browser, and keyboard listener APIs to be context-aware of user activities and provide information based on actions. As a Software Engineer, I was also responsible for building our underlying APIs, using Next.js, AWS Lambda, and Supabase. As an effort to increase the portability of our backends, I introduced a database migration workflow to our main API monorepo, and contributed a development script upgrade that sped up our TypeScript codebase development speeds by 50%.
Expand Down

0 comments on commit b17a1f9

Please sign in to comment.