Skip to content

NexZhu/SkillSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f86ee3a · Jul 21, 2020

History

24 Commits
Jul 21, 2020
Jul 21, 2020
Jul 21, 2020
Mar 4, 2016
Dec 5, 2015
Jul 21, 2020
Jul 21, 2020
Mar 20, 2018
Mar 4, 2016
Mar 4, 2016
Mar 20, 2018
Jul 21, 2020
Jul 21, 2020
Oct 21, 2019

Repository files navigation

SkillSet

A simple JSON format for skill sets and a mind map generator

Demo

Background

Initially created to help me choose technology stacks for 2015 Eleme Hackathon according to the skill sets of my teammates and me.

SkillSet can also be used to communicate skill sets and skill requirements between employers and job seekers, or to help leaders optimize assignment of tasks to teams.

SkillSet uses Baidu FEX team's Kity and KityMinder Core to generate mind maps.

Skill Levels

1: Novice
2: Intermediate
3: Advanced
4: Expert
5: Master

Example

JSON

{
  "name": "Nex Zhu",
  "skillset": {
    "Assembly Language": 2,
    "DLT": {
      ".level": 2,
      "Blockchain": 2,
      "Consensus Mechanism": 2,
      "Smart Contract": 2
    },
    "C#": 1,
    "C/C++": 2,
    "Dart": 1,
    "Data Mining": 2,
    "Data Store": {
      "NoSQL": {
        "LevelDB": 1,
        "MongoDB": 2,
        "Neo4j": 1,
        "Redis": 3
      },
      "RDBMS": {
        "MySQL/MariaDB": 2,
        "PostgreSQL": 2,
        "SQL": 2
      }
    },
    "Front-end": {
      "Angular": 1,
      "Backbone/Marionette": 3,
      "CSS": {
        ".level": 3,
        "Bootstrap": 2,
        "Foundation": 2,
        "SASS/SCSS": 2,
        "Semantic UI": 1
      },
      "HTML": 3,
      "Polymer": 1,
      "React": 2,
      "Redux": 2,
      "Underscore/Lo-Dash": 3,
      "Vue": 2,
      "jQuery": 3,
      "webpack": 2
    },
    "Functional Programming": 2,
    "Go": 3,
    "Java": {
      ".level": 3,
      "Dropwizard": 3,
      "Eclipse RCP": 1,
      "Hibernate": 2,
      "Spring": 2,
      "SWT": 1
    },
    "JavaScript": {
      ".level": 3,
      "CoffeeScript": 1,
      "TypeScript": 3
    },
    "Kotlin": {
      ".level": 2,
      "Ktor": 2
    },
    "Lua": 1,
    "Machine Learning": {
      ".level": 2,
      "NLP": 1
    },
    "MATLAB/Octave": 2,
    "Mobile": {
      "Android": 1,
      "Cordova": 1,
      "iOS": 1,
      "jQuery Mobile": 3
    },
    "Node.js": {
      ".level": 3,
      "Connect": 3,
      "Curveball": 3,
      "Express": 3,
      "FoalTS": 3,
      "hapi": 2,
      "Meteor": 2,
      "Micro": 3,
      "Sails": 3,
      "Socket.IO": 2
    },
    "Objec-Oriented Programming": 3,
    "Operation": {
      "Docker": {
        ".level": 2,
        "Docker Compose": 2
      },
      "Kubernetes": {
        ".level": 1,
        "Helm": 1
      },
      "Linux": 2,
      "Salt": 1,
      "Shell script": 1,
      "Vagrant": 1
    },
    "P2P network": 2,
    "Pascal": 2,
    "PHP": 1,
    "Python": 2,
    "Visual Basic": 1
  }
}

Generated Mind Map

skill-set.png

About

A simple JSON format for skill sets and a mind map generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published