Skip to content

dhrubo55/job-requirements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job Requirements

About

The goal of this project is to organize requirements found in current job listings for positions in the tech industry.:woman_technologist::man_technologist:

Contribution

ℹ️ Job Requirement data is organized by category (Data Analysis, Programming, etc.) then requirements (SQL, JavaScript, etc.) as it fits into each category.

❗ Structure commit messages as one of the following:

  • Addrequirementtocategory
  • Addframeworktorequirement
  • Add new categorycategory`

⚠️ Insert in alphabetical order 🆒 this will help all contributors avoid duplicates

GitHub Hacktoberfest combined status (suggestion label override) GitHub issues

🌟 Contribute to Job Requirement Category

⚠️ Categories should not be a job position

  • Include at least an empty array for degrees, and minimum one example requirement
"high-level category": {
  "degrees": [],
  "requirement": "url"
},
  • As new job categories are added, PRs to reorganize existing requirements may be submitted.

🌟Contribute to Job Requirement

  • Requirements are structured as name/url key/value pairs
    • URL's
      • Official documentation
      • Official user guide
      • Official certification page
"project management": {...,
    "Microsoft Project": "https://docs.microsoft.com/en-us/projectonline/project-online",
},
  • Nest frameworks under higher-level requirement
"JavaScript": {
    "AngularJS": "https://docs.angularjs.org/guide",
    "React": "https://reactjs.org/docs/getting-started.html"
}, 
  • Ensure requirement is properly cased (PR's for corrections will be accepted)
// bad
javascript
Javascript

// good
JavaScript
  • The same job requirement may be listed under multiple categories.
"data analysis": {...,
    "databases": { "MongoDB":  "https://www.mongodb.com/datasheets" }
},
"programming": {...,
    "databases": { "MongoDB":  "https://www.mongodb.com/datasheets" }
},

License

GitHub

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published