What Is: Elixir

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

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

  • @redhood7105
    @redhood7105 2 года назад +2

    Now that's what I call thorough introduction. Thank you, much needed learning material for this lovely and powerful language

    • @underjord
      @underjord  2 года назад

      Thank you! I appreciate that.

  • @Zero-oq1jk
    @Zero-oq1jk 2 года назад +1

    Few seconds of your video I opened for a first time while researching. And I hit Subscribe button immediately. Healing source of knowledge. Thank you very much.

  • @Kryptonis
    @Kryptonis 2 года назад +5

    Great intro video about Elixir. Was going to suggest that you add subtitles (CC) for accessibility but the autogenerated ones did a very good job overall. Excellent work putting this together, Lars! 🙌

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

      Hello, please l don't understand this

  • @trejohnson7677
    @trejohnson7677 2 года назад +1

    I have been searching for a nice channel for exploring Elixir. I've had some real time image analysis applications in mind for awhile now, and I've always felt that Nerves may be critical to the implementation.

  • @pedroluzio
    @pedroluzio 2 года назад +1

    Thanks, awesome video. Best description ever of the Elixir/Erlang ecosystem, with some good comparisons.

    • @underjord
      @underjord  2 года назад

      Thank you! That's very nice to hear.

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

    Excellent overview

  • @diegolcdtm
    @diegolcdtm 2 года назад

    Amazing Video very explicative

  • @GaryChike
    @GaryChike 2 года назад +1

    What a great overview of the Elixir/Erlang ecosystem!

  • @gauravashq
    @gauravashq 2 года назад

    Nice introduction! 🎉🙂

  • @viniciusra9584
    @viniciusra9584 8 месяцев назад

    I still confused about what Apps i should create with Elixir.... What I can/should do with it to make good use of it?

    • @underjord
      @underjord  8 месяцев назад

      Anything in the realm of "services". It is immensely capable in regular web app dev. And the design just happens to be proven for much more complex systems, services and architectures. Efficient, effective and capable.

  • @draosf
    @draosf 2 года назад +1

    Hey, do you recommend any resources to learn Elixir?. I have some experience in other programming languages.

    • @underjord
      @underjord  2 года назад +2

      Elixir School seems good. I've done some videos where me and a friend work through it. I just went by the official Elixir and Phoenix guides and docs personally. Those are some free ones.
      If you want a code for some off on learning-elixir.dev the code "underjord" should make it a bit cheaper.
      I can also recommend grox.io because I trust Bruce and Maggie to put out good stuff.

    • @draosf
      @draosf 2 года назад

      Thank you 😊

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

      Hi try Erlang Solutions who offer beginner Elixir courses or attend Code BEAM Europe in Berlin in October.

  • @manishkumar-qn6lx
    @manishkumar-qn6lx Год назад

    Just curious, want to know abt camera used to shoot this video!

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

      Probably my Sony ZV-1. More recent ones are generally on a Sony A7C with a Tamron 28-75mm f2.8 lens.

    • @manishkumar-qn6lx
      @manishkumar-qn6lx Год назад

      @@underjord Thank for sharing camera & lense details. ❤️

  • @LetsStartABusiness
    @LetsStartABusiness 2 года назад

    love this!

  • @alessandrobuonerba1742
    @alessandrobuonerba1742 2 года назад

    Nice video!

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

    What solutions are there for doing number crunching/numerical computing with Elixir considering BEAM is not good at it?
    I don't want to use Rust or C. Isn't there a library that lets you do C like speed computations with Elixir syntax?

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

      I would primarily look at Nx for that.
      It can compile to both efficient CPU instructions or even GPU instructions with EXLA. The CPU approach should be quite effective already.
      hexdocs.pm/nx/Nx.html

  • @santoshturamari5985
    @santoshturamari5985 2 года назад

    Thanks for this video. I am using a legacy application in Elixir / Phoenix, which takes more time to compile the dependent files every time I want to test the code I have written while doing the development. I there any solution to reduce this time taken?

    • @underjord
      @underjord  2 года назад

      Older Elixir versions have had this problem worse than recent ones. If possible, get to a newer version. There are also some anti-patterna that can make compilation inefficient.
      Such as using import being generally worse than alias. See changelog.com/posts/how-i-reduced-changelogs-compilation-dependencies-by-98

  • @marcelfahle
    @marcelfahle 2 года назад +2

    First 🙃