{"id":46785728,"url":"https://github.com/skoenig/jsonresume-theme-engineering","last_synced_at":"2026-03-10T01:34:42.089Z","repository":{"id":338445507,"uuid":"1157030651","full_name":"skoenig/jsonresume-theme-engineering","owner":"skoenig","description":"JSONResume theme for senior and staff level engineers.","archived":false,"fork":false,"pushed_at":"2026-03-02T11:04:08.000Z","size":1844,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-02T14:54:24.510Z","etag":null,"topics":["curriculum-vitae","cv","json","jsonresume","jsonresume-theme","resume","resume-template"],"latest_commit_sha":null,"homepage":"https://jsonresume.org/themes/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skoenig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-13T10:47:15.000Z","updated_at":"2026-03-02T11:04:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/skoenig/jsonresume-theme-engineering","commit_stats":null,"previous_names":["skoenig/jsonresume-theme-engineering"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/skoenig/jsonresume-theme-engineering","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skoenig%2Fjsonresume-theme-engineering","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skoenig%2Fjsonresume-theme-engineering/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skoenig%2Fjsonresume-theme-engineering/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skoenig%2Fjsonresume-theme-engineering/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skoenig","download_url":"https://codeload.github.com/skoenig/jsonresume-theme-engineering/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skoenig%2Fjsonresume-theme-engineering/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30320890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["curriculum-vitae","cv","json","jsonresume","jsonresume-theme","resume","resume-template"],"created_at":"2026-03-10T01:34:41.385Z","updated_at":"2026-03-10T01:34:42.071Z","avatar_url":"https://github.com/skoenig.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsonresume-theme-engineering [![](https://badge.fury.io/js/jsonresume-theme-engineering.svg)](https://www.npmjs.org/package/jsonresume-theme-engineering)\n\nThis is the engineering theme for [JSON Resume](http://jsonresume.org/), based on [jsonresume-theme-business-professional-compact](https://github.com/yechoorv/jsonresume-theme-business-professional-compact); it aims to implement the best practices for engineering resumes described in https://www.reddit.com/r/EngineeringResumes/wiki/index/.\n\nIt is intended for [senior/staff level engineers](https://www.reddit.com/r/EngineeringResumes/wiki/index/#wiki_senior_engineers_and_above_.2810.2B_yoe.29), meaning engineers who already have a professional track record. Therefore, it is possible to group several positions at a company under a single heading in order to visualize promotions. Similarly, consulting work for several projects can be displayed for a consulting agency.\n\nThis can be done by multiple work items with the same (company) name like this:\n```\n  \"work\": [\n    {\n      \"name\": \"Stripe\",\n      \"position\": \"Staff Software Engineer\",\n    },\n    {\n      \"name\": \"Stripe\",\n      \"position\": \"Senior Software Engineer\"\n    }\n  ]\n```\n\n\u003cp align=\"center\"\u003e\n  \u003ckbd\u003e\n    \u003cimg src=\"https://github.com/skoenig/jsonresume-theme-engineering/blob/main/resume.png?raw=true\" alt=\"Richard Hendriks Resume\"/\u003e\n  \u003c/kbd\u003e\n\u003c/p\u003e\n\n## Getting started\n\nTo get started with theme development, this is what you'll need:\n\n- [node.js](http://howtonode.org/how-to-install-nodejs)\n- [npm](http://howtonode.org/introduction-to-npm)\n\nIf you're on Linux, you can simply run:\n\n```\nsudo apt-get install nodejs-legacy npm\n```\n\nOr if you're on OSX and got [Homebrew](http://brew.sh/) installed:\n\n```\nbrew install node\n```\n\n### Install npm packages\n\nWe need to install the dependencies:\n\n```bash\nnpm install\n```\n\n### Render Resume\n\nIf you do not provide a `resume.json` at the root directory level, use the sample resume and render it as HTML:\n\n```\ncp sample-resume.json resume.json\nnpm run html\n```\n\nYou should now see this message:\n\n```\nYou can find your rendered resume at resume.html. Nice work! 🚀\n```\n\nCongratulations, you've made it! You can now start to modify this theme (see Contribute section below).\n\n## PDF Export\nTo export your resume in PDF format, you can run the following command below. This will automatically create a `resume.pdf` file within your current directory:\n\n```\nnpm run pdf\n```\n\nAlternatively, you can also do a **print page** on the browser and save it as as PDF (by setting margins to none and removing header/footers.)\n\n## Contribute\n\nCurrently, this theme is still based on the old [jsonresume-theme-boilerplate](https://github.com/jsonresume/jsonresume-theme-boilerplate), so a look at the README will give you an overview of the files involved in theme modification.\n\nContributions to the implementation of new functions or bug fixes are very welcome!\n\n## License\n\nAvailable under [the MIT license](http://mths.be/mit).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskoenig%2Fjsonresume-theme-engineering","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskoenig%2Fjsonresume-theme-engineering","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskoenig%2Fjsonresume-theme-engineering/lists"}