Philosophy of Building Software
While there are many ways to be successful, I have several foundational beliefs.
While there are many ways to be successful, I have several foundational beliefs.
Last time we set up our domain, and kept it isolated from the real world. This is good for automated testing, and for isolating scope of changes. However, it...
I had recently finished up the site for my wife’s business Toast Coffee & Wine Bar, which we hosted at Dreamhost on shared hosting. It was trivially easy...
Our Review Submission Bounded context has several sections. First we’ll model the domain separate from any infrastructure concerns, then we’ll add those in a...
Reading through Scott Wlaschin’s excellent Domain Modeling Made Functional, I wanted to make a complete working example (different from the book). The busine...