upgrade resume to zoom nice printed
This commit is contained in:
@@ -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' \
|
||||
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user