Skip to content

Instantly share code, notes, and snippets.

@edgarrmondragon
Last active January 24, 2023 06:50
Show Gist options
  • Save edgarrmondragon/33c3790da715b7c064114078fe5dfbbc to your computer and use it in GitHub Desktop.
Save edgarrmondragon/33c3790da715b7c064114078fe5dfbbc to your computer and use it in GitHub Desktop.
JSON Resume
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Edgar Ramírez",
"label": "Software Engineer",
"image": "",
"email": "edgarrm358@gmail.com",
"phone": "TODO",
"url": "TODO",
"summary": "TODO",
"location": {
"countryCode": "MX"
},
"profiles": [
{
"network": "GitHub",
"username": "edgarrmondragon",
"url": "https://github.com/edgarrmondragon"
}
]
},
"work": [
{
"name": "Meltano",
"location": "Remote",
"position": "Senior Software Engineer",
"url": "https://meltano.com/",
"startDate": "2021-07-05",
"highlights": []
},
{
"name": "SpotOn Transact",
"location": "Mexico City, Mexico",
"position": "Software Engineer",
"url": "https://www.spoton.com/",
"startDate": "2019-01-07",
"endDate": "2021-06-30",
"highlights": [
"Apache Airflow",
"Django",
"PostgreSQL"
],
"summary": "I developed an in-house framework on top of Airflow for data extraction from PostgreSQL, MySQL, MongoDB, Google Analytics and flat files. The setup leveraged our Kubernetes namespaces to test new features and integrations. During my last weeks I also assisted in the migration to dbt.\n\nI also developed singer.io taps for partner APIs, orchestrated by Meltano and Kubernetes."
}
],
"volunteer": [],
"education": [
{
"institution": "Universidad Nacional Autónoma de México",
"url": "https://www.unam.mx/",
"area": "Chemical Engineering",
"studyType": "Bachelor",
"startDate": "2010-08-01",
"endDate": "2015-07-01",
"courses": []
}
],
"awards": [],
"certificates": [],
"publications": [],
"skills": [
{
"name": "Python",
"level": "Master",
"keywords": [
"static typing",
"asyncio",
"CLIs",
"FastAPI"
]
},
{
"name": "Data and analytics",
"level": "Master",
"keywords": [
"SQL",
"NoSQL",
"Apache Airflow",
"ETL",
"Data modeling",
"Data warehousing",
"Data visualization"
]
},
{
"name": "IaC",
"level": "Intermediate",
"keywords": [
"Terraform",
"Pulumi",
"Serverless Framework"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Conversational"
},
{
"language": "Spanish",
"fluency": "Native speaker"
}
],
"interests": [
{
"name": "Music"
},
{
"name": "Math"
}
],
"references": [],
"projects": [
{
"name": "Citric",
"description": "A client to the LimeSurvey Remote Control API 2, written in modern Python.",
"highlights": [],
"keywords": [],
"startDate": "2019-11-19",
"url": "https://citric.readthedocs.io/",
"roles": [],
"type": "library"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment