wip
parent
e97fcc2d8c
commit
1e5b251590
|
|
@ -6,7 +6,9 @@
|
|||
"": {
|
||||
"dependencies": {
|
||||
"jsonresume-theme-flat": "^0.3.7",
|
||||
"jsonresume-theme-full": "^0.0.4",
|
||||
"jsonresume-theme-onepage": "^0.0.3",
|
||||
"jsonresume-theme-riga": "^1.0.16",
|
||||
"jsonresume-theme-short": "^0.1.7"
|
||||
}
|
||||
},
|
||||
|
|
@ -93,6 +95,14 @@
|
|||
"handlebars": "^2.0.0-alpha.4"
|
||||
}
|
||||
},
|
||||
"node_modules/jsonresume-theme-full": {
|
||||
"version": "0.0.4",
|
||||
"resolved": "https://registry.npmjs.org/jsonresume-theme-full/-/jsonresume-theme-full-0.0.4.tgz",
|
||||
"integrity": "sha512-C5Mr7Ttao9H9bff77Z8UT4XIYPnjHSjpQXZSMupOVXpqaQeOj+zdrh+KxRYE7J+JJUWrolFINaeNXyCN8+pZgg==",
|
||||
"dependencies": {
|
||||
"handlebars": "^2.0.0-alpha.4"
|
||||
}
|
||||
},
|
||||
"node_modules/jsonresume-theme-onepage": {
|
||||
"version": "0.0.3",
|
||||
"resolved": "https://registry.npmjs.org/jsonresume-theme-onepage/-/jsonresume-theme-onepage-0.0.3.tgz",
|
||||
|
|
@ -102,6 +112,14 @@
|
|||
"handlebars": "^2.0.0-alpha.4"
|
||||
}
|
||||
},
|
||||
"node_modules/jsonresume-theme-riga": {
|
||||
"version": "1.0.16",
|
||||
"resolved": "https://registry.npmjs.org/jsonresume-theme-riga/-/jsonresume-theme-riga-1.0.16.tgz",
|
||||
"integrity": "sha512-CKWd/g+CLBSfoSdQ/kXcvxauzcjTuY3i5NCDP2xTg+cQlxEv0Du729hVXz0V9CynesIYqcJQr+vt5b3zvm7Q4A==",
|
||||
"dependencies": {
|
||||
"handlebars": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/jsonresume-theme-short": {
|
||||
"version": "0.1.7",
|
||||
"resolved": "https://registry.npmjs.org/jsonresume-theme-short/-/jsonresume-theme-short-0.1.7.tgz",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"jsonresume-theme-flat": "^0.3.7",
|
||||
"jsonresume-theme-full": "^0.0.4",
|
||||
"jsonresume-theme-onepage": "^0.0.3",
|
||||
"jsonresume-theme-riga": "^1.0.16",
|
||||
"jsonresume-theme-short": "^0.1.7"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,137 @@
|
|||
{
|
||||
"resume": {
|
||||
"profile": {
|
||||
"name": "Bree LaPointe",
|
||||
"summary": "Senior Software Engineer",
|
||||
"email": "contact@blapointe.com",
|
||||
"phone": "(336) 701-6159",
|
||||
"location": "Provo, UT",
|
||||
"url": "linkedin.com/in/lapoba16"
|
||||
},
|
||||
"workExperiences": [
|
||||
{
|
||||
"company": "Qualtrics",
|
||||
"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.",
|
||||
"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."
|
||||
]
|
||||
},
|
||||
{
|
||||
"company": "Qualtrics",
|
||||
"jobTitle": "Software Engineer II",
|
||||
"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.",
|
||||
"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."
|
||||
]
|
||||
},
|
||||
{
|
||||
"company": "Qualtrics",
|
||||
"jobTitle": "Software Engineer I",
|
||||
"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."
|
||||
]
|
||||
}
|
||||
],
|
||||
"educations": [
|
||||
{
|
||||
"school": "Wake Forest University",
|
||||
"degree": "Master of Science in Computer Science",
|
||||
"gpa": "3.88/4.00",
|
||||
"date": "Dec 2017",
|
||||
"descriptions": []
|
||||
},
|
||||
{
|
||||
"school": "High Point University",
|
||||
"degree": "Bachelor of Arts in Computer Science",
|
||||
"gpa": "3.91/4.00",
|
||||
"date": "Dec 2015",
|
||||
"descriptions": []
|
||||
}
|
||||
],
|
||||
"projects": [
|
||||
{
|
||||
"project": "d",
|
||||
"date": "Winter 2022",
|
||||
"descriptions": [
|
||||
"a"
|
||||
]
|
||||
}
|
||||
],
|
||||
"skills": {
|
||||
"featuredSkills": [
|
||||
{
|
||||
"skill": "b",
|
||||
"rating": 4
|
||||
},
|
||||
{
|
||||
"skill": "",
|
||||
"rating": 4
|
||||
},
|
||||
{
|
||||
"skill": "c",
|
||||
"rating": 0
|
||||
},
|
||||
{
|
||||
"skill": "",
|
||||
"rating": 4
|
||||
},
|
||||
{
|
||||
"skill": "",
|
||||
"rating": 4
|
||||
},
|
||||
{
|
||||
"skill": "",
|
||||
"rating": 4
|
||||
}
|
||||
],
|
||||
"descriptions": [
|
||||
"a"
|
||||
]
|
||||
},
|
||||
"custom": {
|
||||
"descriptions": []
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"themeColor": "#818cf8",
|
||||
"fontFamily": "Lato",
|
||||
"fontSize": "12",
|
||||
"documentSize": "A4",
|
||||
"formToShow": {
|
||||
"workExperiences": true,
|
||||
"educations": true,
|
||||
"projects": true,
|
||||
"skills": true,
|
||||
"custom": false
|
||||
},
|
||||
"formToHeading": {
|
||||
"workExperiences": "WORK EXPERIENCE",
|
||||
"educations": "EDUCATION",
|
||||
"projects": "PUBLICATIONS",
|
||||
"skills": "SKILLS",
|
||||
"custom": "PUBLICATIONS"
|
||||
},
|
||||
"formsOrder": [
|
||||
"workExperiences",
|
||||
"educations",
|
||||
"projects",
|
||||
"skills",
|
||||
"custom"
|
||||
],
|
||||
"showBulletPoints": {
|
||||
"educations": true,
|
||||
"projects": true,
|
||||
"skills": true,
|
||||
"custom": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"awards": [
|
||||
],
|
||||
"publications": [
|
||||
{
|
||||
"name": "Arabidopsis thaliana computationally-generated next-state gene interaction models",
|
||||
"publisher": "",
|
||||
"releaseDate": "Jun 2018",
|
||||
"website": "",
|
||||
"summary": "Refactored to correct bugs and improve efficiency by orders of magnitude"
|
||||
}
|
||||
],
|
||||
"skills": [
|
||||
{
|
||||
"name": "Languages",
|
||||
"details": [
|
||||
{"text":"Go", "comment":"expert"},
|
||||
{"text":"Bash", "comment":"expert"},
|
||||
{"text":"Python3", "comment":"proficient"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Platforms",
|
||||
"details": [
|
||||
{"text":"Docker", "comment":"expert"},
|
||||
{"text":"Hashicorp", "comment":"expert"},
|
||||
{"text":"Linux/Unix", "comment":"expert"},
|
||||
{"text":"AWS", "comment":"proficient"},
|
||||
{"text":"Jenkins", "comment":"proficient"},
|
||||
{"text":"REST", "comment":"proficient"},
|
||||
{"text":"Microservice Architecture", "comment":"proficient"},
|
||||
{"text":"Git", "comment":"proficient"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Datastores",
|
||||
"details": [
|
||||
{"text":"MongoDB", "comment":"expert"},
|
||||
{"text":"Redis", "comment":"expert"},
|
||||
{"text":"S3", "comment":"expert"},
|
||||
{"text":"Couchbase", "comment":"proficient"},
|
||||
{"text":"DynamoDB", "comment":"proficient"}
|
||||
]
|
||||
}
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"language": "English",
|
||||
"fluency": "Native speaker"
|
||||
}
|
||||
],
|
||||
"interests": [
|
||||
],
|
||||
"references": [
|
||||
],
|
||||
"projects": [
|
||||
],
|
||||
"meta": {
|
||||
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
|
||||
"version": "v1.0.0",
|
||||
"lastModified": "2017-12-24T15:53:00"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue