Will be great if telling more about the details of events' generating and consuming
@tullochgorum63233 жыл бұрын
For a brilliant take on DDD without objects, read Domain Modeling Made Functional by Scott Wlaschin. He uses F#, but you'll learn a great deal about how to build clean apps whatever language you're using.
@kuldeepbrar23833 жыл бұрын
Its among one of my favorites. I really love it.
@najamawan3 жыл бұрын
any github repo?
@bokunochannel842072 жыл бұрын
Awesome video
@web3tel3 жыл бұрын
Thanks Damiano. Very helpful. What is idiomatic way of "dependency injection" at Go, please? For example, how particular instance of Repository interface is going to be obtained?
@JosemyDuarte2 жыл бұрын
In case this might help, Google have written a library for dependency injection. github.com/google/wire