Hello, everyone.Xiaofan.
write sth. upfront
Time flies, and before you know it, it's September. It is said that the golden nine and silver ten, and it is the annual golden season of job hunting and job-hopping.
I don't think I need to say more about the employment environment in these two years, which can only be described by the word miserable.
Even if the employment environment is as unpleasant as it is, there is always a job to be found after graduation, and it's impossible to nibble on old age and swing for the fences.
In these competitive times, a quality resume is certainly a knockout punch in your job search.
HR has to receive hundreds of resumes every day, and a quality resume determines HR's first impression of you.
Having said that, the purpose of today is to give you an encore of twowrite a resumeThe open source project.
With these two programs, there's no need to look around for resume templates (Purchase on a treasure trove), simply YYDS!
I. codecv resume generator
1.1 Project description
Codecv
is developed by the developeracmenlei
A carefully crafted open source project that helpsYou quickly write and generate professional resumes in the clean syntax of Markdown.
And with a huge number of templates, you can quickly export your resume after writing it as aPDF
。
Although the STARS count is currently only 591, Xiaofan is still very good with it.
1.2 Project address
/acmenlei/codecv
1.3 Local deployment of projects
You can use the author's built image to run the
docker run -d -t -p 8080:80 --name codecv --restart=always /wenyang0/codecv:latest
Or you can clone the project yourself and compile it manually
#Download Code
git clone /acmenlei/
#docker compiling
cd codecv/
docker build -t codecv:v1 .
#Starting services
docker run -d -t -p 8080:80 --name codecv --restart=always codecv:v1
Finally, browser input:http://serviceIP:ports
can be accessed
1.4 Visit to the official website
If peeps don't want to deploy locally on their own, they can also visit the Official website.
There are various types of resume templates available, just pick the one that suits you!
1.5 Curriculum vitae production
① Select the template we want
② Resume Creation
To create a resume we can choose ① WYSIWYG mode or ② markdown mode for editing.
a. The beginning of the resume is usually the applicant's basic information, you need to put personal information into the following tabs
End with ::: headStart ::: headEnd
::: headStart
::: start
! [avatar](/)
:::
## xxxx **Java Development Engineer
icon:city Kunming, Yunnan / icon:user Male / 22 years old / icon:school Freshers
icon:email coderlei@ / icon:wechat xie_zhr / icon:phone 123xxxxx223
::.
icon:github [/xiezhr](/xiezhr)
icon:gitee [/xiezhr](/xiezhr)
icon:link [personal website]()
::: end
::: headEnd
The effect is as follows
b. Insert a module
Starts with :::start :::end :::end :::add one more to add one more column
::: start
- **xxx University** - Guanghua School of Management - Business Administration - Master of Business Administration
:::
**2021.09 - 2024.07**
::: end
The effect is as follows
c. Insert icon
Or use the following syntax to insert directly
icon:gitee
c. The final effect of the curriculum vitae is as follows
③Export your resume
Once the resume is written, click the Export button in the upper right corner. The resume can be exported as
png
、md
specification
General resume after writing, will be exported to pdf sent to hr. The following is the final export results, such a style to meet your requirements?
Second, resume-design resume design
2.1 Project description
resume-design
It was written by the authorHacker233
Based on Vue3 + TypeScript + Vite + Element-plus + pinia practical
An open source resume design generator with two built-in designers, a variety of free templates to choose from, as well as customizable templates, themes, and more, which allows you to easily and quickly create a beautiful resume,
Export supportPDF
、JSON
Data. In addition, the site also provides a complete back-end management system, you can easily manage the entire site, and completely open source and free!
The project currently has1.4k starts
⭐⭐
2.2 Project address
GitHub Address:/Hacker233/resume-design
Official website:/
2.3 Project functions
- Online Production Designer (Focus on Resume Layout)
- Block Creation Designer (any layout)
- Export UHD PDF (supports copying, icons, etc.)
- Supports online and export of JSON data
- Support Word resume template download
- Support for saving drafts
- Support any change of resume theme (font, color, background, spacing, etc.)
2.4 Project deployment
① Pulling items
git clone /huajian-pro/
② Install project dependencies
cd resume-design
npm install
③ Locally run projects
Go to the project directory and execute the command:
npm dev
④ Deploy to server
Go to the project directory and execute the command:
npm build
Just upload the generated dist to the server and deploy it using nginx.
2.5 Creating a resume with two designers
The project contains two resume designers, which you can choose by yourself according to your needs. They will be introduced separately in the following subsections
2.5.1 Online Production Designer
The online production designer is mainly a first generation designer during the initial construction of the project, the functionality is not as complex;...
This designer only creates resumes and lets the user focus on the resume data without having to spend more effort on coloring, fonts, etc.
① Select the template we need
② Resume Creation
③Export your resume
Notes: I can't believe it takes points to export here.
2.5.2 Building block creation
Compared to the previous resume designer, this one is a bit more flexible, but also a bit more complicated to use, and the resume templates are a bit on the small side
Ⅰ Make a resume based on existing templates
① Selecting a Resume Template
② Resume Creation
Ⅱ Blank creation
If we are not satisfied with the existing template, we can choose to make it blank. Completely made from scratch
① Select blank production
② Drag and drop components to create a resume
III. Project strengths and weaknesses
Through Xiaofan's experience of creating a resume in a day, talk about the advantages and disadvantages of two open source projects
Pros:
① Because Xiaofan usually use markdown to write articles, for the first open source project this is a better design, simple and quick to get started!
② Both projects can be adjusted according to the personalized needs of job seekers resume style and layout, the second project design block creation will be more flexible
③ Provide a variety of resume templates for different industries to choose from
④ Both items can be exportedpdf
Formatted for easy printing and sharing
Drawbacks:
① some features need to charge (this is understandable, open source authors also need material support), but this may dissuade some people
② AI function is not supported
③ Use down will encounter some small bugs
That's the end of this installment.★,°:.☆( ̄▽ ̄)/$:.°★ 。
Hope this helps ⭐.
We'll see you next issue ヾ(-ω-`)o (●'◡'●)