Asciidoctor and excel sheetsby Romain Manni-Bucau, 2020-06-20
Asciidoctor is a great documentation tool but how to maintain dynamic and advanced table/sheet? Let’s dig into one solution for asciidoctorj.
Asciidoctor BlockMacro to generate subblocksby Romain Manni-Bucau, 2020-05-29
Asciidoctor - and most of its bindings - is a great tool but its API is not always smooth (convert/convertFile,render,…). It is even worse when it comes to extensions. Let’s see some hidden features of block macro API.
Java Class Data Sharing or how to speed up your docker container startupby Romain Manni-Bucau, 2020-05-19
Class Data Sharing is a great addition to java which enables to bypass some time spent in classloading. Let see how to use it.