Go

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 »

Go concurrency patterns

Golang (or Go) has had my attention for a while now. So far I’ve only played around with it for a bit and recently I decided to use it in a school project in which concurrency is required. Luckily Go has some nice mechanisms in place to take care of this such as channels and …

Go concurrency patterns Read More »

Scroll to Top