diff --git a/homebrew.html b/homebrew.html index c00cc0c..c6fd20e 100644 --- a/homebrew.html +++ b/homebrew.html @@ -1,4 +1,4 @@ - +
@@ -28,42 +28,21 @@ linkedin.com/in/lapoba16 - -
-
- - - - - -
-
- -
-

Bree LaPointe

-

Senior Software Engineer

-
-
-
- - contact@blapointe.com +
+ map[title:Skills what:[Languages: Golang, Bash, Python3 Platforms: Docker, Hashicorp, Linux/Unix, AWS, Jenkins, REST, Microservices, Git Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB]]
-
- - (336) 701 - 6159 +
+ map[headings:[map[headings:[map[title:Senior Software Engineer, Team Lead what:[Mentored entry and mid-level engineers on stability, clean code, and distributed systems. Hosted engineering book and white paper clubs for continuous improvement and cross-team experience sharing for 2 years. Recovered 98% of data lost in critical incident via coordinating cross team efforts and dissecting native database operation logs.] when:May 2022 - Present] map[title:Software Engineer II what:[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.] when:Oct 2019 - May 2022] map[title:Software Engineer I what:[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.] when:Feb 2018 - Oct 2019]] title:Qualtrics]] title:Work Experience]
-
- - Provo, UT +
+ map[headings:[map[title:Wake Forest University what:[Master of Science in Computer Science - 3.88/4.00] when:Dec 2017] map[title:High Point University what:[Bachelor of Arts in Computer Science - 3.91/4.00] when:Dec 2015]] title:Education]
-
- - linkedin.com/in/lapoba16 +
+ map[headings:[map[title:Arabidopsis thaliana computationally-generated next-state gene interaction models what:[Refactored to correct bugs and improve efficiency by orders of magnitude] when:Jun 2018]] title:Publications]
diff --git a/homebrew.sh b/homebrew.sh index 26b1f27..fe756a3 100644 --- a/homebrew.sh +++ b/homebrew.sh @@ -11,5 +11,6 @@ while sleep 1; do clear cat ./homebrew.yaml \ | gojq --yaml-input . \ - | tpl --file homebrew.tmpl + | tpl --file homebrew.tmpl \ + | tee ./homebrew.html done diff --git a/homebrew.tmpl b/homebrew.tmpl index 59207d9..48b625b 100644 --- a/homebrew.tmpl +++ b/homebrew.tmpl @@ -13,6 +13,11 @@ {{ .text }}
{{ end }} + {{ range .resume.headings }} +
+ {{ . }} +
+ {{ end }}