Last active
February 3, 2026 00:36
-
-
Save rioredwards/de30a258d908819312a2e48bcd191c37 to your computer and use it in GitHub Desktop.
JSON Resume - Rio Edwards
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
| { | |
| "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
| "basics": { | |
| "name": "Rio Edwards", | |
| "label": "Software Engineer", | |
| "email": "[email protected]", | |
| "phone": "(971) 420-5276", | |
| "url": "https://rioedwards.com", | |
| "summary": "Detail-oriented full-stack engineer building maintainable, user-centric solutions.", | |
| "profiles": [ | |
| { | |
| "network": "LinkedIn", | |
| "username": "rio-edwards", | |
| "url": "https://linkedin.com/in/rio-edwards" | |
| } | |
| ] | |
| }, | |
| "work": [ | |
| { | |
| "name": "Experiential", | |
| "position": "Co-founder & Software Engineer", | |
| "startDate": "2024-07", | |
| "endDate": "2025-11", | |
| "highlights": [ | |
| "Developed a HIPAA-compliant file management system for a team of 30+ professionals.", | |
| "Led the development of 3 full-stack applications from conception to delivery.", | |
| "Rapidly gained proficiency in mobile and cloud development to meet project demands." | |
| ] | |
| }, | |
| { | |
| "name": "Code The Dream", | |
| "position": "Cohort Instructional Lead", | |
| "startDate": "2024-01", | |
| "endDate": "2025-06", | |
| "highlights": [ | |
| "Taught 200+ students core web technologies including JavaScript and React.", | |
| "Produced 40+ hours of video lectures, all available on my YouTube channel.", | |
| "Reviewed 100+ assignments, giving tailored feedback to ensure students' success." | |
| ] | |
| }, | |
| { | |
| "name": "Code For PDX", | |
| "position": "Frontend Engineer", | |
| "startDate": "2023-09", | |
| "endDate": "2024-11", | |
| "highlights": [ | |
| "Implemented dozens of responsive React components, optimized for accessibility.", | |
| "Applied agile methodologies, TDD, and CI/CD to enforce safe, scalable code.", | |
| "Participated in project planning and code reviews, driving team success." | |
| ] | |
| } | |
| ], | |
| "education": [ | |
| { | |
| "institution": "Alchemy Code Lab", | |
| "area": "Fullstack Development", | |
| "studyType": "Certificate", | |
| "endDate": "2023-02" | |
| }, | |
| { | |
| "institution": "Portland Community College", | |
| "area": "General Studies", | |
| "studyType": "Associate", | |
| "endDate": "2022-03" | |
| } | |
| ], | |
| "certificates": [ | |
| { | |
| "name": "AWS Certified Cloud Practitioner", | |
| "issuer": "AWS", | |
| "date": "2024-08" | |
| } | |
| ], | |
| "skills": [ | |
| { | |
| "name": "Languages", | |
| "keywords": ["JavaScript", "TypeScript", "Swift", "Python", "SQL", "HTML", "CSS"] | |
| }, | |
| { | |
| "name": "Frameworks & Libraries", | |
| "keywords": ["React", "React Native", "Next.js", "Node.js", "Express"] | |
| }, | |
| { | |
| "name": "Additional Tools & Platforms", | |
| "keywords": ["AWS", "GCP", "Figma", "Asana"] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment