cv VS faq2html

Compare cv vs faq2html and see what are their differences.

cv

Deprecated, see https://github.com/denysvitali/cv-2/ instead (by denysvitali)

faq2html

Convert a structured docx file with FAQs to html. (by abhishekbasu)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cv faq2html
3 1
5 1
- -
10.0 10.0
over 4 years ago over 1 year ago
TeX Python
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cv

Posts with mentions or reviews of cv. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-03.
  • Ask HN: Tool to create a CV/resume in 2023
    2 projects | news.ycombinator.com | 3 Feb 2023
    Switched from a LaTeX based CV [1] (source [2]) to a Vue based one [3] (source [4]).

    My new CV is more maintainable and I can do things that aren't really straightforward with LaTeX (multi page table), but one of the issues is rendering it to PDF. So far the best solution I've found is to use Puppeteer.

    In any case I think that the result is pretty cool (https://cv.denv.it), but almost no one accepts "web based CVs" (or at least, they are not that common).

    [1]: https://github.com/denysvitali/cv/raw/master/main.pdf

    [2]: https://github.com/denysvitali/cv

    [3]: https://cv.denv.it/

    [4]: https://github.com/denysvitali/cv-2

  • Make a Resume in LaTeX from Scratch
    12 projects | news.ycombinator.com | 24 Jan 2023
    Same but I switched to a web page (with Vue) instead, that can be printed as a PDF.

    Definitely more manageable, especially when it comes to alignment, multi-page tables and fonts.

    Previous template: https://github.com/denysvitali/cv

  • Ask HN: Why isn't there any standard for machine readable CV's?
    2 projects | news.ycombinator.com | 7 Jun 2022
    +1

    I too have my CV made with LaTeX and using a modified template I've found.

    https://github.com/denysvitali/cv/blob/master/main.pdf

    The interesting part is that I can version my CV (actually, this one here is already pretty old), and run a CI job to build the document (which in this case I chose to version along with the repository - I know, bad choice).

    Overall it's as you say, you can just edit a line (even with your phone) and you're good to go.

faq2html

Posts with mentions or reviews of faq2html. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-24.
  • Make a Resume in LaTeX from Scratch
    12 projects | news.ycombinator.com | 24 Jan 2023
    While HTML and other markup languages are great, I wonder if there is a way to use a word processor while creating the document - focusing only on content (spellcheck, etc.) and not on formatting or on syntax. Then, a context specific converter (that is specific to the type of content - a resume, a newsletter, a FAQ page, etc.) takes care of adding the formatting and publishing it.

    As an example, recently, I had to create a bunch of FAQ pages, and I created a tool like [1]. While Pandoc can be used, I still need to worry about (at least basic) formatting the doc while typing it out in the word processor to make it look good in the HTML output.

    [1] https://github.com/abhishekbasu/faq2html

What are some alternatives?

When comparing cv and faq2html you can also consider the following projects:

resume

cv-2 - An improved version of my CV (Resume) written in Vue

resume

latex-project - Bootstrap a new LaTeX project in less than a minute.