Go Message Queue using Concurrency, zero dependency

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

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

  • @mikemotion42
    @mikemotion42 4 года назад +4

    I love this. Most of the message queue videos I find, talk about really complex message queue tools like RabbitMQ o ZeroMQ. For many project this tools increase unnecessarily the complexity and increment the time needed to accomplish the actual objectives. Even if you use those tools it is very important to learn about basic concepts like the ones presented in this video so you can choose the right tools for the job at hand. I hope you continue with this subject and talk about your ideas on what would you consider as improvements for a production ready message queue. Thank's for sharing your knowledge in such a clear and concise way.

    • @MuhammadUsmanH
      @MuhammadUsmanH  4 года назад +2

      This is so far the most inspiring comment I've ever received on RUclips. I'm planning to make more videos on related topics.
      Thanks!

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

    Thanks Muhammad that was a really good introduction and just what I needed to hear to get started today!

  • @Mustafa-099
    @Mustafa-099 Год назад

    This is awesome!
    Keep up the good work Sir :)

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

    This is awesome. Well explained. Thanks!

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

    Why didn't u move further with extending the code towards production code? I'd appreciate videos as I want to level up in terms of advanced programming in Golang

    • @MuhammadUsmanH
      @MuhammadUsmanH  3 месяца назад +1

      I actually did a follow-up digging further with concurrency: ruclips.net/video/vdhSk8vCx-k/видео.html

  • @RajeshSamson
    @RajeshSamson 4 года назад

    Which theme your using in VSC? And also could you please share the plugins you have installed for Go formatting...
    Thanks in advance

    • @MuhammadUsmanH
      @MuhammadUsmanH  4 года назад +1

      Hey, I'm not using VSCode it's Goland by JetBrains (or Intellij Idea with Goland plugin). It's a battery included IDE for Go.

  • @d3i0
    @d3i0 4 года назад +3

    But it is not Message Queue actually, isn't it?

    • @MuhammadUsmanH
      @MuhammadUsmanH  4 года назад +1

      It just doesn't maintain the order of messages, which is kinda redundant for this type of architecture. It's like a task pool, as I mentioned in the beginning of the video.

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

    Assalamualaikum