Microservices Architecture Zero to Hero with Implementation using Laravel and RabbitMQ | Part 1

Поделиться
HTML-код
  • Опубликовано: 6 окт 2024

Комментарии • 22

  • @anastasiasomeone5325
    @anastasiasomeone5325 Месяц назад

    Thank you! Many theoretical techniques became much more clear to me from your example.

  • @rcr1532
    @rcr1532 11 месяцев назад +1

    greate video i must say . your slow and calm teaching makes stressless tutorial... keep it up .. stay slow and calm always .. you will rock ...

    • @hanieasemi
      @hanieasemi  10 месяцев назад

      Thanks for watching!

  • @isururanawaka5839
    @isururanawaka5839 8 месяцев назад +1

    Been searching for a good tutorial. thanks for this.

  • @maxzak5310
    @maxzak5310 Год назад +4

    why are you injecting model in the controller constructor ?

    • @hanieasemi
      @hanieasemi  5 месяцев назад

      That's dependency injection, which means class dependencies are injected. But it's not necessary you can user model like Model:: wherever you want in your controller., or you can inject your repository if you need to. If you want to know more about this check this video: ruclips.net/video/9BVRNR7MbxE/видео.html

  • @bhaidar
    @bhaidar Год назад +1

    Great job Hanie! Keep it up

  • @hawyargroup
    @hawyargroup 11 месяцев назад +1

    great video , thanks

    • @hanieasemi
      @hanieasemi  10 месяцев назад

      Thanks for watching!

  • @Shuvooa
    @Shuvooa Год назад

    Oh baby you are so pretty I can watch all my life. good video! keep it up

  • @midgardresident
    @midgardresident 9 месяцев назад +1

    very good, keep going

  • @emmamfinanga2307
    @emmamfinanga2307 5 месяцев назад

    Do you MS which communicate with API request instead RabbitMq in laravel ?

  • @afcmx
    @afcmx Год назад +1

    great video!

  • @Omeostatica
    @Omeostatica 4 месяца назад

    Why don't you use the same base of code for all microservices?

  • @kevinmc24
    @kevinmc24 3 месяца назад

    🤩🤩🤩🤩🤩🤩

  • @murilolivorato1489
    @murilolivorato1489 6 месяцев назад

    very nice

  • @artemunix5223
    @artemunix5223 9 месяцев назад

    show how to make microservices through a laravel passport

  • @mithunhalder8803
    @mithunhalder8803 10 месяцев назад

    Could you please share code

    • @hanieasemi
      @hanieasemi  5 месяцев назад

      Unfortunately, this doesn't have GitHub repo. Could you create a repository for this video? We can work on it.