{"id":24408889,"url":"https://github.com/codesandtags/resume","last_synced_at":"2026-02-03T04:40:11.709Z","repository":{"id":166588088,"uuid":"641724146","full_name":"codesandtags/resume","owner":"codesandtags","description":"A repo which contains my resume, using different templates and technologies just for fun and learn more about Front-end","archived":false,"fork":false,"pushed_at":"2024-10-24T03:54:14.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-26T03:37:50.396Z","etag":null,"topics":["resume","resume-template"],"latest_commit_sha":null,"homepage":"https://www.codesandtags.io/resume/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codesandtags.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-17T03:23:32.000Z","updated_at":"2024-10-24T03:54:03.000Z","dependencies_parsed_at":"2024-10-24T06:54:46.575Z","dependency_job_id":"1fe5d314-1937-4564-8c8f-282e765e73a3","html_url":"https://github.com/codesandtags/resume","commit_stats":null,"previous_names":["codesandtags/resume"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codesandtags/resume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesandtags%2Fresume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesandtags%2Fresume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesandtags%2Fresume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesandtags%2Fresume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codesandtags","download_url":"https://codeload.github.com/codesandtags/resume/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesandtags%2Fresume/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29033386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T02:28:16.591Z","status":"ssl_error","status_checked_at":"2026-02-03T02:27:48.904Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["resume","resume-template"],"created_at":"2025-01-20T05:53:29.408Z","updated_at":"2026-02-03T04:40:11.692Z","avatar_url":"https://github.com/codesandtags.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resume\n\nCreate your resume using a JSON schema, with the ability to use multiple templates and examples created in different tecnologies.\n\n## Support\n\n- ✅ Plain HTML, JavaScript and CSS (default version)\n- ⬜️ Tailwind CSS\n- ⬜️ React\n- ⬜️ React with Nextjs\n- ⬜️ Angular\n- ⬜️ Vue\n- ⬜️ Svelte\n\nTo check the examples using these technologies, please take a look to the branches in this repository.\n\n## Resume structure\n\nA good resume contains the next sections:\n\n- **header**: Contains name and contact information, and social media.\n- **summary**: Contains a personal summary and relevant information about the experience.\n- **workExperience**: Contains a collection of the last jobs, dates, and relevant accomplishments.\n- **education**: Contains a summary of\n- **skills**: Contains a list of soft and hard skills, each one with a measure from 1 to 5.\n- **portfolio**: Contains links to showcase, like porftfolio, awards or public recognitions.\n\n## Features\n\n- Content is loaded from a JSON file\n- Sections can be change quickly\n- Support several templates (default, modern, international) @TODO\n\n## JSON Schema\n\nYou can find an example of this schema into the `schema` folder, which you can modify to get your own version of your resume.\n\nThere there is an example, how it looks like:\n\n```json\n{\n  \"header\": {\n    \"name\": \"Edwin Torres\",\n    \"location\": \"Toronto, Canada\",\n    \"role\": \"Senior Software Engineer\",\n    \"contact\": {\n      \"phone\": \"(+1) 123-456789\",\n      \"email\": \"codesandtags@gmail.com\"\n    },\n    \"socialMedia\": {\n      \"linkedin\": \"https://ca.linkedin.com/in/edwintorresdeveloper/en\",\n      \"github\": \"https://github.com/codesandtags\",\n      \"website\": \"https://www.codesandtags.io/\"\n    }\n  },\n  \"summary\": \"Highly driven software developer with a decade of experience across diverse industries including Real Estate, Payments, Health, and Finance. Specialized in Web Development, Micro Frontends, InnerSource, and Architecture Design. \u003cstrong\u003ePassionate about enhancing developer experience\u003c/strong\u003e through improved documentation and task automation.\",\n  \"workExperience\": [\n    {\n      \"jobTitle\": \"Senior Software Engineer\",\n      \"company\": \"Scotiabank, Canada\",\n      \"dates\": \"Feb 2021 - Present\",\n      \"accomplishments\": [\n        \"Implemented Backstage to increased the \u003cstrong\u003eDeveloper Experience (DX)\u003c/strong\u003e for more than \u003cstrong\u003e200 developers\u003c/strong\u003e in different regions.\",\n        \"Worked with teams in different regions across America, to promote the software reuse.\",\n        \"Advocated the InnerSource adoption at Scotiabank, and, created documentation, provided talks and guidance.\"\n      ]\n    },\n    {\n      \"jobTitle\": \"Software Architect\",\n      \"company\": \"Scotiabank, Colombia\",\n      \"dates\": \"Nov 2019 - Feb 2021\",\n      \"accomplishments\": [\n        \"Architect and write front end code for the foundation and complex features of each project.\",\n        \"Work closely with our design and UX teams to deliver next generation experiences across our applications.\",\n        \"Created technical documentation for front end aspects of the project.\"\n      ]\n    },\n    {\n      \"jobTitle\": \"Full Stack Developer\",\n      \"company\": \"Scotiabank, Colombia\",\n      \"dates\": \"Jun 2017 - Nov 2019\",\n      \"accomplishments\": [\n        \"Implemented successfully the Microfrontend architecture for 7 application in one of the most important customer flows.\",\n        \"Created and maintained group of reusable libraries for Frontend projects.\",\n        \"Lead a frontend community made of ~20 people.\"\n      ]\n    }\n  ],\n  \"education\": [\n    {\n      \"dates\": \"2023 - Present\",\n      \"institution\": \"ZTM Academy\",\n      \"certificate\": \"Machine Learning and Data Science, Online\",\n      \"accomplishments\": []\n    },\n    {\n      \"dates\": \"2008 - 2014\",\n      \"institution\": \"ECCI University\",\n      \"certificate\": \"Bachelor of Science in Computer Science, Colombia\",\n      \"accomplishments\": [\"Winner Programming Contests 2011, 2010, 2009\"]\n    }\n  ],\n  \"skills\": [\n    {\n      \"name\": \"JavaScript\",\n      \"level\": 5,\n      \"type\": \"hard\"\n    },\n    {\n      \"name\": \"Python\",\n      \"level\": 4,\n      \"type\": \"hard\"\n    },\n    {\n      \"name\": \"HTML/CSS\",\n      \"level\": 5,\n      \"type\": \"hard\"\n    },\n    {\n      \"name\": \"React\",\n      \"level\": 4,\n      \"type\": \"hard\"\n    },\n    {\n      \"name\": \"Node.js\",\n      \"level\": 4,\n      \"type\": \"hard\"\n    },\n    {\n      \"name\": \"Communication\",\n      \"level\": 5,\n      \"type\": \"soft\"\n    },\n    {\n      \"name\": \"Problem-solving\",\n      \"level\": 5,\n      \"type\": \"soft\"\n    },\n    {\n      \"name\": \"Teamwork\",\n      \"level\": 5,\n      \"type\": \"soft\"\n    },\n    {\n      \"name\": \"Creativity\",\n      \"level\": 4,\n      \"type\": \"soft\"\n    },\n    {\n      \"name\": \"Leadership\",\n      \"level\": 4,\n      \"type\": \"soft\"\n    }\n  ],\n  \"portfolio\": [\n    {\n      \"title\": \"Personal Website\",\n\n      \"link\": \"https://johndoe.com\"\n    },\n    {\n      \"title\": \"Open Source Contribution\",\n      \"link\": \"https://github.com/johndoe/project\"\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesandtags%2Fresume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodesandtags%2Fresume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesandtags%2Fresume/lists"}