-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
116 lines (101 loc) · 5.28 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# The URL the site will be built for
base_url = "https://resume.nicholaswyoung.com"
title = "Resume | Nicholas Young"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
[markdown]
highlight_code = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
[extra]
# Put all your custom variables here
interests = ["Storytelling", "Amateur Radio", "Cycling", "Photography"]
credits = [
"Speaker at Nodevember 2014-2015 and ChicagoWebConf 2015",
"Member of the Rust Networking Working Group",
"Open source contributor to Rust, JavaScript, Elixir, and Ruby communities",
"Organizer of Colorado Gold Rust",
]
[[extra.experiences]]
date = "October 2023 - Current"
org = "Lit Protocol"
title = "Senior DevOps Engineer"
description = """
Development, maintenance, and support of a custom Linux-based Trusted Execution Environment software stack targeting AMD SEV-SNP. Tasks include kernel compilation and modification, firmware verification and maintenance, and communication with multiple hardware and software vendors to support roll-out of the entire stack.
"""
[[extra.experiences]]
date = "September 2022 - August 2023"
org = "Nodle"
title = "Director of Information Security and DevOps"
description = """
Cross-team Engineering-based organization lead for DevOps and Security Best Practices. Responsibilities include: managing external audit partners, threat research, policy development and implementation, preparing reports on upcoming (and completed) projects for the Executive Team, active management of a virtual corporate network, and overseeing the daily technology needs of an approximately 50-person, globally-distributed, blockchain startup.
"""
[[extra.experiences]]
date = "October 2021 - September 2022"
org = "Nodle"
title = "Senior DevOps Engineer"
description = """
Blockchain operations, security, and Rust engineering for Nodle; the IoT network of Polkadot. Highlights include: launching the network's Eden parachain, creating an organization-level CI/CD pipeline for both code and infrastructure, and implementing metrics infrastructure tools for the entire ecosystem with our partners at OnFinality.
"""
[[extra.experiences]]
date = "October 2020 - September 2021"
org = "First Foundry"
title = "Senior Software Engineer"
description = """
Platform engineering for high-growth, security-focused clients, primarily in Rust and Solidity. Primary responsibilities include: service design, development, and deployment; stakeholder management; and integrating blockchain clients with other infrastructure.
"""
[[extra.experiences]]
date = "December 2015 - February 2020"
org = "Uptime Ventures, Ltd."
title = "Founder, Engineer"
description = """
Owner and operator of an engineering consultancy that delivered custom hardware and software solutions with specific focuses on high-performance I/O, network protocols, and embedded platforms. In this role, I became a contributor to the Rust language ecosystem, specifically the Gotham web framework and Rust Async Networking Working Group. I also co-founded Colorado's first Rust-focused conference, Colorado Gold Rust.
"""
[[extra.experiences]]
date = "June 2013 - December 2015"
org = "The Machine Broadcasting Network"
title = "Executive Producer"
description = """
Frustrated with the cultural trends in radio, I founded The Machine; a fiercely educational online broadcasting network. Accomplishments include: building a professional digital studio; producing and engineering over 200 hours of original audio programming; debuting new music from artists such as Matt Wertz and Jars of Clay; scaling a custom Ruby on Rails CMS, and developing a real-time metrics engine to analyze listener trends.
"""
[[extra.experiences]]
date = "June 2010 - December 2015"
org = "Original Machine"
title = "Chief Creative Officer"
description = """
Artistic consultant, documentarian, filmmaker, audio engineer, and digital strategist at Original Machine, a multidisciplinary production house/marketing agency for bands and small businesses.
"""
[[extra.experiences]]
date = "January 2010 - June 2010"
org = "Mad Mimi"
title = "Full-stack Engineer"
description = """
Feature implementation, deployment, and operations for a rapidly growing email marketing startup. Work included developing (and leading) open source strategy; backend development with Ruby on Rails, MySQL, Redis, and Postfix; frontend HTML/CSS/JavaScript; and DevOps.
"""
#[[extra.experiences]]
#date = "August 2007 - January 2010"
#title = "Independent Consultant"
#description = """
#Freelance engineer and security consultant. Accomplishments include: guest lectures and substitute teaching at Nashville State Community College; serving on the organizing committee for BarCamp Nashville; and releasing open source PHP libraries (which led to the next position).
#"""
[extra.skills]
fluent = [
"Rust",
"Curriculum Development",
"Event Management",
"Network Security",
"Radio-Frequency Engineering",
"Linux",
"Apple Systems Administration",
"Public Speaking",
"Kubernetes",
"Typescript",
"Data Processing",
"HTML/CSS",
"JavaScript/Node.js",
"Digital/Physical Accessibility",
"CockroachDB",
"PostgreSQL",
]