master
Bel LaPointe 2021-03-28 03:58:43 -05:00
parent 211994c17b
commit 54d23d5eb1
10 changed files with 213 additions and 20 deletions

View File

@ -0,0 +1,3 @@
index.html,1601135770257,783a8587b1f4bfe5cab2720db964ad1403867f4564e432d8a162fd071b7f88b3
resume.css,1601135770259,9561dffbb8787cf3367cce3e3eb1169b74852e6fe7c4f8422bf9ad39affdd2d8
resume.pdf,1601135770262,18dc10553179ec90011b467230c98cc81d7687ee8de3782cda47c4cbb4c079c0

5
.firebaserc Normal file
View File

@ -0,0 +1,5 @@
{
"projects": {
"default": "blapointe-com"
}
}

20
deploy.firebase.sh Normal file
View File

@ -0,0 +1,20 @@
#! /bin/bash
set -o pipefail
set -e
if ! which firebase; then
sudo npm install -g firebase-tools
fi
outdir=./deploy
rm -rf $outdir
mkdir -p $outdir/public
cp ./resume.md-main/resume.html $outdir/public/index.html
cp ./resume.md-main/resume.css $outdir/public/
cp ./resume.md-main/resume.pdf $outdir/public/
# firebase login
# firebase init
firebase deploy

10
firebase.json Normal file
View File

@ -0,0 +1,10 @@
{
"hosting": {
"public": "deploy/public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}

33
public/404.html Normal file
View File

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Page Not Found</title>
<style media="screen">
body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; }
#message { background: white; max-width: 360px; margin: 100px auto 16px; padding: 32px 24px 16px; border-radius: 3px; }
#message h3 { color: #888; font-weight: normal; font-size: 16px; margin: 16px 0 12px; }
#message h2 { color: #ffa100; font-weight: bold; font-size: 16px; margin: 0 0 8px; }
#message h1 { font-size: 22px; font-weight: 300; color: rgba(0,0,0,0.6); margin: 0 0 16px;}
#message p { line-height: 140%; margin: 16px 0 24px; font-size: 14px; }
#message a { display: block; text-align: center; background: #039be5; text-transform: uppercase; text-decoration: none; color: white; padding: 16px; border-radius: 4px; }
#message, #message a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
#load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
@media (max-width: 600px) {
body, #message { margin-top: 0; background: white; box-shadow: none; }
body { border-top: 16px solid #ffa100; }
}
</style>
</head>
<body>
<div id="message">
<h2>404</h2>
<h1>Page Not Found</h1>
<p>The specified file was not found on this website. Please check the URL for mistakes and try again.</p>
<h3>Why am I seeing this?</h3>
<p>This page was generated by the Firebase Command-Line Interface. To modify it, edit the <code>404.html</code> file in your project's configured <code>public</code> directory.</p>
</div>
</body>
</html>

80
public/index.html Normal file
View File

@ -0,0 +1,80 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Welcome to Firebase Hosting</title>
<!-- update the version number as needed -->
<script defer src="/__/firebase/7.21.1/firebase-app.js"></script>
<!-- include only the Firebase features as you need -->
<script defer src="/__/firebase/7.21.1/firebase-auth.js"></script>
<script defer src="/__/firebase/7.21.1/firebase-database.js"></script>
<script defer src="/__/firebase/7.21.1/firebase-messaging.js"></script>
<script defer src="/__/firebase/7.21.1/firebase-storage.js"></script>
<script defer src="/__/firebase/7.21.1/firebase-analytics.js"></script>
<script defer src="/__/firebase/7.21.1/firebase-remote-config.js"></script>
<script defer src="/__/firebase/7.21.1/firebase-performance.js"></script>
<!-- initialize the SDK after all desired features are loaded -->
<script defer src="/__/firebase/init.js"></script>
<style media="screen">
body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; }
#message { background: white; max-width: 360px; margin: 100px auto 16px; padding: 32px 24px; border-radius: 3px; }
#message h2 { color: #ffa100; font-weight: bold; font-size: 16px; margin: 0 0 8px; }
#message h1 { font-size: 22px; font-weight: 300; color: rgba(0,0,0,0.6); margin: 0 0 16px;}
#message p { line-height: 140%; margin: 16px 0 24px; font-size: 14px; }
#message a { display: block; text-align: center; background: #039be5; text-transform: uppercase; text-decoration: none; color: white; padding: 16px; border-radius: 4px; }
#message, #message a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
#load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
@media (max-width: 600px) {
body, #message { margin-top: 0; background: white; box-shadow: none; }
body { border-top: 16px solid #ffa100; }
}
</style>
</head>
<body>
<div id="message">
<h2>Welcome</h2>
<h1>Firebase Hosting Setup Complete</h1>
<p>You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!</p>
<a target="_blank" href="https://firebase.google.com/docs/hosting/">Open Hosting Documentation</a>
</div>
<p id="load">Firebase SDK Loading&hellip;</p>
<script>
document.addEventListener('DOMContentLoaded', function() {
const loadEl = document.querySelector('#load');
// // 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
// // The Firebase SDK is initialized and available here!
//
// firebase.auth().onAuthStateChanged(user => { });
// firebase.database().ref('/path/to/ref').on('value', snapshot => { });
// firebase.messaging().requestPermission().then(() => { });
// firebase.storage().ref('/path/to/ref').getDownloadURL().then(() => { });
// firebase.analytics(); // call to activate
// firebase.analytics().logEvent('tutorial_completed');
// firebase.performance(); // call to activate
//
// // 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
try {
let app = firebase.app();
let features = [
'auth',
'database',
'messaging',
'storage',
'analytics',
'remoteConfig',
'performance',
].filter(feature => typeof app[feature] === 'function');
loadEl.textContent = `Firebase SDK loaded with ${features.join(', ')}`;
} catch (e) {
console.error(e);
loadEl.textContent = 'Error loading the Firebase SDK, check the console.';
}
});
</script>
</body>
</html>

View File

@ -1,4 +1,8 @@
</div> </div>
<script src="/__/firebase/7.21.1/firebase-app.js"></script>
<script src="/__/firebase/init.js"></script>
</body> </body>
<br> <br>
<footer> <footer>

View File

@ -6,31 +6,47 @@
</head> </head>
<body> <body>
<div id="resume"> <div id="resume">
<!-- Accomplished [X] by measure of [Y] by doing [Z] -->
<h1>Bree LaPointe</h1> <h1>Bree LaPointe</h1>
<ul> <ul>
<li><a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#99;&#111;&#110;&#116;&#97;&#99;&#116;&#64;&#98;&#108;&#97;&#112;&#111;&#105;&#110;&#116;&#101;&#46;&#99;&#111;&#109;">&#99;&#111;&#110;&#116;&#97;&#99;&#116;&#64;&#98;&#108;&#97;&#112;&#111;&#105;&#110;&#116;&#101;&#46;&#99;&#111;&#109;</a></li> <li><a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#99;&#111;&#110;&#116;&#97;&#99;&#116;&#64;&#98;&#108;&#97;&#112;&#111;&#105;&#110;&#116;&#101;&#46;&#99;&#111;&#109;">&#99;&#111;&#110;&#116;&#97;&#99;&#116;&#64;&#98;&#108;&#97;&#112;&#111;&#105;&#110;&#116;&#101;&#46;&#99;&#111;&#109;</a></li>
<li>(336) 701-6159</li> <li>(336) 701 - 6159</li>
<li><a href="https://blapointe.com">blapointe.com</a></li> <li><a href="https://blapointe.com">blapointe.com</a></li>
<li>Provo, UT</li> <li>Provo, UT</li>
</ul> </ul>
<h2>Experience</h2> <h2>Experience</h2>
<h3><div><div>Software Developer II</div><div><i>Qualtrics</i></div></div> <div>Oct 2019 &ndash; Present</div></h3> <h3><div><div>Software Developer II</div><div><i>Qualtrics</i></div></div> <div>Oct 2019 &ndash; Present</div></h3>
<ul> <ul>
<li>Designed cross-team database and service migrations for security, customer, and operational pain relief.</li> <li>Developed and maintained generic, highly available, and highly reliable data storage solutions, ingestion services, and operational tooling.</li>
<li>Led weekly technical book club and participated in leadership book club and white paper reviews.</li> <li>Designed a platform to unify existing and upcoming services behind a simplified, asynchronous API. # 2do identify health or somethin</li>
<li>Interviewed and mentored entry level candidates.</li>
<li>Developed and maintained generic, highly available and reliable data storage solutions, ingestion services, and operations tools.</li>
</ul> </ul>
<!--
- Designed cross-team database and service migrations for security, customer, and operational pain relief.
- Interviewed and mentored entry level candidates.
- Developed and maintained generic, highly available and reliable data storage solutions, ingestion services, and operations tools.
-->
<h3><div><div>Software Developer I</div><div><i>Qualtrics</i></div></div> <div>Feb 2018 &ndash; Oct 2019</div></h3> <h3><div><div>Software Developer I</div><div><i>Qualtrics</i></div></div> <div>Feb 2018 &ndash; Oct 2019</div></h3>
<ul> <ul>
<li>Deployed the first sharded MongoDB cluster of the company. </li> <li>Automated no-downtime system patching for X services and Y database clusters by creating a modular, testable scripting framework.</li>
<li>Acting in-house SME for MongoDB, Couchbase, and Redis operations.</li> <li>Increased availability of a service from 98% to 99.99% and reduced hardware costs by 40% by selecting, training team on, and migrating to a different database.</li>
<li>Built an extensible framework for no-downtime system patching across services and clusters with modules for five databases.</li>
</ul> </ul>
<h2>Publications</h2> <h2>Projects</h2>
<h3><div>Arabidopsis thaliana computationally-generated next-state gene interaction models</div> <div>Jan 2017 &ndash; Dec 2017</div></h3> <h3><div>Disaster Recovery Organization Representative</div> <div>Dec 2020 &ndash; Present</div></h3>
<ul> <ul>
<li>Implemented an exponentially more efficient solution than previous work with comparable correctness.</li> <li>Supported during training runs with documentation, tools, and live support for all teams.</li>
<li>Enforced continuous compliance for 17 database clusters with monitoring and alerting.</li>
</ul>
<h3><div>Technical Book Club and White Paper Club Lead</div> <div>Jan 2019 &ndash; Present</div></h3>
<h3><div>MongoDB Virtual Team Member</div> <div>Jul 2018 &ndash; Present</div></h3>
<ul>
<li>Encouraged performant and reliable deployments by advising on configuration and data models.</li>
<li>Reduced resolution windows for outages as on call subject matter expert.</li>
<li>Genericized disaster recovery for 21 teams by building backup, restore, and monitoring tools.</li>
</ul>
<h3><div>Publication: Arabidopsis thaliana computationally-generated next-state gene interaction models</div> <div>Jan 2017 &ndash; Dec 2017</div></h3>
<ul>
<li>Improved research implementation efficiency by orders of magnitude with an iteration of evolutionary algorithm. # 2do an iteration</li>
</ul> </ul>
<h2>Education</h2> <h2>Education</h2>
<h3><div><div>Master of Science, Computer Science</div><div><i>Wake Forest University</i></div></div> <div>Jan 2016 &ndash; Dec 2017</div></h3> <h3><div><div>Master of Science, Computer Science</div><div><i>Wake Forest University</i></div></div> <div>Jan 2016 &ndash; Dec 2017</div></h3>
@ -46,6 +62,10 @@
<li><strong>Languages</strong>: Golang, Python3, bash</li> <li><strong>Languages</strong>: Golang, Python3, bash</li>
<li><strong>Platforms</strong>: MongoDB, Couchbase, Redis, Linux, AWS, Docker, Rundeck, Jenkins, Hashicorp stack</li> <li><strong>Platforms</strong>: MongoDB, Couchbase, Redis, Linux, AWS, Docker, Rundeck, Jenkins, Hashicorp stack</li>
</ul></div> </ul></div>
<script src="/__/firebase/7.21.1/firebase-app.js"></script>
<script src="/__/firebase/init.js"></script>
</body> </body>
<br> <br>
<footer> <footer>

View File

@ -1,7 +1,8 @@
<!-- Accomplished [X] by measure of [Y] by doing [Z] -->
# Bree LaPointe # Bree LaPointe
- <contact@blapointe.com> - <contact@blapointe.com>
- (336) 701-6159 - (336) 701 - 6159
- [blapointe.com](https://blapointe.com) - [blapointe.com](https://blapointe.com)
- Provo, UT - Provo, UT
@ -9,22 +10,38 @@
### <div><div>Software Developer II</div><div><i>Qualtrics</i></div></div> <div>Oct 2019 -- Present</div> ### <div><div>Software Developer II</div><div><i>Qualtrics</i></div></div> <div>Oct 2019 -- Present</div>
- Developed and maintained generic, highly available, and highly reliable data storage solutions, ingestion services, and operational tooling.
- Designed a platform to unify existing and upcoming services behind a simplified, asynchronous API. # 2do identify health or somethin
<!--
- Designed cross-team database and service migrations for security, customer, and operational pain relief. - Designed cross-team database and service migrations for security, customer, and operational pain relief.
- Led weekly technical book club and participated in leadership book club and white paper reviews.
- Interviewed and mentored entry level candidates. - Interviewed and mentored entry level candidates.
- Developed and maintained generic, highly available and reliable data storage solutions, ingestion services, and operations tools. - Developed and maintained generic, highly available and reliable data storage solutions, ingestion services, and operations tools.
-->
### <div><div>Software Developer I</div><div><i>Qualtrics</i></div></div> <div>Feb 2018 -- Oct 2019</div> ### <div><div>Software Developer I</div><div><i>Qualtrics</i></div></div> <div>Feb 2018 -- Oct 2019</div>
- Deployed the first sharded MongoDB cluster of the company. - Automated no-downtime system patching for X services and Y database clusters by creating a modular, testable scripting framework.
- Acting in-house SME for MongoDB, Couchbase, and Redis operations. - Increased availability of a service from 98% to 99.99% and reduced hardware costs by 40% by selecting, training team on, and migrating to a different database.
- Built an extensible framework for no-downtime system patching across services and clusters with modules for five databases.
## Publications
### <div>Arabidopsis thaliana computationally-generated next-state gene interaction models</div> <div>Jan 2017 -- Dec 2017</div> ## Projects
- Implemented an exponentially more efficient solution than previous work with comparable correctness. ### <div>Disaster Recovery Organization Representative</div> <div>Dec 2020 -- Present</div>
- Supported during training runs with documentation, tools, and live support for all teams.
- Enforced continuous compliance for 17 database clusters with monitoring and alerting.
### <div>Technical Book Club and White Paper Club Lead</div> <div>Jan 2019 -- Present</div>
### <div>MongoDB Virtual Team Member</div> <div>Jul 2018 -- Present</div>
- Encouraged performant and reliable deployments by advising on configuration and data models.
- Reduced resolution windows for outages as on call subject matter expert.
- Genericized disaster recovery for 21 teams by building backup, restore, and monitoring tools.
### <div>Publication: Arabidopsis thaliana computationally-generated next-state gene interaction models</div> <div>Jan 2017 -- Dec 2017</div>
- Improved research implementation efficiency by orders of magnitude with an iteration of evolutionary algorithm. # 2do an iteration
## Education ## Education

View File

@ -1,3 +1,4 @@
pip3 install weasyprint markdown
sudo apt-get install libcairo2-dev sudo apt-get install libcairo2-dev
sudo apt-get install -y libsdl-pango-dev sudo apt-get install -y libsdl-pango-dev
sudo apt-get install -y qpdf sudo apt-get install -y qpdf