Skip to content

Instantly share code, notes, and snippets.

@zwhitchcox
Last active December 2, 2022 21:53
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 zwhitchcox/1fcb943185d1cb8daa3bef339ff621b1 to your computer and use it in GitHub Desktop.
Save zwhitchcox/1fcb943185d1cb8daa3bef339ff621b1 to your computer and use it in GitHub Desktop.
resume
{
"basics": {
"name": "Zane Hitchcox",
"label": "(Hardware/Software) (Engineer/Hacker)",
"email": "zwhitchcox@gmail.com",
"phone": "865.236.0804",
"url": "https://zanehitchcox.com",
"summary": "I'm a hardware and software engineer and hacker.\nI like solving challenging problems and creating innovative technology.\nMostly web focused and early adopter of things like NodeJS, React, Rust, Docker, Kubernetes, WASM/WASI, etc.",
"location": {
"city": "Knoxville",
"countryCode": "US",
"region": "Tennessee"
},
"profiles": [
{
"network": "LinkedIn",
"url": "https://www.linkedin.com/in/zane-hitchcox-bba9a013/"
}
]
},
"work": [
{
"name": "Balena",
"position": "Embedded Engineer",
"url": "https://balena.io",
"startDate": "2020-10-01",
"summary": "Mainter of Etcher and friends, sometimes backend engineer, supported the operation and containerized deployment of millions of IoT devices around the globe",
"highlights": [
"as backend engineer, enabled IoT fleet deployment/maintenance through cloud",
"as Etcher maintainer, created low level tools allowing flashing of various IoT devices",
"ported low level GNU/Linux tools like e2fsprogs, parted, ext2fs, etc. to WASM/WASI",
"integrated hardware/software functionality in flagship EtcherPro project"
]
},
{
"name": "Accenture",
"url": "https://www.accenture.com",
"startDate": "2015-05-01",
"endDate": "2019-05-01",
"summary": "Worked for various corporations, small businesses, government entities to tackle various projects they lacked the in-house talent to produce",
"highlights": [
"worked with USDS to modernize ancient government applications and prove that the U.S. Government is capable of using modern technologies",
"McDonald's - created intuitive interfaces for data monitoring across a variety of areas",
"Verizon - helped build IoT platform to ease friction fo IoT devices on Verizon",
"Many other companies/entities, saw projects from start to finish using whatever technologies were most viable"
]
},
{
"name": "HEP",
"url": "https://www.hepisontheway.com",
"startDate": "2008-05-01",
"endDate": "2015-05-01",
"summary": "Put myself through schools while teaching myself to code in this job.",
"highlights": [
"started out doing home rennovations (electrical, plumbing, HVAC, etc.)",
"did data entry, and automated most of my job while teaching myself to code",
"took over company website",
"ended up doing most IT-related tasks"
]
}
],
"education": [
{
"institution": "University of Tennessee",
"url": "https://www.utk.edu",
"area": "Accounting",
"studyType": "Bachelor",
"endDate": "2015-05-01"
}
],
"skills": [
{
"name": "Languages",
"keywords": [
"HTML",
"CSS",
"JavaScript",
"TypeScript",
"C/C++",
"WASM/WASI",
"Python",
"Rust",
"Elixir",
"Lua",
"Elm",
"Nix"
]
},
{
"name": "Technologies",
"keywords": [
"Docker",
"NodeJS",
"Linux",
"MongoDB",
"PostgreSQL",
"MySQL",
"ReactJS",
"Redux",
"AWS",
"Adobe Create Suite",
"Video/Audio Editing"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
}
],
"interests": [
{
"name": "Mountain Biking"
},
{
"name": "Skiing"
},
{
"name": "Music"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment