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
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.
| Field | Description |
|---|---|
| icon | path to image used in light mode |
| dark | path to image used in dark mode |
| width | width of the image |
---title: Positionlayout: Plain.htmlfile: /10x/position.1/Brilliant_-_Product_Engineer.htmlresources: - 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:
| Field | Description |
|---|---|
| id | the id of the resource |
| kind | the constant string ‘requirement’ |
| html | path to result html with the body of the requirement |
| description | requirement as described in the post for the position |
| years | the candidate’s years of experence meeting the requiement |
| experience | list of relevant positions by employment period |
Example requirement.01.md
---title: Bring new features from conception to completionlayout: Plain.htmlpermalink: /10x/requirement.01.htmlresources: - 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 andScopus Technologies I owned significant end-to-end projects from startto finish. I spent 5 years working with geographically distributeddevelopment teams at Cisco and before that I spent 2 years managingdistributed engineers, operators and DBAs at Galiam and Infinium.