#software-engineering
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...
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...
A very common object to have in your application is a data access object (DAO). This object is a way to map the data from you storage mechanism...
One of the most annoying things I faced in the past was maintaining test data. Typically what I would do was write my test data in the test itself and...
I was very interested to try out Gradle and see how it compares to Maven. I knew that both tools are very similar but Gradle is more flexible and has...
In the previous blog post I already gave you my opinion about estimations. In that blog post I discussed the idea of whether or not you should...