DIY Golang Web Server: No Dependencies Needed!

Поділитися
Вставка
  • Опубліковано 28 лис 2024

КОМЕНТАРІ •

  • @nasko235679
    @nasko235679 Місяць тому +5

    Good quality GO video content is so rare and I am incredibly happy to have found your channel. I get it - the GO docs and written resources are great, but some of us understand things better in video format, and I've learned more in this 25min vid than I have from 1 hour of reading the docs.

    • @FloWoelki
      @FloWoelki  Місяць тому +1

      Thank you and welcome :)
      That's awesome to hear! I always strive to include a practical use case for each in-depth tutorial, such as the one about runes. But I am glad you have liked it :)

  • @apobletos6737
    @apobletos6737 3 місяці тому +3

    Thanks a lot, man! I appreciate your slow, detailed, and straightforward contents-you make every word and second counts.

    • @FloWoelki
      @FloWoelki  3 місяці тому

      Wow, that's so nice of you, thank you! :)

  • @kaiyang9537
    @kaiyang9537 Місяць тому +1

    great video! But I think we should use lock when we check the presence of the user in the deleteUser function as well.

  • @stuardcg
    @stuardcg 3 місяці тому +2

    Can’t thank you enough for this amazing video. I’m still learning the basics of the go standard library and this was very useful

    • @FloWoelki
      @FloWoelki  3 місяці тому

      Glad you enjoyed it!

  • @JPToto
    @JPToto Місяць тому

    This is extremely well done and thoroughly explained. Thank you!

    • @FloWoelki
      @FloWoelki  Місяць тому

      Thank you, and I am glad that you got some value out of it :)

  • @AyushGupta-jt9mf
    @AyushGupta-jt9mf 2 місяці тому

    Thanks for the amazing explanation. I first read the documentation and then saw you video now my basic concepts are pretty clear

    • @FloWoelki
      @FloWoelki  2 місяці тому

      I am glad to hear that. It's lovely that you understand things more clearly now!

  • @sval4020
    @sval4020 5 місяців тому

    Thanks, Flo! Once again great video! Keep rocking!

  • @Proder-ss8qw
    @Proder-ss8qw Місяць тому +2

    Why is read lock required?

  • @bjarne431
    @bjarne431 Місяць тому +1

    Im doing exactly this for my new pet project. Api is just a golang app, cross compiled on macos for ubuntu where it will run
    It pulls data from the same mysql that is used by other processes on the server

    • @FloWoelki
      @FloWoelki  Місяць тому

      Awesome! Important to just play around with some functionalities of the standard Golang module :)

    • @bjarne431
      @bjarne431 Місяць тому

      @@FloWoelki i just deployed it today, i must say it was an incredible smooth cross compilation process. Copy binary over +x it and it iust works perfectly:-)

  • @higiniofuentes2551
    @higiniofuentes2551 3 місяці тому

    Thank you for this very useful video!

    • @FloWoelki
      @FloWoelki  3 місяці тому +1

      Glad you enjoyed it! :)

  • @CoolestPossibleName
    @CoolestPossibleName 5 місяців тому +5

    I thought the Mutex has to be within the struct of the data I want to make that data thread safe

  • @DarioNecco
    @DarioNecco 4 місяці тому +1

    Great video, thanks!
    Please what have you used as editor?

    • @FloWoelki
      @FloWoelki  4 місяці тому +2

      I am glad you've liked it! I am currently using Zed with the GitHub theme.

    • @vishaldinesh
      @vishaldinesh 3 місяці тому

      Wow, I thought that was Neovim with cappuccin theme.

    • @FloWoelki
      @FloWoelki  3 місяці тому +1

      @@vishaldinesh haha nope :) But I am used to nvim

  • @dukeofnorfolk1842
    @dukeofnorfolk1842 4 місяці тому

    I'd like to know what font and theme you use, looks pretty

    • @FloWoelki
      @FloWoelki  4 місяці тому

      I do use the Monaspace font in combination with the GitHub theme.

  • @superchillh3o
    @superchillh3o 3 місяці тому

    Excellent video

    • @FloWoelki
      @FloWoelki  3 місяці тому

      Glad you liked it! :)

  • @yuxiang4218
    @yuxiang4218 4 місяці тому

    great content. Thanks!

  • @mikeafter5
    @mikeafter5 4 місяці тому +1

    Thanks!
    You need to post your code, in my humble opinion.

  • @sadik_farhan_
    @sadik_farhan_ 2 місяці тому

    Thanks a lot!

  • @bjo004
    @bjo004 5 місяців тому

    Amazing. Thank you 🎉

    • @FloWoelki
      @FloWoelki  5 місяців тому

      Glad you liked it!

    • @bjo004
      @bjo004 5 місяців тому

      Can you please follow up with optimization and best practices?

    • @FloWoelki
      @FloWoelki  5 місяців тому

      @@bjo004 What do you mean, specifically? :)

    • @bjo004
      @bjo004 5 місяців тому

      24:13 You said the code is far from perfect and can be optimised, refactored to make it more scalable and developer friendly. Could you please make a part 2 dealing with these please?

    • @FloWoelki
      @FloWoelki  5 місяців тому

      @@bjo004 Sure, I'll check what I can do :)

  • @TechDoctorMalayalam
    @TechDoctorMalayalam 5 місяців тому +1

    Informative

  • @Serjgap
    @Serjgap 14 днів тому

    This cursor block shape is a nightmare