Skip to content

Listing the requirements

The 10x Resume requirements page should list

  • each of the position’s requirements
  • the candidate’s employment related to the requirement
  • how the work meets the requirement

For example

Requirements page

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

position.1.md

  • Directorydev
    • DirectoryJob
      • DirectoryPortfolio
        • DirectorySrc
          • Directory10x
            • position.1.md

The image shown at the top of the requirements page comes from the following fields of the position.1.md frontmatter resource with kind = position and id = 1.

FieldDescription
iconpath to image used in light mode
darkpath to image used in dark mode
widthwidth of the image
position.1.md
---
title: Position
layout: Plain.html
file: /10x/position.1/Brilliant_-_Product_Engineer.html
resources:
- id: 1
kind: position
html: position.1/index.html
icon: icons.1/brilliant.png
dark: icons.1/brilliant_dark.png
width: 300px
iframeindex: Brilliant_-_Product_Engineer.html
- id: 1
kind: position_zip
subdir: position.1
---
Example position.01.md

requirement.*.md

  • Directorydev
    • DirectoryJob
      • DirectoryPortfolio
        • DirectorySrc
          • Directory10x
            • requirement.01.md
            • requirement.02.md
            • requirement.03.md

Each of the requirement.*.md markdown files in the Job/Portfolio/Src/10x directory holds details about a requirement:

  • the markdown body explains how the candidate’s experience meets the requirement
  • the frontmatter holds a resource with metadata related to requirement and the candidate’s employment background

The resource has the following fields:

FieldDescription
idthe id of the resource
kindthe constant string ‘requirement’
htmlpath to result html with the body of the requirement
descriptionrequirement as described in the post for the position
yearsthe candidate’s years of experence meeting the requiement
experiencelist of relevant positions by employment period
Example requirement.01.md
requirement.01.md
---
title: Bring new features from conception to completion
layout: Plain.html
permalink: /10x/requirement.01.html
resources:
- id: 1
kind: requirement
html: requirement.01.html
description: Bring new features from conception to completion,
helping people around the world to learn more effectively
by contributing code across our entire stack.
years: 18
experience:
- 2013-2014 # 2 Quarum Labs
- 1998-2000 # 3 Saratoga Systems
- 1992-1994 # 2 Illustra
- 1991-1992 # 1 Scopus
- 2017-2020 # 4 Cisco Hyperflex
- 2016-2017 # 2 Cisco Metacloud
- 2012-2013 # 1 Galiam
- 2009-2011 # 3 Infinium
---
<p style="margin:10px;"></p>
In the 8 years I spent at Quorum Labs, Saratoga Systems, Illustra and
Scopus Technologies I owned significant end-to-end projects from start
to finish. I spent 5 years working with geographically distributed
development teams at Cisco and before that I spent 2 years managing
distributed engineers, operators and DBAs at Galiam and Infinium.