You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/using-your-github-profile-to-enhance-your-resume.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ topics:
8
8
shortTitle: Enhance your resume
9
9
---
10
10
11
-
## How can my {% data variables.product.github %} profile enhance my resume?
11
+
## How can my {% data variables.product.github %} profile help with my job search?
12
12
13
13
When you include a link to your {% data variables.product.github %} profile in your resume, you showcase your skills and experience to potential employers. In this article, you'll find practical tips for preparing your {% data variables.product.github %} profile for a job search.
14
14
@@ -38,7 +38,7 @@ For instructions for creating a profile README, see [AUTOTITLE](/account-and-pro
38
38
39
39
> [!NOTE] Updating and customizing your profile README also helps demonstrate fluency using Markdown and HTML, which are useful skills for technical jobs. To show off your skills for potential employers, look for ways to use more advanced Markdown or HTML elements in your profile README.
40
40
41
-
## Step 3: Choose projects to showcase
41
+
## Step 3: Showcase your best projects
42
42
43
43
Pick your favorite 3-5 projects to highlight for your job application. For the best chances at an interview, pick projects that show your diverse skills and are relevant to your specific job search.
44
44
@@ -53,7 +53,7 @@ Repositories you pin will be prominently displayed on your profile, allowing you
53
53
54
54
To get started, click **Customize your pins** in the "Popular repositories" section of your profile.
55
55
56
-
## Step 4: Prepare the projects you want to showcase
56
+
## Step 4: Improve your showcased projects
57
57
58
58
Hiring managers usually consider many applicants for each role. Expect that they will only look at your projects for a couple minutes. To give the best impression during this brief time, you should make your projects easy to understand and explore.
59
59
@@ -89,13 +89,13 @@ To give the best impression, you'll want to make sure that hiring managers can u
89
89
* Simplify complex functions, break down large classes, and remove redundant code
90
90
* Provide tests to validate that your code is working as expected
91
91
92
-
You can use [{% data variables.product.prodname_copilot_extension_vsc %}](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) to interact with {% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_vscode_shortname %}. Here, {% data variables.product.prodname_copilot_short %} can help answer more specific questions about your project, make edits across multiple files, provide suggestions for simplifying your code, and write tests. For more information, see [AUTOTITLE](/copilot/using-github-copilot/guides-on-using-github-copilot/writing-tests-with-github-copilot).
92
+
It might be easiest to make these changes locally in {% data variables.product.prodname_vscode_shortname %}, using the {% data variables.product.prodname_copilot_extension_vsc %}. For example, when you start typing a line comment, {% data variables.product.prodname_copilot_short %} can automatically suggest the rest of the comment.
93
93
94
94
### Update your project's dependencies
95
95
96
-
To showcase your understanding of security best practices, ensure your project is using the latest versions of any dependencies. You can use {% data variables.product.prodname_dependabot_alerts %} and security updates to view alerts about dependencies with known security vulnerabilities. For more information, see [AUTOTITLE](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts).
96
+
To showcase your understanding of security best practices, ensure your project is using the latest versions of any dependencies. {% data variables.product.prodname_dependabot %} can alert you to security vulnerabilities in your dependencies and generate pull requests that will update your project to the latest version. See [AUTOTITLE](/code-security/getting-started/dependabot-quickstart-guide).
97
97
98
-
## Looking forward: Maintaining your projects
98
+
## Extra credit: Maintaining your projects
99
99
100
100
Your profile is now ready to be included on your resume! The changes you made today will have a big impact on your job search and will make your {% data variables.product.github %} profile stand out to hiring managers.
0 commit comments