Skip to content

Instantly share code, notes, and snippets.

@jessedearing
Last active December 19, 2023 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jessedearing/3f7e81cddbacb6927eeb9a861d3e277a to your computer and use it in GitHub Desktop.
Save jessedearing/3f7e81cddbacb6927eeb9a861d3e277a to your computer and use it in GitHub Desktop.
resume.json
{
"basics": {
"name": "Jesse Dearing",
"label": "Experienced Platform Builder",
"image": "https://jesse.dev/images/avatar-2019-05-31.png",
"email": "me@jesse.dev",
"website": "https://jesse.dev",
"summary": "Bringing over a decade of experience in both creating and running software, I seek to build platforms that make it easy for engineers to deploy software, store data, and monitor it in production.",
"location": {
"city": "Portland",
"countryCode": "US",
"region": "Oregon"
},
"profiles": [
{
"network": "Twitter",
"username": "JesseDearing",
"url": "https://twitter.com/jessedearing"
},
{
"network": "GitHub",
"username": "jessedearing",
"url": "https://github.com/jessedearing"
},
{
"network": "LinkedIn",
"username": "jessedearing",
"url": "https://www.linkedin.com/in/jessedearing"
}
]
},
"work": [
{
"location": "Remote",
"description": "Worked in the Tanzu (Kubernetes) division where I helped build and run the plaform for hosting the Mission Control SaaS product",
"position": "Staff 2 Site Reliability Engineer",
"startDate": "2018-12-01",
"endDate": "2023-12-01",
"summary": "At VMware I worked on the SRE team that built and maintained the infrastructure for Tanzu Mission Control (TMC). During the time I was at VMware, I helped build a platform for running TMC across 6 regions with a global backend for sharing data between regions.\nI also built tooling and software for deploying services in a reliable and consistent manner that met the compliance requirements for SOC2 and ISO/IEC 27001. The platform was even adapted to be shipped as an on premises version.",
"highlights": [
"Built a plaform that allowed a team to deploy a new service all the way to production in about 1 day with health checking, metrics collection, log aggregation, and high availability across multiple availability zones",
"Built a CLI for interacting with the platform to connect through VPN, get access to the Kubernetes control plane and other services like Hashicorp Vault securely using signed tokens with MFA verification",
"Proposed architectural designs to be implemented across many different teams",
"Identified and mitigated poorly performing database queries"
],
"url": "https://vmware.com",
"name": "VMware"
},
{
"location": "Remote",
"description": "A company focused on leveraging Kubernetes to bring about the digital transformation for companies. Heptio was founded by 2 of the founders of Kubernetes",
"position": "Senior Site Reliability Engineer",
"startDate": "2018-08-01",
"endDate": "2018-12-01",
"summary": "Brought on as the 2nd SRE to help build infrastructure for a new SaaS product codenamed HQ which later became Tanzu Mission Control.",
"highlights": [],
"url": "https://heptio.com",
"name": "Heptio"
},
{
"location": "Remote",
"description": "Design first focused company. Created a tool that allows designers to create prototypes and share them so that stakeholders could comment on them",
"position": "Senior Database Engineer",
"startDate": "2016-06-01",
"endDate": "2018-08-01",
"summary": "I helped run and maintain the database infrastructure at InVision for the main product. Later started a platform for building microservice deployments and managing the data involved.",
"highlights": [
"Used log parsing to analyze query logs to find queries that had a bad query plan but was running many times a second. Upon suggesting a change to the owning service we were able to reduce the database CPU overhead by 20% and speed up the query to take less than 10 miliseconds instead of 100-200 milliseconds.",
"Built a websockets front end to a streaming backend service"
],
"url": "https://invisionapp.com",
"name": "InVision"
},
{
"location": "Portland, OR",
"description": "Specialized in collection application performance metrics and created products to help development teams monitor and fix problems in their deployed applications",
"position": "Senior Site Reliability Engineer",
"startDate": "2012-11-01",
"endDate": "2016-05-31",
"summary": "I started at New Relic to enhance the build infrastructure and move our build servers into a proper data center. I built a quick and hacky Rails based front end for creating VMs for the purposes of build and testing.\nI was then pulled on to a special project where I built the the communication libraries for an attempt at a microservice deployment.\nI later joined the Site Reliablity Engineering team to help run the whole SaaS. As the team needed to specialize, I then moved into the database team to managed our fleet of databases for storing customer data.",
"highlights": [],
"url": "https://newrelic.com",
"name": "New Relic"
}
],
"volunteer": [
{
"organization": "Sitton PTA",
"position": "Treasurer",
"website": "https://sittonpta.org",
"startDate": "2021-07-01",
"endDate": "2023-06-30",
"summary": "I served at the treasurer of my son's elementary school PTA board",
"highlights": []
},
{
"organization": "Sitton PTA",
"position": "President",
"website": "https://sittonpta.org",
"startDate": "2021-07-01",
"summary": "I am currently serving as president of the board of my son't elementary school PTA",
"highlights": []
}
],
"education": [
{
"institution": "University of Texas at Arlington",
"area": "Arlington, TX",
"studyType": "Bachelors of Arts - Interdisciplinary Studies",
"startDate": "2002-09-01",
"endDate": "2008-12-31",
"gpa": "3.15",
"courses": []
}
],
"awards": [],
"publications": [],
"skills": [
{
"name": "Programming Languages",
"level": "Master",
"keywords": [
"Go",
"Bash"
]
},
{
"name": "Platform Technologies",
"level": "Master",
"keywords": [
"Terraform",
"Vault",
"Kubernetes",
"Wireguard"
]
},
{
"name": "Continuous Integration and Delivery",
"level": "Master",
"keywords": [
"Jenkins",
"FluxCD",
"Container Registries"
]
},
{
"name": "Cloud Providers",
"level": "Advanced",
"keywords": [
"Amazon Web Services",
"Azure",
"Google Compute Engine"
]
},
{
"name": "Databases",
"level": "Advanced",
"keywords": [
"PostgreSQL",
"MySQL"
]
},
{
"name": "Distributed Systems",
"level": "Advanced",
"keywords": [
"Distributed locks",
"Consensus protocols",
"Eventual consistency"
]
},
{
"name": "Communication Formats and Frameworks",
"level": "Advanced",
"keywords": [
"gRPC",
"JSON over HTTP",
"MessagePack",
"Thrift"
]
},
{
"name": "Security",
"level": "Intermediate",
"keywords": [
"Zero Trust",
"PKI",
"TLS",
"OpenID"
]
},
{
"name": "Software Development Methodologies",
"level": "Beginner",
"keywords": [
"Test Driven Development",
"Clean Code"
]
}
],
"languages": [],
"interests": [
{
"name": "Coffee",
"keywords": [
"Espresso",
"Cold Brew",
"Small Batch Beans"
]
},
{
"name": "Soccer",
"keywords": [
"Timbers",
"MLS"
]
}
],
"references": [],
"projects": [],
"meta": {
"canonical": "https://gist.github.com/jessedearing/3f7e81cddbacb6927eeb9a861d3e277a",
"version": "1.0",
"lastModified": "2023-12-10",
"theme": "kendall"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment