Skip to content

Instantly share code, notes, and snippets.

@hoodwink73
Last active August 11, 2019 14:30
Show Gist options
  • Save hoodwink73/e639373acb17a4e4b18e04eac1a63bf7 to your computer and use it in GitHub Desktop.
Save hoodwink73/e639373acb17a4e4b18e04eac1a63bf7 to your computer and use it in GitHub Desktop.
A list of professional roles. Extracted from Angel List and Mixpanel
export const USER_JOB_ROLES = new Map([
[
"Software Engineer",
[
"Mobile Developer",
"Frontend Developer",
"Backend Developer",
"Full-Stack Developer",
"Engineering Manager",
"QA Engineer",
"DevOps",
"Software Architect",
"Designer",
"UI/UX Designer",
"User Researcher",
"Visual Designer",
"Creative Director"
]
],
[
"Engineering",
["Hardware Engineer", "Mechanical Engineer", "Systems Engineer"]
],
["Product", ["Data Scientist", "Product Manager", "Project Manager"]],
["Bussiness", ["Attorney", "Business Analyst"]],
[
"Operations",
[
"Finance/Accounting",
"H.R.",
"Office Manager",
"Recruiter",
"Customer Service",
"Operations Manager"
]
],
[
"Sales",
[
"Business Development",
"Sales Development",
"Account Executive",
"BD Manager",
"Account Manager",
"Sales Manager"
]
],
["Marketing", ["Growth Hacker", "Marketing Manager", "Content Creator"]],
["Management", ["CEO", "CFO", "CMO", "COO", "CTO"]]
]);
export const USER_JOB_ROLES = [
"Executive (C-Level or Founder)",
"Product",
"Design and UX",
"Engineering",
"Marketing",
"Analytics and Data Science",
"Support",
"Sales",
"Success",
"Growth",
"Community",
"Other"
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment