#software-engineering
Read more stories on Hashnode
Articles with this tag
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...
In a previous blog post I discussed the different options to estimate a ticket and why I still prefer using story points. It is evident that...