My Problem... I recently read the wonderful book the-programmers-brain. One take-away was...
After joining a new company I get to work with angular and typescript. To get more familiar with...
A small method to check if a LocalDataTime is in a Range between to other LocalDateTime -...
At the moment i have to write a lot of Integeration Tests for a migration project. The old code uses...
Today i had a curious case of a pod in openshift with problems to start. The pod contained a simple...
One of my recent tasks was the migration of a small spring boot web service to openshift. The...
Today i learned that in Java 11 there was a new String Method introduced that checks if a string is...
Today i was fighting to get a vaadin app building again with maven. During my search for...
Hello again, today i have a small advice for you if you work with the git bash on windows. To...
I'm working on a bash script that uses git to clone all of our git repositories (only the necessary...
I recently had to read a lot of long bash scripts. Stumbled about a few things I found interesting...
Stumbled over this one a while ago. While i was developing a script which started several background...
Had to learn this lesson the hard way yesterday. I was working on a script that uses relative paths...
Some things i have realized along the way. 1) Don't try to solve everything on your own and ask for...
I develop on Windows. And somehow got into the habit of using both the powershell and the git bash....
Today a short one again. I have played around with some go again and wanted to write it down. There...
Hello for a slightly longer article. :-) I had my first try at go program and wanted to share what i...
One application i'm responsible is running on a sql server database but most of the integration tests...
Yesterday i while trying to run some tests against a database with a copy of our production data the...
Hello again, it's been a while. Have several things on my plate, so it's only a short post again. I...
Hello again dear reader! :-) About two weeks ago i realized a thing about maven, which will come in...
Hello everyone, I'm back after a nearly two week pause. Had some back pain problems and wanted to avo...
Hello everyone, short post this week. Was working on another post but not really satisfied with it....
This week i discovered something nice and really obvious if you think about it for a minute. But it n...
My goal for this year is to get to halfway decent skill level in web development(javascript). I will...
A small reminder for me. This week gave in to the temptation to implement something myself, before pr...
Happy new year! This week I learned something about how to handle parameter validation in a powershel...
Damn i can be slow some times. Have been working from home since febuary and realized the following n...
Short celebratory post this week. I just got the certification as a professional Scrum Master I (from...
Short post before Christmas: Calling Get-Date gives you a DateTime Object to work with: (Get-Dat...