A small win to celebrate.
[Read More]Adding a watermark programmatically
I needed a way to add our company logo into a number of images used on our website and/or social media posts. And I would not do this by hand.
[Read More]Smart Angular Material Autocomplete
For ADETTA Flow we need a smart auto-complete similar to how you find and open classes in IntelliJ IDEA.
[Read More]SCoverage Maven Plugin
Today I set up this Maven plugin to gain insight into the test coverage of my Scala code.
[Read More]Using vi mode in IntelliJ IDEA
Why I love vi mode and how it helps me be more productive.
[Read More]wget to archive website
Where 2 Wordpress plugins gave in
I recently needed to decommission a Wordpress site but wanted to keep an offline static version of it.
[Read More]Welcome Raspberry Pi
The new home for the Adetta GitLab Runner
Recently, the needs of the Adetta build process have become a bit more involved and we have moved away from using GitLab shared runners to hosting our own on a Raspberry Pi 4. Let me explain a bit more.
[Read More]Matching newlines with dot in regular expressions
(They need a little nudge)
Today must have been the first time in a long while that I wanted to match regular expressions across multiple lines. At least long enough that I forgot the following:
By default the dot in regular expressions does not include newlines.
(At least not in many languages, my example being Java.)
[Read More]Where is Glen McCallum?
Wondering if he is ok.
First things first: I don’t even actually know Glen McCallum. But I came across his blog somehow (it was probably via baeldung.com) and have been reading it for a few months.
But since 27. July this year there has been no new post. I have been checking for new content now and then, but nothing.
[Read More]Upgraded to Vaadin 14
Read the fine manual!
The test automation application for Asset Control that I am currently working on uses Vaadin for its GUI. I started development with version 13. Just recently Vaadin 14 (LTS) has been released and initially I just used the compatibility mode to move to version 14 without making any actual changes.
Of course, that was only temporary.
[Read More]