Last active
June 15, 2025 21:01
-
-
Save cmho/5d3b0e87cf4e8d9c05d70da52258e830 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
| { | |
| "basics": { | |
| "name": "Carly Ho", | |
| "label": "Prettiest Princess of Computer Science", | |
| "picture": "https://example.com/photo.jpg", | |
| "email": "[email protected]", | |
| "phone": "(651) 472-1673", | |
| "website": "https://carly.website", | |
| "summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.", | |
| "location": { | |
| "address": "330 Adams Ave", | |
| "postalCode": "60022", | |
| "city": "Glencoe", | |
| "countryCode": "US", | |
| "region": "IL" | |
| }, | |
| "profiles": [ | |
| { | |
| "network": "LinkedIn", | |
| "username": "carlymho", | |
| "url": "https://www.linkedin.com/in/carlymho" | |
| }, | |
| { | |
| "network": "Github", | |
| "username": "cmho", | |
| "url": "https://github.com/cmho" | |
| } | |
| ], | |
| "url": "carly.website" | |
| }, | |
| "work": [ | |
| { | |
| "name": "", | |
| "position": "Freelance", | |
| "startDate": "2023-02", | |
| "endDate": "", | |
| "location": "Glencoe, IL", | |
| "url": "", | |
| "summary": "", | |
| "description": "", | |
| "highlights": [] | |
| }, | |
| { | |
| "name": "Glaser Weil Fink Howard Jordan & Shapiro LLP", | |
| "position": "IT Helpdesk Associate", | |
| "startDate": "2024-10", | |
| "endDate": "2025-04", | |
| "location": "Los Angeles, CA", | |
| "url": "https://glaserweil.com/", | |
| "summary": "", | |
| "description": "", | |
| "highlights": [] | |
| }, | |
| { | |
| "company": "Perry Street Software", | |
| "position": "Server Engineer", | |
| "website": "https://perrystreet.com", | |
| "startDate": "2023-05-14", | |
| "endDate": "2024-01-08", | |
| "summary": "wip", | |
| "highlights": [ | |
| "item one", | |
| "item two" | |
| ], | |
| "name": "Perry Street Software" | |
| }, | |
| { | |
| "company": "Philosophie by Infobeans (now Accelerate)", | |
| "position": "Lead Engineer", | |
| "website": "https://infobeans.com/accelerate", | |
| "startDate": "2022-08-01", | |
| "endDate": "2023-01-31", | |
| "summary": "Co-founded General Electric, one of the largest and most diversified industrial corporations in the world.", | |
| "highlights": [] | |
| }, | |
| { | |
| "company": "Amount", | |
| "position": "Product Development Associate", | |
| "website": "https://amount.com/", | |
| "startDate": "2020-12-14", | |
| "endDate": "2022-07-31", | |
| "summary": "", | |
| "highlights": [] | |
| }, | |
| { | |
| "company": "Clique Studios", | |
| "position": "Senior Engineer", | |
| "website": "https://cliquestudios.com/", | |
| "startDate": "2016-02-01", | |
| "endDate": "2020-12-11", | |
| "summary": "", | |
| "highlights": [] | |
| }, | |
| { | |
| "company": "Sittercity", | |
| "position": "Front-End Engineer", | |
| "website": "https://sittercity.com/", | |
| "startDate": "2012-10-01", | |
| "endDate": "2016-01-31", | |
| "summary": "", | |
| "highlights": [] | |
| } | |
| ], | |
| "volunteer": [ | |
| { | |
| "organization": "North Shore Radio Club", | |
| "position": "Webmaster", | |
| "website": "https://ns9rc.org", | |
| "startDate": "2023-01-01", | |
| "summary": "Conducted research and experiments leading to numerous patents and innovations.", | |
| "highlights": [ | |
| "Developed the phonograph, a device for recording and reproducing sound.", | |
| "Invented the motion picture camera, contributing to the birth of the film industry." | |
| ] | |
| } | |
| ], | |
| "education": [ | |
| { | |
| "institution": "Northwestern University", | |
| "area": "Computer Science", | |
| "studyType": "Bachelor of Science", | |
| "startDate": "2007-09-30", | |
| "endDate": "2011-06-10", | |
| "gpa": "", | |
| "courses": [ | |
| "Adjunct Major, Animate Arts" | |
| ] | |
| }, | |
| { | |
| "institution": "Oakton College", | |
| "area": "Paralegal Studies", | |
| "studyType": "Certificate", | |
| "startDate": "2025-06", | |
| "endDate": "", | |
| "score": "", | |
| "courses": [] | |
| } | |
| ], | |
| "awards": [], | |
| "publications": [], | |
| "skills": [ | |
| { | |
| "name": "Computer Programming", | |
| "level": "Expert", | |
| "keywords": [ | |
| "HTML", | |
| "CSS", | |
| "Javascript", | |
| "Typescript", | |
| "Ruby", | |
| "Python", | |
| "Ruby on Rails", | |
| "React", | |
| "Next.js", | |
| "Java", | |
| "PHP", | |
| "SQL" | |
| ] | |
| } | |
| ], | |
| "languages": [ | |
| { | |
| "language": "English", | |
| "fluency": "Native speaker" | |
| }, | |
| { | |
| "language": "Spanish", | |
| "fluency": "Advanced" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment