This is worth sharing: Thomas Davies (jsonresume.org) has made a online resume host and formatter, so long as your resume is in JSON format. Let’s check it out…

This tool, jsonresume look quite nifty. It takes a JSON blob and turns it into a well formatted resume that you can share on the web:

{
  "basics": {
    "name": "Dr. Jas Powell",
    "label": "Experienced team leader, manager and mentor with a sleeves-up attitude to design and development",
    "image": "https://avatars0.githubusercontent.com/u/100204215?s=460&v=4",
    "summary": "Enabling tech start-ups to scale their seed ideas to mass market products. Serious about building technology teams that innovate and win.  I've worked mostly at startups so I am used to wearing many hats. I have a strong background in hands-on software and firmware engineering, security and cryptography, dev-ops, test and system architecture.",
    "website": "https://heyjdp.github.io",
    "email": "jas@davepowell.net",
    "phone": "+357 96 431 656",
    "location": {
      "city": "Larnaca",
      "countryCode": "CY"
    }
  }
}

The exact JSON schema is available at: https://jsonresume.org/schema/

Here is an example of the output from my resume file: https://registry.jsonresume.org/heyjdp?theme=kendall

Example output of the JSON Resume fomatter with theme Kendall

There are many themes available too, you just need to change the URL to change theme, which is nice! Also there is a QR code generator.

I did have some challenges getting the node application on the command line to export a PDF file for me. But my thoughts on node and npm and the dependency hell are well known, we don’t need to get into that all over again.

If you would like to play or find out more, the gihub is available from Thomas Davies here: https://github.com/jsonresume

My personal resume is loaded into a Github Gist here: https://gist.github.com/heyjdp/ - make sure that you name your Gist resume.json and it is a public Gist, and then you can great your resume by going to URL: https://registry.jsonresume.org/heyjdp