Updates for my resume app
https://github.com/danbruegge/resume
This is one of my projects that has a low priority and doesn’t get the love it deserves. But in the end, this is one what saves me a lot of work and I need to adjust only a JSON entry after I’m done with a client.
Done ✅
- outputs docx format, besides pdf
- got the question from recruiters a lot, if I could provide a docx file instead of a pdf
- after a lot of back and forth with some tools, I finally found a good solution
- pdf export working again, now with puppeteer
- wkhtmltopdf got deprecated
- it wasn’t installable via homebrew anymore
- now there is a modern solution where also the pdf looks better, wkhtmltopdf had problems rendering modern css
- update to nextjs v15.5
Planned 🏗️
- update tailwind to v4
- design update
- update eslint to v9
- general update of all other applications
Completing the html to docx conversion is a huge milestone for me. One that I tought will never be done. Because I did not saw the use for it AND docx is a shitty format. 🙃
40 of #100DaysToOffload
#log #dev #resume
Thoughts? Discuss...