JVM Snapshot testing libraries

A recent regression in one of our backend services broke the serialization of our JSON responses. Our existing tests didn’t catch the changed serialization which made me look into snapshot testing as an addition to our existing tests. I already knew snapshot testing libraries in the Python ecosystem but had to find suitable candidates for the JVM ecosystem.

More …

Using Homeassistant as my self hosted stock alert

I recently start to take an interest into the stock markets and investing into stocks directly instead of funds or the like. For some interesting stocks I was looking for an online stock alert website or app but soon realized that all of them required at least my email and would start sending me tons of spam mails. Why not use this great system I have at home the one which is focused on privacy?

More …