Last active
June 17, 2022 01:31
-
-
Save mavuriel/f93a51e7cd915ee28a9cb133e68171b2 to your computer and use it in GitHub Desktop.
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": "caffeine" | |
| }, | |
| "basics": { | |
| "name": "Uriel Joshep Ameca Tenorio", | |
| "label": "Web Developer", | |
| "image": "", | |
| "email": "[email protected]", | |
| "phone": "2721807630", | |
| "url": "https://johndoe.com", | |
| "summary": "A summary of John Doe…", | |
| "location": { | |
| "city": "Nogales", | |
| "countryCode": "MX", | |
| "region": "Veracruz" | |
| }, | |
| "profiles": [ | |
| { | |
| "network": "LinkedIn", | |
| "username": "Uriel Tenorio", | |
| "url": "https://www.linkedin.com/in/uriel-tenorio/" | |
| }, | |
| { | |
| "network": "Github", | |
| "username": "Uriel Tenorio", | |
| "url": "https://github.com/mavuriel" | |
| } | |
| ] | |
| }, | |
| "work": [ | |
| { | |
| "name": "GRIVER", | |
| "summary": "I worked to develop a couple of modules to be integrated into the company's intranet, which over 1000 employees have used.", | |
| "website": "https://griver.com.mx/", | |
| "location": "Veracruz, Veracruz", | |
| "position": "Trainee Web Developer", | |
| "startDate": "2021-08-20", | |
| "endDate": "2022-02-20", | |
| "highlights": [ | |
| "Create documentation for a company product.", | |
| "Design UML diagrams for database implementation.", | |
| "Implement database structure and SQL queries using stored procedures.", | |
| "Develop a couple of web modules using HTML, CSS, JavaScript, jQuery, Bootstrap, and PHP to integrate them into the GRIVER intranet system." | |
| ] | |
| } | |
| ], | |
| "education": [ | |
| { | |
| "institution": "Instituto Tecnologico de Veracruz", | |
| "url": "http://www.veracruz.tecnm.mx/", | |
| "area": "Computer Systems Engineering", | |
| "studyType": "Bachelor", | |
| "startDate": "2015-08-20", | |
| "endDate": "2022-02-20" | |
| } | |
| ], | |
| "certificates": [ | |
| { | |
| "name": "Certificate", | |
| "date": "2021-11-07", | |
| "issuer": "Company", | |
| "url": "https://certificate.com" | |
| } | |
| ], | |
| "skills": [ | |
| { | |
| "name": "Web Development", | |
| "keywords": ["HTML", "CSS", "JavaScript", "PHP"] | |
| }, | |
| { | |
| "name": "Web Frameworks / librarys", | |
| "keywords": ["Laravel", "Jquery", "React"] | |
| }, | |
| { | |
| "name": "CSS Frameworks", | |
| "keywords": ["Bootstrap", "Tailwind"] | |
| }, | |
| { | |
| "name": "Database", | |
| "keywords": ["MySQL", "MariaDB", "PostgreSQL"] | |
| }, | |
| { | |
| "name": "Version Control", | |
| "keywords": ["Git", "GitHub"] | |
| } | |
| ], | |
| "languages": [ | |
| { | |
| "language": "Spanish", | |
| "fluency": "Native speaker" | |
| }, | |
| { | |
| "language": "English", | |
| "fluency": "B1" | |
| } | |
| ], | |
| "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