Asciidoctor and excel sheets by 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 subblocks by 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 startup by 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.

CompletionStage pitfalls, going further by Romain Manni-Bucau, 2020-05-15

CompletionStage is a great API to orchestrate multiple systems but it misses some primitive, let see how to fix it.

Asciidoctor and documentation: how to implement search feature by Romain Manni-Bucau, 2020-05-08

Asciidoctor is a great language for documentation and its API enables to do awesome things. Let see how to add documentation search support easily.