Director of Internal and Community Products at SpecterOps
Author of Printing Props: A Beginner's Guide to 3D Printing for Cosplay and Replicas (https://printingprops.com)
class Christopher():
pronouns = ["he", "him"]
contacts = {
"email": "[email protected]",
"twitter": "@cmaddalena",
"note": "Send a Twitter DM to discuss projects",
}
languages = [
"Python",
"HTML",
"CSS",
"C#",
"JavaScript",
"Ruby",
]
services = ["Docker", "Docker Compose", "AWS",]
work_output = {
"author": [
{
"title": "Printing Props",
"subtitle": "A Beginner's Guide to 3D Printing for Cosplay and Replicas",
"url": "https://printingprops.com/",
}
],
"speaker": [
"DerbyCon",
"CircleCityCon",
"CodeMash",
"BSides Detroit",
"BlackHat USA",
],
"trainer": ["BlackHat USA",],
"projects": [
{"Ghostwriter": {
"development": True,
"status": "Active Development"
}},
{"Goreport": {
"development": False,
"status": "Maintenance Mode"
}},
{"Cooper": {
"development": False,
"status": "Maintenance Mode"
}},
{"ODIN": {
"development": False,
"status": "Under Development"
}},
]
}
extras = {
"adhd": True,
"currentGoal": "Learning React",
}
}