<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>resume &amp;mdash; Build stuff; Break stuff; Have fun!</title>
    <link>https://barfooz.xyz/tag:resume</link>
    <description>barfooz.xyz</description>
    <pubDate>Fri, 24 Apr 2026 16:05:39 +0000</pubDate>
    <image>
      <url>https://i.snap.as/btoNrLSF.png</url>
      <title>resume &amp;mdash; Build stuff; Break stuff; Have fun!</title>
      <link>https://barfooz.xyz/tag:resume</link>
    </image>
    <item>
      <title>Resume-Project updates</title>
      <link>https://barfooz.xyz/resume-project-updates?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[I wrote this post nearly 3 months ago, and it feels like I got 3 years older since then. Strange that I never published it.&#xA;&#xA;Now with a much more profound understanding of AI and much, much better models, the changes I made here would have been done in minutes. I guess. 😅&#xA;&#xA;!--more--&#xA;&#xA;The Resume-Project: https://github.com/danbruegge/resume&#xA;&#xA;I have never written about it. This is one of my projects that had a low priority in the past and doesn’t get the love it deserves. But eventually, this is one that saves me a lot of work, and I need to adjust only a JSON entry after I’m done with a client.&#xA;&#xA;Changes&#xA;&#xA;Completed ✅ &#xA;&#xA;Outputs docx format, besides pdf.&#xA;  I got the question from recruiters a lot if I could provide a docx file instead of a pdf.&#xA;  After a lot of back and forth with some tools, I finally found a suitable solution.&#xA;PDF export is working again, now with Puppeteer.&#xA;  wkhtmltopdf got deprecated.&#xA;  It wasn’t installable via Homebrew anymore.&#xA;  Now there is a modern solution where also the PDF looks better; wkhtmltopdf had problems rendering modern CSS.&#xA;Update to Next.js v15.5.&#xA;Update to Tailwind v4.&#xA;&#xA;Planned 🏗️ &#xA;Design update. &#xA;Update ESLint to v9. &#xA;General update of all other applications.&#xA;&#xA;Completing the HTML to DOCX conversion is a massive milestone for me. One that I thought would never be done. Because I did not see the use for it AND .docx is a shitty format. 🙃&#xA;&#xA;I should invest more time in it. But if the clients provide long contracts, the need is not so high, so I constantly forget about it.&#xA;---  &#xA;92 of #100DaysToOffload  &#xA;#log #dev #resume  &#xA;Thoughts? a href=&#34;https://remark.as/p/barfooz.xyz/resume-project-updates&#34;Discuss.../a]]&gt;</description>
      <content:encoded><![CDATA[<p>I wrote this post nearly 3 months ago, and it feels like I got 3 years older since then. Strange that I never published it.</p>

<p>Now with a much more profound understanding of AI and much, much better models, the changes I made here would have been done in minutes. I guess. 😅</p>



<p>The Resume-Project: <a href="https://github.com/danbruegge/resume">https://github.com/danbruegge/resume</a></p>

<p>I have never written about it. This is one of my projects that had a low priority in the past and doesn’t get the love it deserves. But eventually, this is one that saves me a lot of work, and I need to adjust only a JSON entry after I’m done with a client.</p>

<h1 id="changes" id="changes">Changes</h1>

<h2 id="completed" id="completed">Completed ✅</h2>
<ol><li>Outputs docx format, besides pdf.
<ul><li>I got the question from recruiters a lot if I could provide a docx file instead of a pdf.</li>
<li>After a lot of back and forth with some tools, I finally found a suitable solution.</li></ul></li>
<li>PDF export is working again, now with Puppeteer.
<ul><li>wkhtmltopdf got deprecated.</li>
<li>It wasn’t installable via Homebrew anymore.</li>
<li>Now there is a modern solution where also the PDF looks better; wkhtmltopdf had problems rendering modern CSS.</li></ul></li>
<li>Update to Next.js v15.5.</li>
<li>Update to Tailwind v4.</li></ol>

<h2 id="planned" id="planned">Planned 🏗️</h2>
<ul><li>Design update.</li>
<li>Update ESLint to v9.</li>
<li>General update of all other applications.</li></ul>

<p>Completing the HTML to DOCX conversion is a massive milestone for me. One that I thought would never be done. Because I did not see the use for it AND .docx is a shitty format. 🙃</p>

<p>I should invest more time in it. But if the clients provide long contracts, the need is not so high, so I constantly forget about it.</p>

<hr/>

<p><strong>92</strong> of <a href="https://barfooz.xyz/tag:100DaysToOffload" class="hashtag"><span>#</span><span class="p-category">100DaysToOffload</span></a><br/>
<a href="https://barfooz.xyz/tag:log" class="hashtag"><span>#</span><span class="p-category">log</span></a> <a href="https://barfooz.xyz/tag:dev" class="hashtag"><span>#</span><span class="p-category">dev</span></a> <a href="https://barfooz.xyz/tag:resume" class="hashtag"><span>#</span><span class="p-category">resume</span></a><br/>
<em>Thoughts? <a href="https://remark.as/p/barfooz.xyz/resume-project-updates">Discuss...</a></em></p>
]]></content:encoded>
      <guid>https://barfooz.xyz/resume-project-updates</guid>
      <pubDate>Fri, 23 Jan 2026 14:30:36 +0000</pubDate>
    </item>
    <item>
      <title>Updates for my resume app</title>
      <link>https://barfooz.xyz/updates-for-my-resume-app?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[https://github.com/danbruegge/resume&#xA;&#xA;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.&#xA;&#xA;!--more--&#xA;&#xA;Done ✅ &#xA;outputs docx format, besides pdf&#xA;&#x9;got the question from recruiters a lot, if I could provide a docx file instead of a pdf&#xA;&#x9;after a lot of back and forth with some tools, I finally found a good solution&#xA;pdf export working again, now with puppeteer&#xA;&#x9;wkhtmltopdf got deprecated&#xA;&#x9;it wasn’t installable via homebrew anymore&#xA;&#x9;now there is a modern solution where also the pdf looks better, wkhtmltopdf had problems rendering modern css&#xA;update to nextjs v15.5&#xA;&#xA;Planned 🏗️&#xA;update tailwind to v4&#xA;design update&#xA;update eslint to v9&#xA;general update of all other applications&#xA;&#xA;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. 🙃&#xA;---  &#xA;40 of #100DaysToOffload  &#xA;#log #dev #resume  &#xA;Thoughts? a href=&#34;https://remark.as/p/barfooz.xyz/updates-for-my-resume-app&#34;Discuss.../a]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://github.com/danbruegge/resume">https://github.com/danbruegge/resume</a></p>

<p>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.</p>



<h1 id="done" id="done">Done ✅</h1>
<ol><li>outputs docx format, besides pdf
<ul><li>got the question from recruiters a lot, if I could provide a docx file instead of a pdf</li>
<li>after a lot of back and forth with some tools, I finally found a good solution</li></ul></li>
<li>pdf export working again, now with puppeteer
<ul><li>wkhtmltopdf got deprecated</li>
<li>it wasn’t installable via homebrew anymore</li>
<li>now there is a modern solution where also the pdf looks better, wkhtmltopdf had problems rendering modern css</li></ul></li>
<li>update to nextjs v15.5</li></ol>

<h1 id="planned" id="planned">Planned 🏗️</h1>
<ul><li>update tailwind to v4</li>
<li>design update</li>
<li>update eslint to v9</li>
<li>general update of all other applications</li></ul>

<p>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. 🙃</p>

<hr/>

<p><strong>40</strong> of <a href="https://barfooz.xyz/tag:100DaysToOffload" class="hashtag"><span>#</span><span class="p-category">100DaysToOffload</span></a><br/>
<a href="https://barfooz.xyz/tag:log" class="hashtag"><span>#</span><span class="p-category">log</span></a> <a href="https://barfooz.xyz/tag:dev" class="hashtag"><span>#</span><span class="p-category">dev</span></a> <a href="https://barfooz.xyz/tag:resume" class="hashtag"><span>#</span><span class="p-category">resume</span></a><br/>
<em>Thoughts? <a href="https://remark.as/p/barfooz.xyz/updates-for-my-resume-app">Discuss...</a></em></p>
]]></content:encoded>
      <guid>https://barfooz.xyz/updates-for-my-resume-app</guid>
      <pubDate>Thu, 16 Oct 2025 18:19:44 +0000</pubDate>
    </item>
  </channel>
</rss>