19 Commits

Author SHA1 Message Date
bel
8ae43a6356 secret w env 2023-10-11 21:18:04 -06:00
bel
9068fa6647 newline 2023-10-11 21:14:57 -06:00
bel
c72098a66c log 2023-10-11 21:13:51 -06:00
bel
3d2c4ef882 log 2023-10-11 21:12:36 -06:00
bel
ddf2af808c log 2023-10-11 21:12:25 -06:00
bel
a66222e143 go 2023-10-11 21:11:11 -06:00
bel
5570e6edbe go 2023-10-11 21:11:09 -06:00
bel
5b3106f981 go 2023-10-11 21:10:13 -06:00
bel
5f51d1564e mk 2023-10-11 21:07:29 -06:00
bel
e295b06efe agro 2023-10-11 21:06:32 -06:00
bel
143dabb7d9 agro 2023-10-11 21:04:50 -06:00
bel
cc81b47e49 agro 2023-10-11 21:03:43 -06:00
bel
e7ed323f2c agro 2023-10-11 21:01:37 -06:00
bel
507f3436c7 agro 2023-10-11 21:00:28 -06:00
bel
077a03c35e agro 2023-10-11 20:59:33 -06:00
bel
a504c357c5 agro 2023-10-11 20:58:34 -06:00
bel
c24ab809a5 gogo 2023-10-11 20:55:46 -06:00
bel
76aa1a20cf hist 2023-10-11 20:54:26 -06:00
bel
d4560d05fd try vale 2023-10-11 20:53:42 -06:00
4 changed files with 31 additions and 106 deletions

View File

@@ -15,13 +15,27 @@ spec:
script: | script: |
echo build.event = ${{ build.event }} echo build.event = ${{ build.event }}
echo build.target = ${{ build.target }} echo build.target = ${{ build.target }}
- name: lint
type: run
spec:
name: lint
container: jdkato/vale
shell: sh
script: |
set -x
set -e
f=$(mktemp)
cat open-resume.com.d/local-storage-about-srcdoc-open-resume.json | sed 's/"[^"]*":/"."/g' > $f
vale sync
vale $f || true
- name: build - name: build
type: run type: run
when: build.event == "push" && build.target == "main" when: build.event == "push" && build.target == "main"
spec: spec:
name: build name: build
container: andreysenov/firebase-tools container: andreysenov/firebase-tools
envs:
FIREBASE_CI_TOKEN: '${{ secrets.get("resume-firebase-squeaky2x3-gmail-token") }}'
shell: sh shell: sh
script: > script: |
bash ./deploy.firebase.sh '${{ bash ./deploy.firebase.sh
secrets.get("resume-firebase-squeaky2x3-gmail-token") }}'

9
.vale.ini Normal file
View File

@@ -0,0 +1,9 @@
StylesPath = styles
MinAlertLevel = suggestion
Packages = proselint, write-good, Readability, Joblint
[*]
BasedOnStyles = Vale, proselint, write-good, Readability, Joblint

View File

@@ -32,7 +32,11 @@ echo firebase uses squeaky2x3@gmail.com
! tty || firebase login ! tty || firebase login
echo firebase init echo firebase init
args=() args=()
log_args=()
if ! tty; then if ! tty; then
args+=("--token" "$1") args+=("--token" "$FIREBASE_CI_TOKEN")
log_args+=("--token" "${FIREBASE_CI_TOKEN:0:1}")
test "${FIREBASE_CI_TOKEN:0:1}" != "$"
fi fi
echo firebase deploy "${log_args[@]}"
firebase deploy "${args[@]}" firebase deploy "${args[@]}"

View File

@@ -1,102 +0,0 @@
resume:
custom:
descriptions: []
educations:
- date: Dec 2017
degree: Master of Science in Computer Science
descriptions: []
gpa: 3.88/4.00
school: Wake Forest University
- date: Dec 2015
degree: Bachelor of Arts in Computer Science
descriptions: []
gpa: 3.91/4.00
school: High Point University
profile:
email: contact@blapointe.com
location: Provo, UT
name: Bree LaPointe
phone: (336) 701-6159
summary: Senior Software Engineer
url: linkedin.com/in/lapoba16
projects:
- date: June 2018
descriptions:
- Refactored to correct bugs and improve efficiency by orders of magnitude
project: Arabidopsis thaliana computationally-generated next-state gene interaction models
skills:
descriptions:
- 'Languages: Golang, Bash, Python3'
- 'Platforms: Docker, Hashicorp, Linux/Unix, AWS, Jenkins, REST, Microservices, Git'
- 'Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB'
featuredSkills:
- rating: 4
skill: ""
- rating: 4
skill: ""
- rating: 4
skill: ""
- rating: 4
skill: ""
- rating: 4
skill: ""
- rating: 4
skill: ""
notfeaturedSkills:
- rating: 4
skill: Golang
- rating: 4
skill: Bash
- rating: 3
skill: Python3
workExperiences:
- company: Qualtrics
date: May 2022 - Present
descriptions:
- 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.
jobTitle: Senior Software Engineer, Team Lead
- company: Qualtrics
date: Oct 2019 - May 2022
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.
- 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.
jobTitle: Software Engineer II
- company: Qualtrics
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.
- 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.
jobTitle: Software Engineer I
settings:
documentSize: Letter
fontFamily: Lato
fontSize: "11"
formToHeading:
custom: PUBLICATIONS
educations: EDUCATION
projects: PUBLICATIONS
skills: SKILLS
workExperiences: WORK EXPERIENCE
formToShow:
custom: false
educations: true
projects: true
skills: true
workExperiences: true
formsOrder:
- workExperiences
- educations
- projects
- skills
- custom
showBulletPoints:
custom: false
educations: false
projects: true
skills: true
themeColor: '#818cf8'