Do you have a good LaTeX template for it. I did make a data driven based LaTeX pdf for my resume but it’s a nightmare when applying for jobs these days, since they have that ATS parser nonsense, which will throw the entire resume down if it isn’t as very plain and boring word document without much formatting.
It depends heavily on region. I personally don't think I ever had issues with parsers. I used the awesome CV template as a base. It's fairly simple while still not being completely boring. You can find it on GitHub or overleaf iirc (it's been a while).
Overleaf have hundreds of them. The problem is not the availability or using them. The problem is before your resume reaches a human, it is filtered via a ATS parser and generally it doesn’t like any fancy formatting. So unless your resume is machine readable, it automatically trashes your resume out.
I was vehemently sitting on my Data driven LaTeX typeset resume for months but didn’t have much success until I took a plain old word template and ported everything there. It is what it is.
I have enjoyed switching mine to HTML format which I then generate a PDF from. The only downside is that different browsers can render stuff slightly different, but that's normally fixable with one line css change. And it's not like I need to update my resume constantly on different machines.
I was on Word, then LibreOffice Writer.
Now thinking of making it a markdown source, with CSS styling to get an HTML based PDF.
This way, the same source can be used on a webpage with different generation code.
This seems to me, to be simpler than LATEX, but still good enough for a resume.
There is a standard called json-resume with a lot of generators for html and pdf or react-resume which is more like a CMS (not entirely sure about spelling, to lazy to search for it now)
kramdown is more fully featured and is a Ruby Gem.
discount is made in C and is more suitable if you are using it in an on-the-fly render process (∵ lesser CPU cycles), but it has lesser functionality features.