#software-development
Read more stories on Hashnode
Articles with this tag
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...
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...
React relies on a simple system of props and callbacks to share information. You pass down information to child components with props and you use...
Any web application will encounter the situation where you have to show a little bit too much data to the user. Processing a lot of information will...