Last active
February 8, 2023 02:38
-
-
Save simonhlee97/7d6154a939bde98b11df507915bd789c to your computer and use it in GitHub Desktop.
online 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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Simon Lee", | |
"label": "Software Developer", | |
"image": "https://picsum.photos/id/237/200/300", | |
"website": "https://simonhlee97.github.io/", | |
"email": "[email protected]", | |
"summary": "I'm a full stack web developer who has experienced a plethora of stacks and tools. From WordPress to MERN stack, Jamstack, Ruby on Rails, and even a little Django - I love to experiment and learn new approaches and ways of building applications. I am always open to learning new tools and flexible when it comes to searching for my next project or job.", | |
"location": { | |
"city": "Indianapolis", | |
"countryCode": "US" | |
}, | |
"profiles": [ | |
{ | |
"network": "twitter", | |
"username": "simonhlee97", | |
"url": "https://twitter.com/simonhlee97" | |
}, | |
{ | |
"network": "github", | |
"username": "simonhlee97", | |
"url": "https://github.com/simonhlee97" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "Encored Technologies", | |
"location": "Seoul, Korea", | |
"position": "Software Developer", | |
"startDate": "2021-07-15", | |
"endDate": "2021-08-24", | |
"summary": "Worked on frontend projects (jQuery, JavaScript) and data-visualization with HighCharts.js library.", | |
"highlights": [ | |
] | |
}, | |
{ | |
"summary": "Collaborated with a team of freelancers to redesign and rebrand a corporate website. Used collaboration tools Slack, Asana, GitHub. Also trained junior developers on how to use git, HTML, CSS, Bootstrap, so that they could quickly make small contributions.", | |
"name": "Dr English", | |
"location": "Seoul, Korea", | |
"position": "Front-end Developer (freelance)", | |
"endDate": "2020-08-19", | |
"startDate": "2020-08-11" | |
} | |
], | |
"volunteer": [ | |
{ | |
"organization": "freeCodeCamp-Seoul", | |
"position": "Member", | |
"website": "https://fcc-seoul.fly.dev/", | |
"startDate": "2020-05-01", | |
"endDate": "2023-12-31", | |
"summary": "I have helped organize events and meetups, as well as given talks on web development.", | |
"highlights": [ | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "Indiana University, Kelley School of Business (Indianapolis)", | |
"area": "Computer Information Systems", | |
"studyType": "Bachelor of Science", | |
"startDate": "1997-09-01", | |
"endDate": "2003-08-30" | |
} | |
], | |
"awards": [ | |
], | |
"publications": [ | |
], | |
"skills": [ | |
{ | |
"keywords": [ | |
"HTML5 / JSX", | |
"CSS3 / Styled Components / Tailwind", | |
"JavaScript / jQuery / ES6", | |
"React / Next.js", | |
"Vue.js" | |
], | |
"level": "Junior", | |
"name": "Frontend" | |
}, | |
{ | |
"keywords": ["Node.js", "Express.js", "Ruby", "Rails", "Python", "Postgres", "MongoDB"], | |
"level": "Junior", | |
"name": "Backend" | |
}, | |
{ | |
"keywords": ["Git", "Postman"], | |
"level": "Junior", | |
"name": "Tools" | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Native speaker" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Food", | |
"keywords": [ | |
"Blaze Pizza", | |
"Chipotle", | |
"Five Guys", | |
"Steak n Shake" | |
] | |
}, | |
{ | |
"name": "Sports", | |
"keywords": [ | |
"Tennis", | |
"Basketball", | |
"Golf" | |
] | |
} | |
], | |
"references": [ | |
], | |
"projects": [ | |
{ | |
"name": "My Book Blog", | |
"description": "Using a Next.js + Tailwind template for my book review blog.", | |
"highlights": [ | |
], | |
"keywords": [ | |
], | |
"startDate": "2022-12-24", | |
"endDate": "2023-03-24", | |
"url": "https://marbled-rye-bookshelf.vercel.app/", | |
"roles": [ | |
], | |
"entity": "Blog", | |
"type": "application" | |
}, | |
{ | |
"name": "Data Visualization", | |
"description": "Some charts about Relative Age Effect in sports.", | |
"startDate": "2022-12-11", | |
"endDate": "2023-03-24", | |
"url": "https://relative-age-effect-charts.netlify.app/" | |
} | |
], | |
"meta": { | |
"version": "v1.0.0", | |
"theme": "elegant", | |
"lastModified": "2023-02-06T15:53:00" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment