Coder Social home page Coder Social logo

resume's Introduction

Paul Wagner's Resume

This project presents my resume - or any given resume in JSON Resume Schema format (https://jsonresume.org/) - with ReactJS, using Gulp, Babel, and Browserify to compile the ES6 code to a single ES5 bundle.

StackShare

Getting started

  1. Clone the repo and run npm install
  2. Gulp should be installed globally (npm install -g gulp)
  3. Adapt src/resume.json according to your needs.
  4. Development mode: npm start or npm run dev
  5. Tests (mocha): npm test or npm run test:watch
  6. Build dist: npm run build

Private vs Public Resume

By default, the phone number and exact address will not be displayed in the Contact component. A hint is shown instead. If your résumé contains sensitive data that you don't want to publish to the whole world, you can create a resume.private.json file in src, which contains the full information, and delete the unwanted fields in resume.jon You can then develop and build the private resume based on resume.private.jon using the following commands:

  • npm run dev:private
  • npm run build:private

Remarks

In order to provide more information, I had to extend the JSON Resume Schema with additional fields:

  • isPrivate (should be set to true in resume.private.json and false in the public resume.json)
  • basics.birthday
  • basics.children
  • basics.citizenship
  • basics.location.countryName
  • basics.quote.text
  • basics.quote.author
  • education[].educationType
  • education[].remark
  • publications[].keywords
  • publications[].isOffline

Demo

My public resume can be viewed at http://resume.appgarage.at.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.