Perl

Use older version of Node.js on MacOS with homebrew

Homebrew (or brew) for MacOS is great, but one thing I dislike is how it can upgrade to a major release of say Node.js or Perl. This usually comes with a lot of incompatibility issues because not all modules you’ve got installed work yet or require reinstalling. To switch to an older version you can …

Use older version of Node.js on MacOS with homebrew Read More »

Template fragments with Mojolicious

If you’re using the excellent htmx library for adding interactivity to your website or webapp you greatly benefit from using a templating engine that supports rendering fragments (I suggest reading this first if you don’t know yet about fragments and why they’re useful, especially in the context of htmx). Using fragments you’ll be able to …

Template fragments with Mojolicious Read More »

Convert HTML to PDF with HTML2PDF Web Service

Recently I launched my new product HTML2PDF Web Service — a web service for converting HTML to PDF. In this post I’d like to talk about HTML2PDF Web Service. Why to choose it, how to use it and what technologies were used to create it. Why Choose HTML2PDF Web Service? Programmatically generating PDF documents is …

Convert HTML to PDF with HTML2PDF Web Service Read More »

Scroll to Top