Strings, Bytes and Runes | Golang | intermediate level

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

КОМЕНТАРІ • 11

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

    the best explanation on UA-cam

  • @maksymilianbiruk6877
    @maksymilianbiruk6877 Рік тому +1

    Thanks for this video. Can't wait to see more golang related videos ;)

  • @OpenDeepLearning
    @OpenDeepLearning Рік тому

    Your channel is gold!

  • @maksymilianbiruk6877
    @maksymilianbiruk6877 Рік тому +1

    I would be so glad if you could create a video that covers memory allocation in depth with garbage collection in golang. As far as i know golang uses mark and sweep algorithm but nice visualization would be awesome.

    • @sreekanthpr
      @sreekanthpr  Рік тому

      I don't have enough knowledge on that at this point. I'm hoping to do something like that towards the end of this Golang series. In the next video on maps, I will try to cover some of the internal implementation details.

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

    great content!

  • @jen24499
    @jen24499 Рік тому

    That would be cool to see the same vid for Python!

  • @shiro836_
    @shiro836_ Рік тому

    Thanks

  • @kalyan8601
    @kalyan8601 Рік тому

    What tools do you use to make your animations ? And how do you combine that with a text to speech program you seem to use ?

    • @sreekanthpr
      @sreekanthpr  Рік тому

      Video is generated using github.com/ManimCommunity/manim . Images with draw.io. Audio with microsoft word >> view >> immersive reader and recorded with Audacity. Audio and video is then combined using Davinci resolve.

    • @kalyan8601
      @kalyan8601 Рік тому

      @@sreekanthpr That's impressive. Is there any reason you use system generated audio instead of speaking yourself? Also how long does it take for you on an average to make a video this way? It would also be great if you make any tutorial on the way you make videos. Thanks