Go Class: 15 Networking with HTTP

Поділитися
Вставка
  • Опубліковано 10 лют 2025
  • In this segment I introduce Go's support for HTTP clients and servers and give a little preview of Go's support for object-oriented programming.
    Slides at: github.com/mat...

КОМЕНТАРІ • 17

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

    Thanks matt i wanted to learn go for my project and when i was learning js i didn't have a teacher as great as you thanks man thanks for the efforts you put in in putting up these important and minute details You Rock

  • @michaelasin6050
    @michaelasin6050 2 роки тому +6

    This is the best introductory go http tutorial I've even seen, thank you:)

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

    These classes are more than gold. Excellent class been enjoying this

  • @eirikpettersen3257
    @eirikpettersen3257 2 роки тому +4

    Great explanation of templates, thanks!

  • @53nat0r
    @53nat0r Рік тому +1

    Very thorough and great trainer. More please : )

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

    Amazing content

  • @itprofit32
    @itprofit32 3 роки тому +7

    Great lessons , UA-cam agl works bad :(

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

    either me finish this or this finish me

  • @jamestillman5247
    @jamestillman5247 2 роки тому +1

    I thought Go was procedural based and not object oriented? Unless I'm missing something. Also sorry I'm new to Golang so I'm a beginner at this stuff.

    • @pedrojpx
      @pedrojpx 2 роки тому

      I am a beginner too and my impression so far is that it has the capacity for both... during development you can strive for more OOP style stuff or more procedural style depending on your expertise and what you are trying to accomplish

  • @larrasket
    @larrasket 2 роки тому +2

    18:51 What is that?

    • @invisiblehippo
      @invisiblehippo 2 роки тому

      Can you be more specific?

    • @larrasket
      @larrasket 2 роки тому +1

      @@invisiblehippo The other option "there's an optional way to set things up so that when you decode and there's a field that doesn't decode into your struct, you get some sort of warning or error"

  • @wogvorph
    @wogvorph 8 місяців тому

    Damn this makes me feel so stupid again and again

  • @CristianNica-qp6os
    @CristianNica-qp6os 3 місяці тому

    Seeing your face besides the code is distracting

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

    Matt, Thank you for the course. Is there a reason why `http.ResponseWriter` interface has the `Write` method instead of including `io.Writer`?

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

      io.writer is basic so is not used quite often and http.ResponseWriter is more advanced