My resume.json Project with Resume Schema
#499
neviaumi
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings
Hi everyone! 👋
I wanted to take a moment to share a project I’ve been working on, **
resume.json**, which leverages the power of modern tooling to structure resumes in a JSON-friendly format. It might be a useful resource or inspiration for others working with theresume-schema.Overview of the Project
resume.jsonis a personal project where I structure my professional resume using JSON. Alongside this, I’ve built a web interface for viewers to browse the resume in a structured and visually appealing format.Here's what the project offers:
json-resume) for reusable resume elements.Example Usage of
json-resumeWeb ComponentThe
json-resumeweb component provides functionality to customize the navigation and footer of your resume. It includes three main slots for usage:pdf-version-navigate-linkThis slot allows navigation to the PDF version of the resume.
web-version-navigate-linkThis slot allows navigation to the web (HTML) version of the resume. However, this link is only visible during
@media printmode to guide users printing from the web version.footerA self-explanatory slot where you can add any HTML element to appear at the bottom of your resume page or section.
Here is an example usage of the
footerslot.These navigations make it easier for users to switch between PDF and HTML renderings seamlessly while maintaining clear printability and responsive capabilities.
Current Limitations (Work in Progress)
One outstanding challenge I’m tackling relates to ATS (Applicant Tracking System) compatibility. Here’s the issue in detail:
How It Relates to Resume Schema
The structure of my JSON resume draws from schema-based workflows like
resume-schema. Leveraging these standards has helped me maintain consistency, portability, and ease of validation.I’d love feedback from the community on aligning even further with the
resume-schemastandards or advice on handling the AST-related problem.Closing Note
Let me know your thoughts or suggestions for improvement! I see this as an evolving project and welcome input from the amazing contributors in the
resume-schemacommunity. A special thanks to the maintainers here for standardizing how resumes can be structured and shared 👏.Feel free to check out and contribute to
resume.json. 🚀Beta Was this translation helpful? Give feedback.
All reactions