upgrade resume to zoom nice printed

main
bel 2023-07-06 23:38:57 -06:00
parent d1278dc5b7
commit c6fc22b178
5 changed files with 18 additions and 14 deletions

View File

@ -1,2 +1,4 @@
BreeLaPointeResume.pdf,1688706568826,401d680cc728a1655eeb62c41a0ed72e22e34147819e0a8bf4c15033e82cb36f
index.html,1688706568824,3d9e55d00fcee3b17469fdcc4277c4d13794b84a1a3d6c3c84a45af3da480471
index.html,1688707537570,c847328a17fcc18d9f1c51d3bb89925da090263d2643d8c988717fa221f9f461
BreeLaPointeResume.pdf,1688707537585,401d680cc728a1655eeb62c41a0ed72e22e34147819e0a8bf4c15033e82cb36f
fonts/Lato-Regular.ttf,1688707537587,1272611e0b7f2015372f7ff6bce5bd351b5746578cbaff916ed6c0bf67f84e10
fonts/Lato-Bold.ttf,1688707537587,e77763dcc0ed479b272159ee5dad99264d0cea536b5fd3072504d6687e18ba54

View File

@ -6,12 +6,9 @@ echo '> copy outer HTML of html just inside iframe' >&2
font_family="$(cat resume.html | grep -o 'font-family[^;]*' | tail -n 1 | awk '{print $NF}')"
cat resume.html \
| sed 's/>...<\/text/> - <\/text/g' \
| sed 's/overflow: hidden;/margin: auto !important; padding-bottom: 2em !important;/g' \
| sed 's/padding: 0px 60pt;/padding: 0px 48pt;/' \
| sed 's/margin-top: 15pt;/margin-top: 20pt;/g' \
| sed 's/margin-top: 12pt;/margin-top: 17pt;/g' \
| sed 's/margin-top: 8pt;/margin-top: 12pt;/g' \
| sed 's/margin-top: 6pt;/margin-top: 10pt;/g' \
| sed 's/overflow: hidden;/margin: auto !important; padding-bottom: .0em !important;/g' \
| sed 's/padding: 0px 60pt;/padding: 0px 18pt;/' \
| sed 's/width: 612pt;/width: 512pt;/' \
| sed "s#<link [^>]*as=\"font\"[^>]*/fonts/[^${font_family:0:1}][^>]*>##g" \
| sed "s#<link [^>]*as=\"font\"[^>]*/fonts/${font_family:0:1}[^${font_family:1:1}][^>]*>##g" \
| sed "s#/fonts/#./fonts/#g" \
@ -33,3 +30,8 @@ done
# | sed 's#"/fonts/#"https://www.open-resume.com/fonts/#g' \
#| sed 's/margin-top: 15pt;/margin-top: 20pt;/g' \
#| sed 's/margin-top: 12pt;/margin-top: 17pt;/g' \
#| sed 's/margin-top: 8pt;/margin-top: 12pt;/g' \
#| sed 's/margin-top: 6pt;/margin-top: 10pt;/g' \

View File

@ -14,7 +14,7 @@
"jobTitle": "Senior Software Engineer, Team Lead",
"date": "May 2022 - Present",
"descriptions": [
"Mentored entry to mid-level engineers on stability, clean code, and distributed systems as team lead.",
"Mentored entry and mid-level engineers on stability, clean code, and distributed systems.",
"Hosted engineering book and white paper clubs for continuous approvement and cross-team experience sharing for 2 years.",
"Recovered 98% of data lost in critical incident via coordinating cross team efforts and disecting native database operation logs."
]
@ -26,7 +26,7 @@
"descriptions": [
"Developed and owned highly available and reliable data storage and operational tooling.",
"Mentored 2 interns, 2 new hires, and 3 mid-level cross team engineers on operational tools, maintainable software, and career development.",
"Led genericized AWS asset management tooling ahead of company-wide mass migration initiative.",
"Genericized AWS asset management tooling ahead of company-wide mass migration initiative.",
"Championed disaster recovery by supporting training runs with documentation, tools, and live support across teams and enforced continuous compliance for 17 database clusters with monitoring and alerting.",
"Lent expertise owning MongoDB across teams by advising on configuration and data models and genericizing disaster recovery tooling for 21 teams."
]
@ -37,7 +37,7 @@
"date": "Feb 2018 - Oct 2019",
"descriptions": [
"Automated no-downtime system patching for 30 services and 25 database clusters by creating a modular and testable scripting framework.",
"Increased backend service's availability from 98% to 99.99% and reduced hardware costs by 40% by selecting, training team on, and migrating without service interruption to a different database."
"Raised backend service's availability to 99.99% and reduced hardware costs by 40% by selecting, training team on, and live migrating to a different datastore."
]
}
],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long