#software-architecture
Read more stories on Hashnode
Articles with this tag
Review · During development, I already noticed some benefits and drawbacks. Let's start with the drawback: when I change a data structure, such as the...
Bringing it all together · Now all individual components are ready, it's time to bring it all together in a working application. To get all these parts...
The customer repository · There are a lot of places where I need customer information. In the TimeCamp repository I need to link a work item to a...
The document generator · Now that I have time information about my workdays, the next step is to generate the invoice. There I face another problem. I...
The work repository · Now that I have the general steps to get to an invoice, I can start working on the individual components that reside in the...
Applying the principles · Before I dive into the technical details, let me give you a little warning: This solution is over-engineered, I could write...