From c6fc22b178b5a6d3f8ab01b93cea57bf8f57e3cf Mon Sep 17 00:00:00 2001 From: bel Date: Thu, 6 Jul 2023 23:38:57 -0600 Subject: [PATCH] upgrade resume to zoom nice printed --- .firebase/hosting.ZGVwbG95L3B1YmxpYw.cache | 6 ++++-- open-resume.com.d/clean_resume_html.sh | 14 ++++++++------ .../local-storage-about-srcdoc-open-resume.json | 6 +++--- open-resume.com.d/resume.html | 2 +- open-resume.com.d/resume.html.2 | 4 ++-- 5 files changed, 18 insertions(+), 14 deletions(-) diff --git a/.firebase/hosting.ZGVwbG95L3B1YmxpYw.cache b/.firebase/hosting.ZGVwbG95L3B1YmxpYw.cache index 8707b42..ef8c4b6 100755 --- a/.firebase/hosting.ZGVwbG95L3B1YmxpYw.cache +++ b/.firebase/hosting.ZGVwbG95L3B1YmxpYw.cache @@ -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 diff --git a/open-resume.com.d/clean_resume_html.sh b/open-resume.com.d/clean_resume_html.sh index 9133b1d..f1edd4b 100755 --- a/open-resume.com.d/clean_resume_html.sh +++ b/open-resume.com.d/clean_resume_html.sh @@ -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#]*as=\"font\"[^>]*/fonts/[^${font_family:0:1}][^>]*>##g" \ | sed "s#]*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' \ + diff --git a/open-resume.com.d/local-storage-about-srcdoc-open-resume.json b/open-resume.com.d/local-storage-about-srcdoc-open-resume.json index 73953dc..553fe9c 100755 --- a/open-resume.com.d/local-storage-about-srcdoc-open-resume.json +++ b/open-resume.com.d/local-storage-about-srcdoc-open-resume.json @@ -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." ] } ], diff --git a/open-resume.com.d/resume.html b/open-resume.com.d/resume.html index 27a40fd..d7f4bfc 100755 --- a/open-resume.com.d/resume.html +++ b/open-resume.com.d/resume.html @@ -25,6 +25,6 @@ -
Bree LaPointeSenior Software Engineercontact@blapointe.com(336) 701-6159Provo, UTlinkedin.com/in/lapoba16WORK EXPERIENCEQualtricsSenior Software Engineer, Team LeadMay 2022 - PresentMentored entry to mid-level engineers on stability, clean code, and distributed systems as team lead.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.Software Engineer IIOct 2019 - May 2022Developed 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.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.Software Engineer IFeb 2018 - Oct 2019Automated 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.EDUCATIONWake Forest UniversityMaster of Science in Computer Science - 3.88/4.00Dec 2017High Point UniversityBachelor of Arts in Computer Science - 3.91/4.00Dec 2015PUBLICATIONSArabidopsis thaliana computationally-generated next-state gene interaction modelsJune 2018Refactored to correct bugs and improve efficiency by orders of magnitudeSKILLSLanguages: Golang, Bash, Python3Platforms: Docker, Hashicorp, Linux/Unix, AWS, Jenkins, REST, Microservices, GitDatastores: MongoDB, Redis, S3, Couchbase, DynamoDB
+
Bree LaPointeSenior Software Engineercontact@blapointe.com(336) 701-6159Provo, UTlinkedin.com/in/lapoba16WORK EXPERIENCEQualtricsSenior Software Engineer, Team LeadMay 2022 - PresentMentored 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.Software Engineer IIOct 2019 - May 2022Developed 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.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.Software Engineer IFeb 2018 - Oct 2019Automated no-downtime system patching for 30 services and 25 database clusters by creating a modular and testable scripting framework.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.EDUCATIONWake Forest UniversityMaster of Science in Computer Science - 3.88/4.00Dec 2017High Point UniversityBachelor of Arts in Computer Science - 3.91/4.00Dec 2015PUBLICATIONSArabidopsis thaliana computationally-generated next-state gene interaction modelsJune 2018Refactored to correct bugs and improve efficiency by orders of magnitudeSKILLSLanguages: Golang, Bash, Python3Platforms: Docker, Hashicorp, Linux/Unix, AWS, Jenkins, REST, Microservices, GitDatastores: MongoDB, Redis, S3, Couchbase, DynamoDB
diff --git a/open-resume.com.d/resume.html.2 b/open-resume.com.d/resume.html.2 index d4b2205..cb86add 100755 --- a/open-resume.com.d/resume.html.2 +++ b/open-resume.com.d/resume.html.2 @@ -24,7 +24,7 @@ @font-face {font-family: "Merriweather"; src: url("./fonts/Merriweather-Bold.ttf"); font-weight: bold;} - -
Bree LaPointeSenior Software Engineercontact@blapointe.com(336) 701-6159Provo, UTlinkedin.com/in/lapoba16WORK EXPERIENCEQualtricsSenior Software Engineer, Team LeadMay 2022 - Present - Mentored entry to mid-level engineers on stability, clean code, and distributed systems as team lead. - 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.Software Engineer IIOct 2019 - May 2022 - 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. - 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.Software Engineer IFeb 2018 - Oct 2019 - 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.EDUCATIONWake Forest UniversityMaster of Science in Computer Science - 3.88/4.00Dec 2017High Point UniversityBachelor of Arts in Computer Science - 3.91/4.00Dec 2015PUBLICATIONSArabidopsis thaliana computationally-generated next-state gene interaction modelsJune 2018 - Refactored to correct bugs and improve efficiency by orders of magnitudeSKILLS - Languages: Golang, Bash, Python3 - Platforms: Docker, Hashicorp, Linux/Unix, AWS, Jenkins, REST, Microservices, Git - Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB
+ +
Bree LaPointeSenior Software Engineercontact@blapointe.com(336) 701-6159Provo, UTlinkedin.com/in/lapoba16WORK EXPERIENCEQualtricsSenior Software Engineer, Team LeadMay 2022 - Present - 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.Software Engineer IIOct 2019 - May 2022 - 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. - 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.Software Engineer IFeb 2018 - Oct 2019 - Automated no-downtime system patching for 30 services and 25 database clusters by creating a modular and testable scripting framework. - 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.EDUCATIONWake Forest UniversityMaster of Science in Computer Science - 3.88/4.00Dec 2017High Point UniversityBachelor of Arts in Computer Science - 3.91/4.00Dec 2015PUBLICATIONSArabidopsis thaliana computationally-generated next-state gene interaction modelsJune 2018 - Refactored to correct bugs and improve efficiency by orders of magnitudeSKILLS - Languages: Golang, Bash, Python3 - Platforms: Docker, Hashicorp, Linux/Unix, AWS, Jenkins, REST, Microservices, Git - Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB