-
-
Notifications
You must be signed in to change notification settings - Fork 268
Open
Labels
Type: ContentContent additions or updatesContent additions or updates
Description
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
Labels
Type: ContentContent additions or updatesContent additions or updates