Golang generics in 6 minutes

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

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

  • @jhonsen9842
    @jhonsen9842 5 месяцев назад +2

    Excellent short crisp and valuable content.

  • @karanparwani2829
    @karanparwani2829 Год назад +10

    You made Generic like a piece of Cake, We need more Teacher / Mentors like you,
    Hats Off man 🙂

  • @benitoe.4878
    @benitoe.4878 4 месяца назад +1

    Wow, someone actually managed to explain Generics and Generic Functions in a way that makes them simple to use. One thing to be added: How to make user defined types valid constraints by simply prefixing their underlying primitive type with ~, so that e.g. 'type MyInt int' becomes a valid contraint via ~int.

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

    Just the right level of crispness in tutorial videos that I always looked for.. Thank you so-much boss.. !

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

    Thanks for the great video as always! Maybe something to consider is losing the negative space by way of the background. It would significantly increase the editor's space and make the code more readable.

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

      Thank you, I agree. I am going to look at the formatting and try to improve it

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

    are generics here only for the basic datatypes? or can it also be used for other structs? the usecases seem to be very limited, and we still need to build code that looks so weired like the json.Unmarshal api where we create the object outside and pass a pointer into the function.

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

    I need to know what is you keyboard model ?
    Typing sound is soo satisfying.

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

    This definitely helped. Thanks!

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

    Very useful, thank you

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

    Good intro Alex! Would love to see some code of some OSS projects using Generics and then you talk through? What you think Alex?

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

      We could discuss how we're going to introduce generics into Open Feature! 😁

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

    well explained, thanks

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

    Wow! Look at that! Jesse Pinkman does Golang programming tutorials!
    Seriously though, thanks for the video, it's pretty quick and helpful

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

    Hi,
    Hope you are doing well !
    I have a not so small question :
    I am very interested in Cloud-Native tech and DevOps.
    As of now I am very good at Linux, Docker & started learning Kubernetes.
    I learnt Python for automation, learnt GO, made projects and still building more GO projects.
    I Looked for remote Jobs/Internships for months, and did not find any good ones.
    (Q 1) What do I need to do more to get those remote Jobs/Internships specially in cloud-native companies.
    (Q 2) looked for good-first-issues with Golang to contribute to but, can't figure out nothing. Even with projects that I use and familiar with.
    I didn't find the answer anywhere, Please Help !

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

    Thanks. What is the name of the color scheme?

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

    great!