Freemarker template inheritance

Template systems like Twig in PHP and Jinja in Python allow for templates to inherit from a base template. In Freemarker you can do something similar but you have to set it up yourself using the macro system. At work we are using Freemarker with Dropwizard. I was familiar with ...

more ...

Need better tools at work

Right tool for the job

At work we really need some better tools. Testing our programs is just not easy when all you have is the program. It can take a while to manually put it into the state that you need to test. Currently we do not use any ...

more ...