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.
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...
In the previous blog post I showed you a way I developed to pass around form fields and let the communication flow from the parent to the child by...
React advises you to split up your application in many small components and compose them in bigger parts. I am fully on board with this principle, but...
Until recently I never had any practical experience with NoSQL, as I only ever worked with SQL databases. I knew the existence of the different types...