Per update from the author " Thanks for letting me know Have taken the site down until this is fixed" . Basically, the author is fixing an issue wherein resumes were serially numbered and anyone could potentially see anyone else's resumes.
If you see a 502 error, this might be the reason :-)
For others thinking of releasing a new project; if you need to take down your site, make sure you display a page with Twitter or a emailaddress form "Contact me when the site is up again"
If the first thing you require is a login, I'll instantly bounce. All I have to go on is an annoying animation and a claim that you create a professional looking CV.
My instant reaction was simply to close it and move on, but I thought I'd at least come here to tell you why.
I've upvoted the submission because I want to encourage others to provide their opinions, which might be different from mine.
Added in edit: And I use neither Google+ nor LinkedIn, so I couldn't sign in anyway.
I made a LaTeX template for Pandoc, so one can write a resume in Markdown (and some YAML) and generate a PDF (or LaTeX). It's on GitHub: https://github.com/john-bokma/resume-pandoc
I used md + pandoc for my resume before as well, but I wanted some more possibilities in changing the layout of the pdf.
I remember needing to do some stuff in LaTeX to do that but I don't know that very well.
So I took a different approach with node.
I have a yaml file with my cv data [1] in it and I render this in an ejs template to html+css. That html then gets transformed to a pdf.
The result can be seen here [2]
And the source code here [3]
LaTeX or TeX is a good way, especially if you're sending select people the PDFs directly, not putting it into some awful resume farm that tries to process it into some other form (and then someone possibly uses the badly-processed resumes as an excuse to cull, or resumes simply never show up in searches, or processed resumes look bad when someone sees it).
My current one, which I'm determined to keep to one page, starts like the below, in which I often have to tweak things like page margins and vertical gaps (until recently, it was 11pt, and I'd prefer 12pt). I also recently experimented with putting everything in a single chronology, including degrees, and dropping headings, with no separate skills section. I have no idea what's better, so I'm just reconciling the resume with personal style, which says one page, schools are a privilege rather than a bragging point, experience is more important than keyword spamming, and I don't want a keyword-searched job anyway.
I used LaTex in college, to typeset all my essays. I also used it in my creative writing class, and people were amazed that I was able to add line numbers to my work so we could easily discuss it by referring to line numbers! I'm pretty sure I got better grades in all my writing based classes based solely on the fact that I used LaTex to typeset my work.
The last time I wrote a resume[0] I used LaTex to do it too, and I provide the LaTex source[1] on my website. I've seen bits of it show up in other people's resumes, which is exactly what I want to happen! But what was funny was how often people would say "boy this looks so clean and professional!". Pretty sure I got some interviews just because of how "pretty" my resume was.
> I've seen bits of it show up in other people's resumes, which is exactly what I want to happen!
Shouldn't you attach some kind of license to the TeX file, then? Right now, it just holds your copyright and everyone stealing parts of it is presumably in copyright violation.
I had to recently redo my CV, I made the previous one in InDesign but I needed to work on it both on Linux and Windows so I aimed for something easily editable and portable.
I tried creating in markdown and converting it to pdf with pandoc but the result wasn't that great since I could not style it, I discarded LaTeX too since I didn't really have the time to learn a new tool.
After a bit I settled on HTML and SCSS, I also written a small Dart script to compile to CSS using lib-sass, converting to pdf is really easy since I just print the page directly from the browser. While writing it I also discovered that there are certain CSS media queries just for printing a page, I used it hide certain elements when saving to pdf so I can have just one source for both browser and print.
If you're in a rush I suggest you take this approach into consideration.
If you want to have a look here's the links to the hosted version and the source.
I had a very hard time getting interviews for the longest time. It turned out that the main problem was my LaTeX PDF resume and the class file I had made for it. The automatic parsers attached to every online application had a very hard time extracting the information appropriately, and I believe as a consequence that that information never made it to hiring managers' eyeballs.
If submitting to online applications, either use a very simply formatted LaTeX class file or do it in Word. Everything reads Word now, since it's basically fancy XML.
I went down this route in the past using things like https://jsonresume.org/ and even latex to create lovely PDF outputs. The thing is, most people want the least friction in viewing your Resume/CV and the best results I get now is from a public link to a Google Doc. This lets anyone view in the browser, copy and paste is not an issue and the can export it as doc/pdf directly if they wish.
This is true, though I've found personally that there is an unintended niceness to having your resume down in LaTeX/PDF: recruiters can't break the formatting by adding their ugly logo on the top.
This probably is an outlier, but about 6 years ago, I had a resume that I wrote in the typical .docx format, a recruiter added their logo on the top, all the bullets became misaligned, and during the interview, the interviewer actually asked why I would submit such an unprofessional thing for a place that I expected to work (though he said it more politely than that). Lord knows how many people saw it and turned up even giving me an interview because of it.
After that incident, I redid it in LaTeX, and whenever I talk to recruiters who ask for my resume in a Word/Google Docs format, I tell them "I don't own a copy of MS Word, but here's a link to the TeX source!". I've never had anyone ever push back after that, and since most non-engineers don't know how to use TeX, they don't break the formatting.
HR systems are automated. The system parses your submitted cv and enters the info into a database.
Do you think a human being looks at your cv? Unlikely.
You need something more to get out of the slush pile.
Like, making sure all of the words in the job description are in your cv. Every. Single. One. There may be other techniques. Every system (can be) (has already been) gamed.
Frustration with automated HR systems is what drives so many to try to contact individuals inside a company.
Do you know how many applicants Facebook gets for an advertised position? 10,000 or more.
Even for non-computer related positions, such as real estate acquisition for their new data center project. There are simply too many cv's to review by decision makers, so they don't get reviewed.
The same applies for all the large tech companies.
If you get a formal, face to face interview, by all means bring several copies of your nicely-formatted cv.
But remember:
a cv is advertising.
Especially at the early stages.
For comparison, I set myself up with a LaTeX CV about 20 years ago and have used it ever since. For those occasions that required Word I pasted it from the PDF. I also have a small Makefile to "build" it.
I used to write my resume with LaTeX, but the last time I was job hunting I decided to take a different approach - now I keep my resume as a single semantic HTML document, and I apply useful categories and tags (as classes) to each bit of job experience/accomplishment/education I have listed, and I have a bit of javascript that makes it easy to hide portions from the printed version (via css print styles).
I do it this way because it allows me to keep all of my experience and history in one single place, while also making it easy to create reduced subsets tailored to specific jobs.
Since I can't see this while it's being updated, question: Does it use the JsonResume standard? Even if there is an UI for building the resume, storing (and potentially allowing uploading of) the data in a standard that currently exists seems like a good idea.
It is a shame that it has been down almost since it was posted, I see from your history that you were looking to sell the site eight months ago. Is that still the case, if not what changed?
[+] [-] vmurthy|6 years ago|reply
[+] [-] TheChaplain|6 years ago|reply
[+] [-] bitbatbangboo|6 years ago|reply
[deleted]
[+] [-] ColinWright|6 years ago|reply
My instant reaction was simply to close it and move on, but I thought I'd at least come here to tell you why.
I've upvoted the submission because I want to encourage others to provide their opinions, which might be different from mine.
Added in edit: And I use neither Google+ nor LinkedIn, so I couldn't sign in anyway.
[+] [-] soccer3056|6 years ago|reply
It's my first project, so I am still learning things
[+] [-] geekamongus|6 years ago|reply
[+] [-] jjjbokma|6 years ago|reply
It needs a LaTeX install, and Pandoc, of course as explained in http://johnbokma.com/blog/2017/05/17/installing-latest-pando... The instructions are for Ubuntu 17.04 but work for 19.04 as well (tested this weekend).
Example resume: http://castleamber.com/documents/perl-programmer-john-bokma-... (PDF).
[+] [-] resurge|6 years ago|reply
So I took a different approach with node. I have a yaml file with my cv data [1] in it and I render this in an ejs template to html+css. That html then gets transformed to a pdf. The result can be seen here [2] And the source code here [3]
[1]: https://gitlab.com/jeroenpelgrims/resume/blob/master/resume....
[2]: http://jeroenpelgrims.gitlab.io/resume/resume.pdf
[3]: https://gitlab.com/jeroenpelgrims/resume
[+] [-] cocoa19|6 years ago|reply
[+] [-] gpestll|6 years ago|reply
[+] [-] soccer3056|6 years ago|reply
[+] [-] hprotagonist|6 years ago|reply
[+] [-] neilv|6 years ago|reply
My current one, which I'm determined to keep to one page, starts like the below, in which I often have to tweak things like page margins and vertical gaps (until recently, it was 11pt, and I'd prefer 12pt). I also recently experimented with putting everything in a single chronology, including degrees, and dropping headings, with no separate skills section. I have no idea what's better, so I'm just reconciling the resume with personal style, which says one page, schools are a privilege rather than a bragging point, experience is more important than keyword spamming, and I don't want a keyword-searched job anyway.
[+] [-] mlurp|6 years ago|reply
[+] [-] jedberg|6 years ago|reply
The last time I wrote a resume[0] I used LaTex to do it too, and I provide the LaTex source[1] on my website. I've seen bits of it show up in other people's resumes, which is exactly what I want to happen! But what was funny was how often people would say "boy this looks so clean and professional!". Pretty sure I got some interviews just because of how "pretty" my resume was.
[0] https://www.jedberg.net/Jeremy_Edberg_Resume.pdf
[1] https://www.jedberg.net/Jeremy_Edberg_Resume.tex
[+] [-] beefhash|6 years ago|reply
Shouldn't you attach some kind of license to the TeX file, then? Right now, it just holds your copyright and everyone stealing parts of it is presumably in copyright violation.
[+] [-] leemailll|6 years ago|reply
[+] [-] alien1993|6 years ago|reply
I tried creating in markdown and converting it to pdf with pandoc but the result wasn't that great since I could not style it, I discarded LaTeX too since I didn't really have the time to learn a new tool.
After a bit I settled on HTML and SCSS, I also written a small Dart script to compile to CSS using lib-sass, converting to pdf is really easy since I just print the page directly from the browser. While writing it I also discovered that there are certain CSS media queries just for printing a page, I used it hide certain elements when saving to pdf so I can have just one source for both browser and print.
If you're in a rush I suggest you take this approach into consideration.
If you want to have a look here's the links to the hosted version and the source.
https://www.silvanocerza.com/resume/
https://github.com/silvanocerza/resume/
[+] [-] uoaei|6 years ago|reply
I had a very hard time getting interviews for the longest time. It turned out that the main problem was my LaTeX PDF resume and the class file I had made for it. The automatic parsers attached to every online application had a very hard time extracting the information appropriately, and I believe as a consequence that that information never made it to hiring managers' eyeballs.
If submitting to online applications, either use a very simply formatted LaTeX class file or do it in Word. Everything reads Word now, since it's basically fancy XML.
[+] [-] pseingatl|6 years ago|reply
[+] [-] unknown|6 years ago|reply
[deleted]
[+] [-] francis-io|6 years ago|reply
[+] [-] tombert|6 years ago|reply
This probably is an outlier, but about 6 years ago, I had a resume that I wrote in the typical .docx format, a recruiter added their logo on the top, all the bullets became misaligned, and during the interview, the interviewer actually asked why I would submit such an unprofessional thing for a place that I expected to work (though he said it more politely than that). Lord knows how many people saw it and turned up even giving me an interview because of it.
After that incident, I redid it in LaTeX, and whenever I talk to recruiters who ask for my resume in a Word/Google Docs format, I tell them "I don't own a copy of MS Word, but here's a link to the TeX source!". I've never had anyone ever push back after that, and since most non-engineers don't know how to use TeX, they don't break the formatting.
[+] [-] pseingatl|6 years ago|reply
[+] [-] pjc50|6 years ago|reply
https://flatline.org.uk/cv.tex.txt
The trouble with this is resisting the temptation to make it look ""just right"" and instead go with minimally-altered defaults.
[+] [-] i_are_smart|6 years ago|reply
I do it this way because it allows me to keep all of my experience and history in one single place, while also making it easy to create reduced subsets tailored to specific jobs.
[+] [-] rishiloyola|6 years ago|reply
[+] [-] LocalPCGuy|6 years ago|reply
[+] [-] stevekemp|6 years ago|reply
[+] [-] unknown|6 years ago|reply
[deleted]
[+] [-] unknown|6 years ago|reply
[deleted]
[+] [-] blacksoil|6 years ago|reply
[+] [-] philshem|6 years ago|reply
https://news.ycombinator.com/item?id=20163506