Last active
May 12, 2021 07:22
-
-
Save RaveHunter05/bb9d739c782679bcbabfce637b270500 to your computer and use it in GitHub Desktop.
testing of resume
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": "elegant" | |
}, | |
"basics": { | |
"name": "Francisco Paul Sotelo Rocha", | |
"label": "Software Developer", | |
"email": "[email protected]", | |
"image": "https://imgur.com/a/NFTvpc2", | |
"summary": "I’m a full stack web developer who can build apps from the ground up. I've worked mostly at startups so I am use to wearing many hats. I am a very product focussed developer who priotizes user feedback first and foremost. I'm generally very flexible when investigating new roles. ", | |
"location": { | |
"city": "Managua", | |
"countryCode": "MN" | |
}, | |
"profiles": [ | |
{ | |
"username": "Paul Sotelo Rocha", | |
"url": "https://www.linkedin.com/in/paul-sotelo-rocha-68733687/", | |
"network": "linkedin" | |
}, | |
{ | |
"url": "https://github.com/ravehunter05", | |
"username": "RaveHunter05", | |
"network": "github" | |
} | |
] | |
}, | |
"education": [ | |
{ | |
"endDate": "2020-12-31", | |
"startDate": "2016-02-01", | |
"area": "Systems Engineering", | |
"studyType": "Engineering", | |
"institution": "Universidad Nacional de Ingeniería" | |
} | |
], | |
"skills": [ | |
{ | |
"keywords": [ | |
"HTML / JSX", | |
"SCSS / CSS / Styled Components", | |
"Javascript", | |
"React", | |
"Redux", | |
"Vue.js", | |
"Vuex" | |
], | |
"name": "Frontend" | |
}, | |
{ | |
"keywords": ["Node", "Express", "Python", "Django"], | |
"name": "Backend" | |
}, | |
{ | |
"keywords": ["Digital Ocean", "Heroku", "Nginx", "Apache"], | |
"name": "Devops" | |
} | |
], | |
"work": [ | |
{ | |
"summary": "Platform entrevideo.com, backend and frontend, and some wordpress themes and plugins.", | |
"website": "https://entrevideo.com", | |
"company": "Entrevideo", | |
"location": "Managua", | |
"position": "Software Developer", | |
"startDate": "2020-01-01", | |
"endDate": "2020-15-07", | |
"highlights": ["Vue.js", "Vuex" ,"React", "Redux", "SCSS", "PHP", "Laravel"] | |
}, | |
{ | |
"summary": "Colaborated with the creation of a CMS for the admins of the company.", | |
"website": "http://simplifiedcorp.com/", | |
"company": "Simplified Technologies Corp", | |
"location": "Panama", | |
"position": "Software Developer", | |
"startDate": "2020-01-12", | |
"endDate": "2021-02-31", | |
"highlights": [ | |
"Vue.js, Vuex, SCSS, Styled Components", | |
"Node.js / Express" | |
] | |
}, | |
{ | |
"highlights": [ | |
"Worked with Postgres, Redis and Dynamodb for storage.", | |
"Frontend of ai-devs.com", | |
"Backend of https://menus-qr.herokuapp.com/", | |
"Link shortener https://shortlink-frontend.herokuapp.com/ (backend and part of frontend)", | |
"Hosted all team projects on DigitalOcean and Heroku", | |
"Worked with Postgres, Redis, MySQL and MongoDB" | |
], | |
"summary": "I created this webpage with some friends in order to start freelancing, creating our own software, and practice as developers", | |
"website": "https://ai-devs.com", | |
"pinned": true, | |
"company": "Advanced Ideas Developers", | |
"position": "Frontend Developer", | |
"startDate": "2018-01-15" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Music" | |
}, | |
{ | |
"name": "Reading / Writing" | |
}, | |
{ | |
"name": "Open Source" | |
}, | |
{ | |
"name": "Chess" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment