Inversion of Control, simplified

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

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

  • @elincorovic1944
    @elincorovic1944 18 วันที่ผ่านมา

    I just getting into the concept of IoC and i loved this explanation. It was simple and easy to understand. Loved the examples too.

  • @tijldeclerck7772
    @tijldeclerck7772 7 หลายเดือนก่อน +3

    Very nice explanation

  • @emreapaydn4064
    @emreapaydn4064 3 หลายเดือนก่อน

    Great explanation. I was looking for an example in React. However, your speaking tone and the mild music in the background made me a bit sleepy lol.

  • @vladstefan4191
    @vladstefan4191 4 หลายเดือนก่อน

    very good explanations, thank you!
    I've literally been using IoC without knowing it has a name, or that is a common practice

  • @ClaudineAllen
    @ClaudineAllen 4 หลายเดือนก่อน

    Excellent. Yes your examples were great.

  • @vthanhann
    @vthanhann 9 หลายเดือนก่อน

    Very comprehensive, thank you!!

    • @vthanhann
      @vthanhann 9 หลายเดือนก่อน

      And for the last section IoC, I think you should add some examples.

  • @ericsiddiq7634
    @ericsiddiq7634 11 หลายเดือนก่อน +1

    Excellent explanations ❤

  • @ngndnd
    @ngndnd 4 หลายเดือนก่อน

    wth this video is so calming i actually wanna go to sleep lmao

  • @davidsandsten4789
    @davidsandsten4789 7 หลายเดือนก่อน

    Loved this, your videos are awesome!

  • @alfonsoramirezelorriaga1153
    @alfonsoramirezelorriaga1153 7 หลายเดือนก่อน

    It was fantastic. Thank you.

  • @Aalii6
    @Aalii6 หลายเดือนก่อน

    👍👍

  • @martinmiano8220
    @martinmiano8220 11 หลายเดือนก่อน

    Hi Brian,
    Firstly, Thanks for the explanation. I am currently advancing my Spring understanding when I happen to come across your video. As you have mentioned, IoC is custom code receiving control from the framework/generic code and I reference the first example as am more familiar with JS than React:
    Const map( ln, fn){ // ln for list and fn for function
    ..... fn() // logic that calls fn
    }
    Const fn = (....) => {......}
    Const ln = [.........]
    map(ln, fn)
    My question is then how IoC plays out with regards to the Spring container? I would like to understand in depth how my components or beans end up in the IoC container and how this container boils down to a java program that listens on port 8080 for REST API calls or etc.

  • @Kaviarasu_NS
    @Kaviarasu_NS 11 หลายเดือนก่อน