Skip to content

Experience

The 10x Resume experience page summarizes the items in the candidate’s work history which are relevant to the position.

For example

Example Experience

The information in the table comes from files in the Job/Portfolio/Src/10x directory.

experience.FROM-TO.md

  • Directorydev
    • DirectoryJob
      • DirectoryPortfolio
        • DirectorySrc
          • Directory10x
            • experience.2022-now.md
            • experience.2021-2022.md
            • experience.2017-2020.md
            • experience.2016-2017.md

Each of the experience.*.md markdown files in the Job/Portfolio/Src/10x directory hold details about a period in the candidate’s work history.

The markdown content of each file contains the summary description. The frontmatter of each file holds a resource with metadata about the work. The resource has the following fields:

FieldDescription
idstart and end of the work period
kindthe constant string ‘experience’
htmlpath to result html for the item
employerthe organization which employed the candidate
positionthe title of the position held by the candidate
languagesa list of the languages used by the candidate
platformsa list of the platforms used by the candidate
frameworksa list of the programming frameworks used by the candidate
developmenta list of the development tools used by the candidate
operationsa list of the operational systems used by the candidate
Example experience.2021-2022.md
experience.2021-2022.md
---
title: 2021-2022
layout: Plain.html
permalink: /10x/experience.2021-2022.html
tags: item
resources:
- id: 2021-2022
kind: experience
html: experience.2021-2022.html
employer: Lacework
position: Principal Engineer
languages:
- Python
- Java
- Go
- Jq
platforms:
- Linux
frameworks:
- Flask
- Restx
- Ndscheduler
- Dropwizard
- Snowflake
- SQLite
development:
- IntelliJ
- JUnit
- Docker
- Codefresh
- ArgoCD
- GitHub
- Git
- Miro
- Confluence
- Jira
- Slack
operations:
- Kubernetes
- Wavefront
- Scalyr
- Sigma
- Visidata
---
<div class="Experience">
Built system to lower Snowflake costs by redirecting workloads.
Developed warehouse scaling service.
Helped ingestion team with feature flag engineering, pipeline delay RCAs and code reviews.
</div>