Writing idiomatic Go using Domain Driven Design, Damiano Petrungaro

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 8

  • @GerbenWijnja
    @GerbenWijnja 5 หลายเดือนก่อน +2

    Never apologize for your accent. Be proud of it!

  • @李梦龙-e4s
    @李梦龙-e4s 4 ปีที่แล้ว +1

    Will be great if telling more about the details of events' generating and consuming

  • @bokunochannel84207
    @bokunochannel84207 2 ปีที่แล้ว

    Awesome video

  • @najamawan
    @najamawan 4 ปีที่แล้ว +5

    any github repo?

  • @web3tel
    @web3tel 3 ปีที่แล้ว

    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?

    • @JosemyDuarte
      @JosemyDuarte 2 ปีที่แล้ว +2

      In case this might help, Google have written a library for dependency injection. github.com/google/wire

  • @tullochgorum6323
    @tullochgorum6323 3 ปีที่แล้ว +5

    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.

    • @kuldeepbrar2383
      @kuldeepbrar2383 3 ปีที่แล้ว

      Its among one of my favorites. I really love it.