Last week we found out that in some cases our application is showing redundant data on error - for example stacktrace. To hide such info we can implement custom error handler - this is how! Continue reading →
Recently I spent some time making improvements around deploying an application.
Some of them are bash scripts automating some boring actions. All of them has
one common part - should not be run if there are any changes (staged or not) in the
local Git repository (working tree). Fortunately, it is simple to incorporate checks
like this into scripts! Continue reading →
Processing resource files to add version from pom.xml seems easy - until it breaks binary files (for example, images). Let’s make sure it works as expected. Continue reading →
Yep, that’s another story of “always check if serialising and de-serialising
works as expected”. And some kind of reminder for future-me if I forgot about
this! ;-) Continue reading →