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.
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...
When dealing with data you will be restricted by certain limitations regarding the type. For instance, when storing some string in a database as a...
On a recent project we decided to completely overhaul our database system. The existing system used a separate database per customer which meant we...
When working with react and typescript you would easily forget that JavaScript has support for classes since typescript prefers to use the more...