Skip to content

Add Resources to the Job Hunt Page -- Do Not Close This Issue! #1353

@adiati98

Description

@adiati98

Description

Let's add resources related to job search for developers. They can be guides, tips, or others.

How to Add a Resource

  • Follow the instructions on the README to set up your local environment.

  • Create a branch.

     git checkout -b BRANCH-NAME

    Change BRANCH-NAME to the category of the resource you're adding. For example: add-interview-resource.

  • Go to src/content/resources/developer-resources/job-hunt.

  • Create a (or find the) file to add your resource. Here are some examples:

    • career-goals-setting-and-progress-tracking.mdx: for resources related to career goals setting and applications progress tracking. For example, how to set goals for job searching, recommended tools for progress tracking, etc.
    • career-negotiation.mdx: for resources related to career negotiation. For example, how to negotiate salary, work/life balance, etc.
    • developer-interview-prep.mdx: for resources related to interview preparation. For example, elevator pitches, interview questions, dos and don'ts, etc.
    • developer-job-boards.mdx: for recommended job searching websites.
    • developer-networking.mdx: for resources related to networking with other developers that can lead to job opportunities.
    • developer-personal-brand.mdx: for resources related to building a personal brand as a developer. For example, how to update LinkedIn and GitHub profiles, how to make your portfolio stand out for job searches, etc.
    • developer-resume.mdx: for resources related to resume. For example, how to tailor your resume, recommended websites to create a resume, etc.
  • Using Markdown, add the link of your resource in an unordered list.

    - [Resource Title](URL)

    For example:

    - [Job Hunt](https://virtualcoffee.io/resources/developer-resources/job-hunt)
  • Add and commit your changes.

  • Push your branch up to your fork.

  • Create a Pull Request. In the "Linked Issue" section, type Relates to #1353.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: ContentContent additions or updates

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions