cropped-Hoge_Veluwe_laagjes.jpg

Mark van Venrooij

    • About Mark van Venrooij
    • Privacy Policy
  • Putting the domain to work

    Putting the domain to work

    In this post I create a way to import transactions and categorize them. Basically putting the earlier created domain to work. In the end I get some insight into my spendings, however not completely done yet. The resulting code can be found at GitHub.

    December 3, 2022
  • Continuing Domain Driven Design

    Continuing Domain Driven Design

    tl;dr In this post I continue my progress towards an DDD version of my favorite pet project. In this iteration I add a way to check the budget against the real expenses. The code is on GitHub and the picture contains the new model. Continuing Domain-Driven Design In my previous blog post I started to…

    July 25, 2018
  • Applying Domain-Driven Design

    Applying Domain-Driven Design

    tl;dr In this post I apply Domain-Driven Design to my favorite pet project. The picture above contains the resulting model. The resulting code can be found at GitHub. My attempt on Domain-Driven design As mentioned in my previous post I need to learn Domain-Driven Design for my new job. In this post I apply the…

    January 13, 2018
  • Learning domain-driven design

    Learning domain-driven design

    On my new job the department is applying Domain-Driven Design. I did read Domain-Driven Design – Tackling Complexity in the Heart of Software by Eric Evans a couple of years back. However as I never used it I need to learn how to apply it. So in order to really learn DDD I started to…

    December 9, 2017
  • quick update

    quick update

    A long overdue update from my side. As mentioned in previous post I got married last year. Next to that this year we welcomed a newborn daughter. So my life changed a lot the last 12 months. Update on my path to financial independence We saved a bit less than the goal (25%) of last…

    May 5, 2017
←Previous Page
1 2 3 4 … 12
Next Page→

I conclude that there are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult.

— C. A. R. Hoare