Skip to content

Commit d4149d1

Browse files
authored
Merge pull request #461 from jermspeaks/content/resume-printable
Add a printable version of my resume
2 parents 44b619e + be67790 commit d4149d1

18 files changed

+161
-14
lines changed

src/content/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ const resume = defineCollection({
232232
schema: z.object({
233233
order: z.number(),
234234
title: z.string(),
235+
printVersion: z.boolean(),
235236
}),
236237
});
237238

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Profile
3+
order: 1
4+
printVersion: true
5+
---
6+
7+
As a former medical device engineer turned software engineer, I leverage a unique cross-functional perspective for innovative problem-solving and briding the gap amongst stakeholders. Specializing in full-stack JavaScript and TypeScript, my expertise includes front-end development, data visualizations, responsive web design, and UX. My skills enables me to create products that are not only technically robust but also intuitive, accessible, inclusive, and delightful for users.
8+
9+
My active stack includes React, Svelte, Next.js, Astro, Figma, Node, Postgres, Vercel, Netlify, and Github Actions, Jest, and Cypress.

src/content/resume/01-profile.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Profile
33
order: 1
4+
printVersion: false
45
---
56

67
As a former medical device engineer turned software engineer, I leverage a unique cross-functional perspective for innovative problem-solving and bridge the gap in collaboration between technical and non-technical stakeholders. Specializing in full-stack JavaScript and TypeScript, my expertise includes front-end development, data visualizations, responsive web design, and UX. This blend of technical prowess and effective communication enables me to create products that are not only technically robust but also intuitive, accessible, inclusive, and delightful for users.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Employment
3+
order: 2
4+
printVersion: true
5+
---
6+
7+
- _2018-current_
8+
**Clear Labs** Senior Lead Application Engineer
9+
10+
- Experienced team manager engineering empathy with team members, relaying communication with all stakeholders, and reviewing code quality
11+
- Conducted kaizen and other continuous improvement meetings including brown bags with team members to promote knowledge sharing
12+
13+
- **Clear Dx WGS**
14+
15+
- Built on top of the Clear Safety product to launch a new product, Clear Dx WGS, a comprehensive WGS (Whole Genome Sequencing) platform to accelerate the detection of infectious disease outbreaks using the same tech stack as Clear Safety
16+
- Designed, developed, and tested new features on Clear Dx WGS that include rack creation and run reports for SARS-CoV-2 (Clinical and Wastewater), Microbial Surveillance, and other produts.
17+
- Audited accessibility on our application, outputting VPAT reports, and implemented fixes to ensure compliance with WCAG 2.1 AAA
18+
- Patched application with security policies and headers
19+
- Earned certification in ISO 13485:2016 (QMS)
20+
21+
- **Clear Safety**
22+
- Joined the team in an application developer role, architecting, designing, and developing the Web Application for Clear Safety, a product for food safety testing using NGS (next-generation sequencing), using React, Redux, Styled-Components, d3, GraphQL, Docker, Nginx, GCP, Jest, Cypress, Workbox, Storybook, Kubernetes, and git
23+
- Managed continuous, quarterly releases including features like smart scheduling, data visualization, and data analysis
24+
- Assisted in designing and implementing a full design system, modular to create hi-fi screens and quality user experiences for developers
25+
- Led Scrum ceremonies including sprint planning, backlog grooming, and retrospectives
26+
27+
- _2014-2018_
28+
**Inform** Senior Front-end Engineer
29+
30+
- **Digital Media Exchange** _Dashboard for customers and internal employees for all of Inform's Services_
31+
- Joined my team in a lead front-end role reviewing design and interactions and developing the UI infrastructure in React, Redux, d3, Node.js, Express Docker, Rancher, and AWS
32+
- Facilitated usability testing to determine weak points of the application to improve in the next development cycle
33+
- **WordPress Plugin**
34+
- Developed Inform's WordPress plugin for customers to embed videos without leaving the WordPress environment
35+
- **Insights** _Dashboard for publishers to understand their content using Reverb's services_
36+
- Developed dashboard for Insights using Angular with customized data visualizations using d3 and built on top of Angular, Node.js, Express, and AWS
37+
38+
- Previous Experience beyond a decade can be provided upon request

src/content/resume/02-employment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Employment
33
order: 2
4+
printVersion: false
45
---
56

67
- _2018-current_
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Education
3+
order: 3
4+
printVersion: true
5+
---
6+
7+
- **🚌 2014 - 2014**
8+
**Dev Bootcamp** _Web Development_
9+
- **📖 2008-2012**
10+
**Cal Poly, San Luis Obispo** _B.S. Biomedical Engineering_

src/content/resume/03-education.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Education
33
order: 3
4+
printVersion: false
45
---
56

67
- **🚌 2014 - 2014**
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Select Volunteering
3+
order: 4
4+
printVersion: true
5+
---
6+
7+
- _2017 - 2021_ **Hackbright Academy** Mentor and Guest Lecturer
8+
- _2015_ **ML Group** Event Coordinator
9+
- Previous volunteering beyond a decade can be provided upon request

src/content/resume/04-volunteering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Volunteering
33
order: 4
4+
printVersion: false
45
---
56

67
- _2017 - 2021_ **Hackbright Academy** Mentor and Guest Lecturer
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Select Projects
3+
order: 5
4+
printVersion: true
5+
---
6+
7+
- [Craft By Zen](https://craftbyzen.com/blog/2023-05-02-website-rewrite/) Redesign
8+
- Redesigned website and migrated content from different websites to a single source using Astro, Tailwind, Svelte, Netlify, and GitHub
9+
- Reconfigured CI/CD through GitHub and Netlify for a staging and production environment
10+
- Added authoring features using remark and rehype plugins, as well as an RSS feed, Sitemap, and optimizations for SEO
11+
- [Jeopardy for Clear Labs](https://craftbyzen.com/project/2020-12-10-jeopardy/)
12+
- Developed a Jeopardy game for a Clear Labs meetup event built on top of Svelte, CSS, Vercel

0 commit comments

Comments
 (0)