Go from Zero to Hero: Learn Golang in 15 minutes!

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 33

  • @GlarityHD
    @GlarityHD 8 หลายเดือนก่อน +3

    Good explanations and very good editing! Maybe make an advanced Go video going into templates, Go routines and channels? Another idea might be an intro to vim and vim motions

    • @FloWoelki
      @FloWoelki  8 หลายเดือนก่อน

      Thank you for the feedback, always appreciate any feedback!
      Yes, I've actually got some sort of advanced go (including a go video about concurrency) in the pipeline as well :) But thank you for the ideas about vim and vim motions!
      If you also have more ideas, always feel free to share them :) Thanks again!

  • @higiniofuentes2551
    @higiniofuentes2551 2 หลายเดือนก่อน

    More than zero to hero, is a refresher video if you know already GO!

  • @sarangs722
    @sarangs722 8 หลายเดือนก่อน +2

    Explanations for Interface section were hard to follow and honestly I didn't understand anything in that. Everything else was pretty good!

    • @FloWoelki
      @FloWoelki  8 หลายเดือนก่อน +4

      Thank you for the feedback! I'll do an extra video where I go into more detail about the differences between structs and interfaces. But, if you come from a different OOP language, it's basically the same thing. So interfaces define just some sort of contracts without the logic. That means, that interfaces separate "what" a type should do from "how" it does it. Hope that helps :)

    • @neneodonkor
      @neneodonkor 8 หลายเดือนก่อน +1

      @@FloWoelki Yea it was too short. Need more clarification.

  • @PedroCarvalho-qf4bw
    @PedroCarvalho-qf4bw 4 หลายเดือนก่อน

    Really enjoying your videos, learning a lot about go

    • @FloWoelki
      @FloWoelki  3 หลายเดือนก่อน

      So awesome to hear! :)

  • @LeviElekes
    @LeviElekes 8 หลายเดือนก่อน

    thanks for the video

    • @FloWoelki
      @FloWoelki  8 หลายเดือนก่อน

      I am glad you've liked it :)

  • @lutfiikbalmajid
    @lutfiikbalmajid 4 หลายเดือนก่อน

    Best explanation ever

    • @FloWoelki
      @FloWoelki  4 หลายเดือนก่อน

      Thank you so much :)

  • @higiniofuentes2551
    @higiniofuentes2551 2 หลายเดือนก่อน

    Thank you for this very useful video!

    • @FloWoelki
      @FloWoelki  2 หลายเดือนก่อน +1

      Glad it was helpful! :)

  • @codingcrashkurse6429
    @codingcrashkurse6429 8 หลายเดือนก่อน

    Nice editing skills you developed Florian. Are you using premiere pro?

    • @FloWoelki
      @FloWoelki  8 หลายเดือนก่อน

      Danke dir :)
      No I am using Davinci Resolve for all of the motion graphics + editing.

  • @TechDoctorMalayalam
    @TechDoctorMalayalam 5 หลายเดือนก่อน +1

    Great video

    • @FloWoelki
      @FloWoelki  5 หลายเดือนก่อน

      Glad you enjoyed it!

  • @AbdulWahab-ev2ct
    @AbdulWahab-ev2ct 5 หลายเดือนก่อน

    That looks great. Is it Dank Mono?

    • @FloWoelki
      @FloWoelki  5 หลายเดือนก่อน

      What do you specifically mean?

    • @AbdulWahab-ev2ct
      @AbdulWahab-ev2ct 5 หลายเดือนก่อน

      @@FloWoelki Font you are using on terminal?

    • @FloWoelki
      @FloWoelki  5 หลายเดือนก่อน

      @@AbdulWahab-ev2ct Got it! I use the Monaspace font. Hope that helps :)

  • @pavloburyanov5842
    @pavloburyanov5842 4 หลายเดือนก่อน

    so..
    x = append(x, 6) is O(n), correct?

    • @pavloburyanov5842
      @pavloburyanov5842 4 หลายเดือนก่อน

      oh. I think I get:
      it just creates new pointer to same mem address but larger offset

    • @FloWoelki
      @FloWoelki  3 หลายเดือนก่อน

      It's not always O(n). Whenever `n` gets bigger, it is more unlikely that reallocations (O(n)) happen. So the average amortized time complexity is O(1) whereas the worst case time complexity is O(n).

  • @ktappdev
    @ktappdev 4 หลายเดือนก่อน

    Thank you sir

    • @FloWoelki
      @FloWoelki  4 หลายเดือนก่อน

      Sure thing :)

  • @alHailHale
    @alHailHale 8 หลายเดือนก่อน

    This is so good, can you do one for Rust?

    • @FloWoelki
      @FloWoelki  8 หลายเดือนก่อน +2

      Thank you! :) I think this one could be really hard, especially because there is so much to explain for Rust :D But let's see, maybe I can break down the most important concepts in Rust into 15 minutes.

    • @alHailHale
      @alHailHale 8 หลายเดือนก่อน +1

      @FloWoelki That would be amazing. This video was perfect because it didn't try to summarise everything but rather focused on the core concepts and patterns.
      But yeah, I understand you, idiomatic rust can be very different from other languages.

    • @simonkalu
      @simonkalu 5 หลายเดือนก่อน

      @@FloWoelki i literally fell on the fell when I read "I think this one could really hard because there is so much to explain in RUST"... Rust is not for the weak. Well, said

  • @KimberlyWilliamsch
    @KimberlyWilliamsch 8 หลายเดือนก่อน

    can i subscribe your channel?

    • @FloWoelki
      @FloWoelki  8 หลายเดือนก่อน

      Feel free to do so :) I always appreciate it!