Last active
June 28, 2023 01:34
-
-
Save alanivey/e1035acca8e681b6f922718dbd73dcd3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "kendall" | |
}, | |
"basics": { | |
"name": "Alan Ivey", | |
"label": "Senior DevOps Engineer", | |
"image": "https://avatars.githubusercontent.com/u/715868", | |
"email": "[email protected]", | |
"phone": "(717) 723-8631", | |
"url": "https://alanivey.com", | |
"summary": "I've been supporting development operations for the last 15 years. I work well with developers to get code through pipelines and into production. My Bachelor's Degree is in Network Security and I have always applied strong security practices in the beginning of new projects. I've successfully seen a project through the US Federal ATO process for one of the world's largest health data collection systems for AIDS relief. In addition to building fault-tolerant, redundant systems, I've scaled our business from a couple dozen dedicated instances to nearly 500. I'm strong both in technical skill and ability, but I am also great at connecting with clients and connecting requirements to the mission.", | |
"profiles": [ | |
{ | |
"network": "linkedin", | |
"username": "alanivey", | |
"url": "https://www.linkedin.com/in/alanivey" | |
}, | |
{ | |
"url": "https://github.com/alanivey", | |
"username": "alanivey", | |
"network": "github" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "BAO Systems", | |
"position": "Director of Cloud Systems Engineering", | |
"url": "https://baosystems.com", | |
"startDate": "2015-06", | |
"summary": "Team lead for Cloud, Linux Systems Engineering, providing DevOps, Platform Engineering, and Systems Administration to the company and clients.", | |
"highlights": [ | |
"CloudFormation", "Terraform", "AWS", "Containers", "Serverless" | |
] | |
}, | |
{ | |
"name": "Echo & Co.", | |
"position": "Senior Systems Administrator", | |
"url": "https://echo.co", | |
"startDate": "2008-04", | |
"endDate": "2015-06", | |
"summary": "Architect, build, maintain, and scale all production websites for clients, and provide DevOps support for all development projects." | |
}, | |
{ | |
"name": "SAIC/InDyne", | |
"position": "Systems Administrator", | |
"startDate": "2005-02", | |
"endDate": "2007-03", | |
"summary": "Provide production and development support for NASA Headquarters Science, Earth, Space, and Budget initiatives." | |
} | |
], | |
"volunteer": [ | |
{ | |
"organization": "Homebrew for macOS/Linux", | |
"position": "Contributor", | |
"url": "https://brew.sh/", | |
"summary": "Contributed to PHP and Apache HTTPD formulas", | |
"startDate": "2014-01", | |
"endDate": "2016-01" | |
} | |
], | |
"education": [ | |
{ | |
"institution": "University of Mary Washington", | |
"url": "https://www.umw.edu/cps/", | |
"area": "Network Security", | |
"studyType": "Bachelors", | |
"startDate": "2006-08", | |
"endDate": "2010-05" | |
} | |
], | |
"certificates": [ | |
{ | |
"name": "AWS Certified SysOps Administrator - Associate", | |
"date": "2023-04-22", | |
"issuer": "Amazon Web Services", | |
"url": "https://aws.amazon.com/verification" | |
}, | |
{ | |
"name": "Certified Kubernetes Administrator", | |
"date": "2022-11-05", | |
"issuer": "Cloud Native Computing Foundation", | |
"url": "http://training.linuxfoundation.org/certification/verify" | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Native speaker" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment