UPGRADE TO MICRONAUT 3Are you curious what new features Micronaut version 3 brings and do you want to know how to upgrade your applications? In this post we will…Oct 14, 2021Oct 14, 2021
MULTIPLE SOLIDITY CONTRACTSAre you curious how multiple solidity contracts interact and how you can use this in your own smart contract setup? In this post we will…Oct 1, 2021Oct 1, 2021
ZALANDO LOGBOOKDo you need http request and response logging without it polluting your business code? Use Zalando Logbook and add this aspect to your…Sep 10, 2021A response icon1Sep 10, 2021A response icon1
UPX IMAGEDo you want smaller images with a faster startup time? Use UPX to compress your executable inside your image. Use a UPX image!Sep 10, 2021Sep 10, 2021
JIB MAVEN PLUGINDo you need a simple way to build docker images for your java with maven applications? Use the jib maven plugin and let maven do the heavy…Sep 10, 2021Sep 10, 2021
NATIVE IMAGEAre you looking for a way to build super fast starting images with a low memory footprint? Use GraalVM’s native image and make the…Sep 10, 2021Sep 10, 2021
MAVEN ARCHETYPEAre you copying an old maven project every time you need a new one? Maybe a maven archetype is the solution for you! In this post we will…Sep 10, 2021Sep 10, 2021
MICRONAUT TESTINGHaving trouble testing your micronaut application? Or just interested on my take on micronaut testing? Just read along! In this post we…Sep 10, 2021Sep 10, 2021
JGITVERAre you looking for an easy way to handle versioning of your maven projects? Use the jgitver maven plugin! In this post we will setup the…Sep 9, 2021Sep 9, 2021
CREATE A MAVEN PLUGINDo you want to incorporate a task in your maven build? Discover how to create a maven plugin! In this post we will create a plugin that…Sep 9, 2021Sep 9, 2021