Inversion of Control, simplified

Ғылым және технология

🧠 Inversion of Control sounds like a serious, complex design pattern, but its actually a very simple idea. After watching this video, you can start using this design pattern right away. 📈
0:00 Example: Callbacks
3:55 Example: React
6:42 Example: DI
8:01 Inversion of Control

Пікірлер: 12

  • @ClaudineAllen
    @ClaudineAllenАй бұрын

    Excellent. Yes your examples were great.

  • @ngndnd
    @ngndndАй бұрын

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

  • @vladstefan4191
    @vladstefan4191Ай бұрын

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

  • @tijldeclerck7772
    @tijldeclerck77724 ай бұрын

    Very nice explanation

  • @emreapaydn4064
    @emreapaydn406427 күн бұрын

    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.

  • @vthanhann
    @vthanhann6 ай бұрын

    Very comprehensive, thank you!!

  • @vthanhann

    @vthanhann

    6 ай бұрын

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

  • @davidsandsten4789
    @davidsandsten47894 ай бұрын

    Loved this, your videos are awesome!

  • @ericsiddiq7634
    @ericsiddiq76348 ай бұрын

    Excellent explanations ❤

  • @alfonsoramirezelorriaga1153
    @alfonsoramirezelorriaga11534 ай бұрын

    It was fantastic. Thank you.

  • @martinmiano8220
    @martinmiano82208 ай бұрын

    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_NS8 ай бұрын

Келесі