Ever since I graduated as a Master in Computer Science, I started working in the software engineering industry. Over the course of my career I have done many different projects.
There are cases where you want to make sure that a string has only a certain max length, this is something you mainly want to do if the string comes...
SQL is the standard when you work with a relational database, but with higher level abstractions we have made similar abstractions of SQL, some still...
Some while ago I started a new project, and I thought this would be a good time to try out Micronaut again. I had some initial problems with setting...
In the past, when I used enums I was always forced to make a decision on how to save it to the database and how to return it to the front-end. I...
Like all the years before, towards the end of the year (or beginning of the new one), I like to reflect on what I have done and achieved during the...
In the previous blog post I gave my opinion about whether or not restrictions should be applied on the BDO (business domain object), the DAO (data...