More visual tweaks
This commit is contained in:
parent
537e279780
commit
0b0cc6fda5
4 changed files with 71 additions and 87 deletions
13
resume.scm
13
resume.scm
|
|
@ -91,9 +91,7 @@
|
|||
(list
|
||||
(make-title
|
||||
"Senior Software Engineer" "Acme Corp" "Remote" "Jun 2022" "Present"
|
||||
'("Led a team of 4 engineers on the core platform."
|
||||
"Drove adoption of internal developer tooling."
|
||||
"Reviewed architecture proposals and mentored junior engineers.")
|
||||
'("Led a team of 4 engineers on the core platform, driving adoption of internal developer tooling and mentoring junior engineers through architecture proposals and code review.")
|
||||
(list
|
||||
(make-project
|
||||
"Distributed Config Service" "Mar 2023" "Present"
|
||||
|
|
@ -111,8 +109,7 @@
|
|||
'("Go" "Bleve" "React" "OpenAPI"))))
|
||||
(make-title
|
||||
"Software Engineer II" "Acme Corp" "Remote" "Jan 2020" "May 2022"
|
||||
'("Owned the authentication service end-to-end."
|
||||
"Reduced API latency by 35% through caching improvements.")
|
||||
'("Owned the authentication service end-to-end, reducing API latency by 35% through targeted caching improvements.")
|
||||
(list
|
||||
(make-project
|
||||
"Auth Service Rewrite" "Jan 2020" "Dec 2020"
|
||||
|
|
@ -135,9 +132,7 @@
|
|||
(list
|
||||
(make-title
|
||||
"Full-Stack Engineer" "Startup XYZ" "Athens, GA" "Jul 2017" "Dec 2019"
|
||||
'("Built product features across the React frontend and Node.js backend."
|
||||
"Maintained CI/CD pipelines and AWS infrastructure."
|
||||
"Collaborated directly with design and product teams.")
|
||||
'("Built product features across the React frontend and Node.js backend, maintained CI/CD pipelines and AWS infrastructure, and collaborated directly with design and product teams.")
|
||||
(list
|
||||
(make-project
|
||||
"Real-Time Dashboard" "Feb 2019" "Dec 2019"
|
||||
|
|
@ -197,8 +192,8 @@
|
|||
(list 'resume
|
||||
(cons 'front-matter my-front-matter)
|
||||
(cons 'sections (list my-education
|
||||
job-acme
|
||||
job-startup
|
||||
job-acme
|
||||
my-hobby-projects
|
||||
my-interests
|
||||
my-favorite-software))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue