1. OTP V2 OTP Basics

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

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

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

    I'm learning Elixir and Phoenix at work ATM and I must say, as a IT guy who has to be a jack-of-all trades in IT this channel is amazing!
    Thanks for creating out and the hard work you put into making the content!
    This will make my life easier :)
    All the best Bruce!
    You rock!

    • @groxio
      @groxio  ปีที่แล้ว

      Thank you!

  • @delamberty
    @delamberty ปีที่แล้ว +1

    Thanks. I am learning a ton through your videos. Keep it up

    • @groxio
      @groxio  ปีที่แล้ว

      Glad to hear it!

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

    One thing I don't understand in Phoenix LiveView is: we have a route that looks like this /products/:id/edit but in the heex template the Patch function is using the route like this: /products/#{product}/edit. The router is taking the product id from the product. How is the id parameter is being taken out of product automatically. I searched in app.js but no luck. Thank you in advance. I'm just finishing the last book of Phoenix LiveView and I'll be joining your courses.

    • @groxio
      @groxio  ปีที่แล้ว +1

      I don't know exactly what the infrastructure looks like, but it's probably processed in the ~p sigil. That's the best place to check. That's where verified routes are processed. You might want to post the question in the Elixir Forum - other folks will weigh in on the answer.

  • @YuruCampSupermacy
    @YuruCampSupermacy ปีที่แล้ว +1

    can you do a video comparing different elixir / erlang books out there? there are so many of them that one can feel overwelhmed as to where to start from or which book to pick up next.

    • @groxio
      @groxio  ปีที่แล้ว

      Sure, are you a beginner? Can you be a little more specific about what kind of book you are looking for?