chrismaddalena / chrismaddalena

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Howdy, I'm Christopher Maddalena! đź‘‹

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)

Twitter: cmaddalena    GitHub ChrisMaddalena    Linkedin: thaianebraga

About Me

class Christopher():
    pronouns = ["he", "him"]
    contacts = {
                    "email": "chris.maddalena@protonmail.com",
                    "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",
            }
}

About

License:BSD 3-Clause "New" or "Revised" License