$ ssh guest@caseyrapnicki.com _ _ _ (_) | | (_) ___ __ _ ___ ___ _ _ _ __ __ _ _ __ _ __ _ ___| | ___ ___ ___ _ __ ___ / __/ _` / __|/ _ \ | | || '__/ _` | '_ \| '_ \| |/ __| |/ / | / __/ _ \| '_ ` _ \ | (_| (_| \__ \ __/ |_| || | | (_| | |_) | | | | | (__| <| || (_| (_) | | | | | | \___\__,_|___/\___|\__, ||_| \__,_| .__/|_| |_|_|\___|_|\_\_(_)___\___/|_| |_| |_| __/ | | | |___/ |_|05:04:30 up 17 days, 12:57, 1 user, load average: 0.06, 0.12, 0.10 guest@caseyrapnicki.com:~# pygmentize -g caseyrapnicki.py #!/usr/bin/env pythonversion = "2025.12.16"class CaseyRapnicki: website = " caseyrapnicki.com" resume = " caseyrapnicki.com/docs/resume.pdf" linkedin = " linkedin.com/in/caseyrapnicki/" git = " git.caseyrapnicki.com" def Employment(): Position = [] Position[0] = { " company": "Censys", " title": "Site Reliability Engineer", " duration": "2025/09/30 - current (0 years, 8 months)", " website": "www.censys.com" } Position[1] = { " company": "Bixal", " title": "Sr. Principal Cloud Engineer", " agancies": [ "DOJ", "GSA", "SBA", "USAID", "USDA" ], " duration": "2020/09/14 - 2025/07/24 (4 years, 10 months)", " website": "www.bixal.com" } Position[2] = { " company": "IronNet Cybersecurity", " title": "Site Reliability Engineer", " duration": "2018/05/07 - 2020/07/25 (2 years, 2 months)", " website": "www.ironnet.com" } Position[3] = { " company": "National Cybersecurity Center of Excellence (IT Coalition)", " title": "Sr. Linux System Engineer", " agancies": [ "NIST" ], " duration": "2014/06/16 - 2018/05/04 (3 years, 10 months)", " website": "nccoe.nist.gov" } Position[4] = { " company": "The Kingsbury Center", " title": "System Engineer", " duration": "2011/02/07 - 2014/06/13 (3 years, 4 months)", " website": "www.kingsbury.org" } return Position def Education(): Degree = [] Degree[0] = { " school": "University Of Maryland Global Campus", " location": "Adelphi, MD", " level": "Master of Science", " program": "Information Technology", " specialization": "Systems Engineering", " duration": "2019/05/20 - 2021/05/21 (2 years)", " graduated": True, " societies": [ "Upsilon Pi Epsilon", "Phi Kappa Phi" ], } Degree[1] = { " school": "University Of Maryland University College", " location": "Adelphi, MD", " level": "Bachelor of Science", " program": "Computer Networks and Cybersecurity", " minor": "Computer Science", " duration": "2017/07/17 - 2019/05/19 (1 year, 10 months, )", " graduated": True, " honors": [ "Summa Cum Laude", "Deans List x6" ], " societies": [ "Phi Kappa Phi", "Alpha Sigma Lamba" ], } return Degree def Skills(): ## Skill type Applications = { ##"Skill": <years xp>, ## (<year last used>) " Apache": 21, ## (2026) " AWS": 8, ## (2026) " Docker": 11, ## (2026) " Git": 11, ## (2026) " Jira": 8, ## (2026) " Kubernetes": 8, ## (2026) " NGINX": 12, ## (2026) " MySQL": 21, ## (2026) " Terraform": 6, ## (2026) } General = { ##"Skill": <years xp>, ## (<year last used>) " Agile": 6, ## (2026) " CI/CD": 6, ## (2026) " Cloud Engineering": 8, ## (2026) " Desktop Support": 9, ## (2014) " DevOps": 9, ## (2026) " Networking": 10, ## (2026) " Programming": 30, ## (2026) " Security Engineering": 12, ## (2026) " Systems Engineering": 16, ## (2026) " Test Automation": 6, ## (2026) " Web Operations": 21, ## (2026) } Languages = { ##"Skill": <years xp>, ## (<year last used>) " Bash": 15, ## (2026) " C#": 10, ## (2018) " Golang": 3, ## (2026) " HCL": 6, ## (2026) " PHP": 18, ## (2026) " Powershell": 7, ## (2018) " Python": 14, ## (2026) " Visual Basic": 12, ## (2008) } OS = { ##"Skill": <years xp>, ## (<year last used>) " Linux": 21, ## (2026) " MacOS": 17, ## (2026) " Windows Server": 15, ## (2020) } return Applications, General, Languages, OS guest@caseyrapnicki.com:~# © 2026. Casey Rapnicki.