GITBOOK-1: No subject

This commit is contained in:
Amruth Pillai
2023-11-22 07:10:41 +00:00
committed by gitbook-bot
parent 77a97829c0
commit 86c0120e27
8 changed files with 71 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View File

@ -27,7 +27,8 @@
* [📢 Making your resume publicly available](product-guides/making-your-resume-publicly-available.md)
* [🖇 Importing your data from LinkedIn](product-guides/importing-your-data-from-linkedin.md)
* [📃 Creating a Multi-Page Resume](product-guides/creating-a-multi-page-resume.md)
* [Use ChatGPT to rewrite your resume](product-guides/use-chatgpt-to-rewrite-your-resume.md)
* [🧠 Use ChatGPT to rewrite your resume](product-guides/use-chatgpt-to-rewrite-your-resume.md)
* [🔄 Change the number of columns for a section](product-guides/change-the-number-of-columns-for-a-section.md)
## Contributing

View File

@ -63,7 +63,7 @@ If you have any questions, concerns, or requests regarding this Privacy Policy o
Thank you for trusting Reactive Resume with your personal information. We are committed to protecting your privacy and providing you with a valuable resume-building experience.
```
Raja Rajan Ashokan (legal name)
Amruth Pillai (legal name, Raja Rajan Ashokan)
c/o Reactive Resume
Berlin, Germany
hello@amruthpillai.com

View File

@ -4,7 +4,7 @@
Effective Date: 21st November 2023
{% endhint %}
These Terms of Service ("Terms") govern your use of the Reactive Resume app ("Reactive Resume" or "the Service"), provided by \[Your Company Name] ("we," "our," or "us"). By creating an account and using Reactive Resume, you agree to comply with and be bound by these Terms.
These Terms of Service ("Terms") govern your use of the Reactive Resume app ("Reactive Resume" or "the Service"), provided by Amruth Pillai. By creating an account and using Reactive Resume, you agree to comply with and be bound by these Terms.
**1. Account Registration**
@ -57,7 +57,7 @@ If you have any questions, concerns, or requests regarding these Terms of Servic
Thank you for using Reactive Resume!
```
Raja Rajan Ashokan (legal name)
Amruth Pillai (legal name, Raja Rajan Ashokan)
c/o Reactive Resume
Berlin, Germany
hello@amruthpillai.com

View File

@ -0,0 +1,29 @@
# 🔄 Change the number of columns for a section
In Reactive Resume, users have the option to either keep their resume sections listed one below the other for a single column layout, or they can choose a multi-column section to accommodate more information in a single row or page.
This works especially well if you need to include a larger number of social profiles, skills, or interests in a single row. However, it is not limited to any specific section.
{% hint style="info" %}
Please note that Applicant Tracking Systems (ATS) and resume parsers currently favor single-column resumes with a straightforward one-item-per-row format for optimal performance.
Yet, the landscape is poised for change as Artificial Intelligence evolves. Modern AI models, like GPTs, are now capable of quickly parsing and extracting key information from resumes, regardless of their layout or formatting, making them more versatile and efficient in handling various resume styles.
{% endhint %}
To adjust the column count for a section in your resume, navigate to the resume builder page and scroll to the section you wish to modify. Here in the example below, we have a resume using the "Bronzor" template showcasing four skills; you might notice they occupy a considerable amount of space.
<div data-full-width="true">
<figure><img src="../.gitbook/assets/Screenshot 2023-11-21 at 4.51.31PM.png" alt=""><figcaption></figcaption></figure>
</div>
Click on the menu icon next to the section title and hover over the “Columns” sub-menu. Here, you can choose between 1 to 5 columns for your section.
<figure><img src="../.gitbook/assets/Screenshot 2023-11-21 at 4.51.57PM.png" alt="" width="563"><figcaption></figcaption></figure>
Lets switch it to 4 columns, since we have 4 skills to display in a row.
<figure><img src="../.gitbook/assets/Screenshot 2023-11-21 at 4.52.07PM.png" alt="" width="563"><figcaption></figcaption></figure>
That looks much better, and thats how you change the number of columns for a specific section.

View File

@ -1,2 +1,38 @@
# Use ChatGPT to rewrite your resume
# 🧠 Use ChatGPT to rewrite your resume
ChatGPT is a very powerful tool that can help you in your resume writing process, fixing spelling and grammar errors or even with targeting your content to match a specific job description.
In this guide, I explain in detail how to export your resume from Reactive Resume as a JSON, feed it into ChatGPT along with a helpful prompt which would result in another JSON which can be imported back into Reactive Resume.
For those already familiar with the process, you can check out this conversation I had with ChatGPT where it rewrote my resume content to sound more professional and to infuse technical keywords that make the resume stand out.
First, head over to the resume you want to rewrite and scroll down to the “Export" section on the right-hand side panel. Click on the button titled “JSON" and you should immediately have downloaded a copy of your resume onto your device.
Now, let's go to ChatGPT and write a prompt that accepts a JSON as the input and ask it to rewrite the content to sound more professional. You could also give it some more context about the job description you are applying to and it should generate a result that's targeting the classified.
You could use this prompt as a reference:
{% code overflow="wrap" %}
```
You are a professional resume writer experienced in technical domains pertaining to Web Development. You are also aware of the JSON file format and must remember that the keys of the JSON file should not be changed, only the values inside of them.
You are free to rewrite the content in any field except for the values under keys such as “id", “url" or any of the entries under “metadata".
Please rewrite the content of this JSON:
"""
[paste JSON content here]
"""
```
{% endcode %}
In the above prompt, simply replace the `[paste JSON content here]` placeholder with the contents from your exported JSON file.
Now, hit **Enter** and watch the magic unfold! ✨
Once ChatGPT has finished it's response and you have the completed JSON output, copy it over and create a new file on your device with these contents. It can be called anything, but make sure it has the file extension `.json`.
Now, you can head on over back to Reactive Resume and to the Resumes Dashboard page. Here, click on the card that says “Import your resume". This opens up a dialog where you can import resumes from various sources, such as JSON Resume, LinkedIn Data Export or even previous versions of Reactive Resume.
Select “Reactive Resume" from the drop-down menu and select the file that you just created. Click on validate to ensure that the format is correct and ChatGPT has not messed up the underlying schema of the file.
If everything's green, you can now import the resume and continue working on it within the app, making further edits or immediately export it as a PDF.