Skip to content

Instantly share code, notes, and snippets.

@rayrod2030
Last active July 11, 2019 21:50
Show Gist options
  • Save rayrod2030/47a016a34042854442f52c8be1985e9c to your computer and use it in GitHub Desktop.
Save rayrod2030/47a016a34042854442f52c8be1985e9c to your computer and use it in GitHub Desktop.
JSON Resume
{
"basics": {
"name": "Ray Rodriguez",
"label": "Devops Engineer",
"summary": "I am a software engineer by trade who still loves to write code and build solutions. In the second half of career I have focused more on the systems engineering, automation, delivery and site reliability parts of large system stacks and now leverage my past programming experience to deliver mature solutions to help engineering teams succeed and companies grow.",
"email": "ray.rodriguez80@outlook.com",
"location": {
"city": "Metuchen",
"countryCode": "NJ"
},
"profiles": [
{
"url": "https://github.com/rayrod2030",
"username": "rayrod2030",
"network": "github"
}
]
},
"education": [
{
"endDate": "2009-12-12",
"startDate": "2008-02-12",
"area": "Computer Science (incomplete)",
"studyType": "Bachelors",
"institution": "New Jersey Institute of Technology"
}
],
"skills": [
{
"keywords": [],
"level": "Senior",
"name": ""
}
],
"work": [
{
"summary": "At HBO I am part of the Telemetry team within the SRE organization. In telemetry we are responsible for all of our telemetry systems including metrics, logging and support services like Hashicorp Vault. At HBO I have worked primarily on running our Vault Enterprise and Consul platforms as well as revamping our base AMI pipeline to automate the hardening and initial configuration of our base images which are used to run our non-containerized workloads.",
"website": "https://play.hbonow.com",
"company": "HBO (WarnerMedia)",
"position": "Site Reliability Engineering Lead",
"startDate": "2018-01-08",
"highlights": [
"Helped to design, deploy, monitor and operate our internal department wide multi-region Hashicorp Vault clusters.",
"Manage the day to day operation of our internal Hashicorp Consul cluster for both service use and as a Vault backend.",
"Lead the technical effort to revamp our base AMI build and compliance workflow to generate hardened AWS EC2 machine images pre-baked with support services like Consul, Vault, Prometheus and Filebeat.",
"Participated in Game of Thrones Season 8 load testing game days."
]
}
],
"meta": {
"theme": "elegant"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment