I Created My Own Actor Framework In Golang!?

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

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

  • @anthonygg_
    @anthonygg_  Год назад +2

    ► Join my Discord community for free education 👉 discord.com/invite/bDy8t4b3Rz
    ► Become a Patreon for exclusive tutorials 👉 www.patreon.com/anthonygg_
    Thanks for watching

  • @dandogamer
    @dandogamer Год назад +12

    Love the name of the repo! I've been using golang for 3-4 years now and struggling to find content more suitable for intermediate/advanced users then came across your channel. Think you're putting out some great content so you've definitely earnt yourself a sub

    • @anthonygg_
      @anthonygg_  Год назад +2

      Thanks my man! Much appreciate it

  • @lokthar6314
    @lokthar6314 Год назад +2

    great content again man, thanks alot

  • @bjugdbjk
    @bjugdbjk Год назад +2

    Amazing !! ur channel is helping a lot to get niche things about Goalng.
    Could you make a video using NATS as a messaging Q with multiple microservices comm,
    I tried Kafka and i feel it's bit too much for a startup to use it.

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

    Great content man. Keep it up!

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

    Great video. Thanks!

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

    Great video!
    About your usage of vim mode, I like using neovim and never gotten used to using vscode this way. Is it just a matter of time or is it inherently inferior to the native experience?

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

      Goh I like the native feel of using VIM. But its not worth spending days configuring and updating outdated modules.

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

      @@anthonygg_ the situation seems better on neovim with native support for lua
      But vscode seems too good to just ignore

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

      @@abdellahcodes yeah it works pretty well to be honest. Never going back

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

    heyy! Anthony can you provide the documentation on how to use your Hollywood framework and what exactly it does and what will happen if we don't use it. Honestly I don't have patience to go through your 2hr video on how you made it so....

  • @terriprifti5069
    @terriprifti5069 Год назад +2

    Hollywood youtube channel

  • @atticus_foust
    @atticus_foust Год назад +2

    Dope

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

    Hi Tony, love the content on your channel, it aligns with my interests. Have you used hollywood in any production system ? Never mind , its still WIP.

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

    Could you make a video about " Proper way of version controlling a go lang project " like a making a libray which can be used across different projects hosting in the guthub.
    Will be a huge help brother for the community.

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

    Hi Anthony I love you tutorials but is it possible to film how you build your own framework? the holywood Artors?

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

    Very good but I would like to see an example of a real program, can be only verbally explained, to make it easier to learn and apply for beginners.

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

    Looks like you have removed some videos.. on actor model..

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

    Well… what about erlang?

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

      Worked in Erlang and Elixir for 2 years. Amazing technology

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

      @@anthonygg_ I like your lib, Anthony. Using grpc to send messages between different instances, you have resolved the problem of distributed types that Erlang has better than Gleam imho. And I like using golang because it ships a binary. You don't need a specific container for a VM.
      I am curious about service discovery or things like that. Also, I wonder if your lib is capable of broadcasting messages to multiple actors as you could do with a pids registry like PG2.
      I enjoy your channel. You always make exciting videos.