Skip to content

Instantly share code, notes, and snippets.

@jahzielv
Last active November 3, 2022 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jahzielv/7a0f3124eda662d6f89d406cd9b54e9c to your computer and use it in GitHub Desktop.
Save jahzielv/7a0f3124eda662d6f89d406cd9b54e9c to your computer and use it in GitHub Desktop.
resume.json
{
"meta": { "theme": "flat" },
"basics": {
"name": "Jahziel Villasana-Espinoza",
"label": "Software Engineer",
"image": "",
"email": "jahzielv@gmail.com",
"url": "https://web.jahziel.xyz",
"summary": "Looking for the joy in computing 🎉",
"location": {
"city": "Atlanta",
"countryCode": "US",
"region": "Georgia"
}
},
"work": [{
"company": "Scholars",
"position": "Software Engineer",
"url": "https://scholars.com",
"startDate": "2022-09-12",
"summary": "TODO: engineering things"
},
{
"name": "Ketch",
"position": "Software Engineer",
"url": "https://ketch.com",
"startDate": "2021-01-12",
"endDate": "2022-09-09",
"summary": "TODO: engineering things"
},
{
"name": "State Farm",
"position": "Software Engineer Intern",
"startDate": "2019-05-12",
"endDate": "2020-04-12",
"summary": "TODO: engineering things"
}
],
"education": [{
"institution": "Georgia Institute of Technology",
"url": "https://gatech.edu/",
"area": "Computer Science",
"studyType": "Bachelor",
"startDate": "2015-08-20",
"endDate": "2020-12-12",
"score": "3.42"
}],
"skills": [
{
"name": "Programming Languages",
"keywords": [
"Go",
"JavaScript/TypeScript",
"C",
"Rust",
"Python"
]
},
{
"name": "Web Dev",
"keywords": [
"OpenAPI/Swagger",
"Express",
"WebSockets",
"React (Hooks)",
"Redux",
"HTML",
"CSS"
]
},
{
"name": "Tools & Platforms",
"keywords": [
"Git",
"Linux/UNIX",
"shell/shell scripting",
"Relational DBs (MySQL, SQLite, Postgres, Snowflake)",
"NoSQL (ScyllaDB, ArangodDB, Firebase RTDB, DynamoDB)",
"gdb",
"valgrind"
]
},
{
"name": "Cloud, Deployment, Networking",
"keywords": [
"Docker",
"gRPC",
"REST APIs",
"NATS",
"AWS",
"GCP",
"Firebase functions",
"Grafana",
"Prometheus",
"K8s"
]
}
],
"languages": [{
"language": "English",
"fluency": "Native speaker"
}],
"projects": [{
"name": "Project",
"description": "Description…",
"highlights": [
"Won award at AIHacks 2016"
],
"keywords": [
"HTML"
],
"startDate": "2019-01-01",
"endDate": "2021-01-01",
"url": "https://project.com/",
"roles": [
"Team Lead"
],
"entity": "Entity",
"type": "application"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment