Andrew
banner
coderonfire.com
Andrew
@coderonfire.com
Senior Design Engineer and Frontend Developer creating interactive UIs, visualizations, and rapid prototyping

https://coderonfire.com/
https://linkedin.com/in/andrewwmason
https://mastodon.social/@amason
Not at all. I always find the most interesting write ups are from those actually in the field, working on live projects with real world constraints.
November 7, 2025 at 8:17 PM
Thank you for the beautifully written tech write up. As an amateur game dev, it's great reading about gfx concepts being applied in practice.
November 7, 2025 at 6:11 PM
I geeked it with a markdown file with all the content, then `pandoc` to convert it to PDF and styled it with CSS. The nice bonus is it's easy to update, can export into many formats and the PDF has structured content.

`pandoc cv.md --pdf-engine=weasyprint --css=paper.css --output=cv.pdf`
August 13, 2025 at 7:10 PM