Skip to content

Instantly share code, notes, and snippets.

@gregmark
Last active May 20, 2021 20:09
Show Gist options
  • Save gregmark/6a2dfe5f4da1f0a5885009f97d311c76 to your computer and use it in GitHub Desktop.
Save gregmark/6a2dfe5f4da1f0a5885009f97d311c76 to your computer and use it in GitHub Desktop.
JSON Resume
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Gregory M Chávez",
"label": "DevOps / Site Reliability Engineer",
"image": "https://github.com/gregmark/files/raw/main/avatars/varys2-15k.jpg",
"email": "gregmark@gmail.com",
"phone": "(301) 806-4793",
"url": "https://www.linkedin.com/in/gregmark/",
"summary": "I am a software development generalist with the ability to quickly shift my expertise from different implementations of DevOps, the aspiration, and SRE, the practice. Hot tech skills come and go, but the need for efficient workflows, service observability, code clarity, cost control, team organization, mentorship and automating myself out of a job never will. My commitment to making people and things better every day by leading and contributing to high priority projects, breaking down knowledge silos, sharing information agressively and securing a stake in the organization's success is absolute.",
"location": {
"address": "2300 18th St. NW #311",
"postalCode": "DC 20009",
"city": "Wsahington",
"countryCode": "US",
"region": "Washington"
},
"profiles": [
{
"network": "GitHub",
"username": "gregmark",
"url": "https://github.com/gregmark"
},
{
"network": "Reddit",
"username": "gregmark",
"url": "https://www.reddit.com/user/gregmark"
}
]
},
"work": [
{
"name": "The Atlantic",
"location": "Washington, DC",
"description": "American magazine and multi-platform publisher",
"position": "Sr. Engineer for DevOps, Data & Delivery and Operations Engineering",
"url": "https://theatlantic.com",
"startDate": "2019-08-05",
"endDate": "2021-05-05",
"summary": "Worked in cross-functional pods to create, build, maintain and run the infrastructure at the heart of The Atlantic’s Internet publishing platforms. Our main mission was to modernize the way we deploy, run, safely access, and secure our applications and data.",
"highlights": [
"Participated in the lift, shift and tweak of data center applications to AWS and Fastly CDN",
"Composed AWS Lambda in Python to auto-assign DNS to ephemeral ALB internal IPs",
"Supported microservice deployments across several AWS services, largely with Terraform",
"Composed Terraform modules to effect blue-green deployments of our CMS app in AWS ECS",
"Desgined and executed a DB migration pattern to move The Atlantic's CMS from on-prem to AWS Aurora",
"Managed and maintained Terraform workflows across 5 AWS accounts for use by disparate dev teams",
"Refactored dev/stage/prod Terraform codebase and workflow to improve scalability, usability and testing",
"Migrated multiple monolithic Terraform configurations to tiered workspaces in Terraform Cloud"
]
}
],
"volunteer": [
],
"education": [
{
"institution": "University of New Hampshire",
"url": "https://www.unh.edu/",
"area": "Marine and Freshwater Biology",
"studyType": "Bachelor of Science",
"startDate": "1992-08-01",
"endDate": "1995-10-01",
"score": "",
"courses": [
]
}
],
"awards": [
],
"publications": [
],
"skills": [
{
"name": "Provisioning",
"level": "Master",
"keywords": [
"Terraform",
"Ansible"
]
},
{
"name": "Cloud Platforms",
"level": "Master",
"keywords": [
"AWS",
"Azure"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
}
],
"interests": [
],
"references": [
],
"projects": [
{
"name": "Miss Direction",
"description": "A mapping engine that misguides you",
"highlights": [
"Won award at AIHacks 2016",
"Built by all women team of newbie programmers",
"Using modern technologies such as GoogleMaps, Chrome Extension and Javascript"
],
"keywords": [
"GoogleMaps",
"Chrome Extension",
"Javascript"
],
"startDate": "2016-08-24",
"endDate": "2016-08-24",
"url": "missdirection.example.com",
"roles": [
"Team lead",
"Designer"
],
"entity": "Smoogle",
"type": "application"
}
],
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.0",
"lastModified": "2017-12-24T15:53:00",
"theme": "elegant"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment