From 7ee12afe20a96feba201c692b232fc382017a1f3 Mon Sep 17 00:00:00 2001 From: bel Date: Thu, 6 Jul 2023 23:06:12 -0600 Subject: [PATCH] happy --- open-resume.com.d/clean_resume_html.sh | 12 ++++++- open-resume.com.d/resume.html.2 | 46 +++++++++++++------------- 2 files changed, 34 insertions(+), 24 deletions(-) diff --git a/open-resume.com.d/clean_resume_html.sh b/open-resume.com.d/clean_resume_html.sh index bbd66dd..241549c 100644 --- a/open-resume.com.d/clean_resume_html.sh +++ b/open-resume.com.d/clean_resume_html.sh @@ -1,9 +1,19 @@ #! /bin/bash set -o pipefail + 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 12pt;/' \ + | 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#"/fonts/#"https://www.open-resume.com/fonts/#g' \ + | sed 's#]*as="font"[^>]*/fonts/[^L][^>]*>##g' \ > resume.html.2 \ || rm resume.html.2 + diff --git a/open-resume.com.d/resume.html.2 b/open-resume.com.d/resume.html.2 index aecc663..de1ed4b 100644 --- a/open-resume.com.d/resume.html.2 +++ b/open-resume.com.d/resume.html.2 @@ -1,30 +1,30 @@ - - - - - - - - - - - + + + + + + + + + + + -
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 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