Golang Made Easy: Learn the Basics in Just 10 Minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025

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

  • @MindfulWomaninTech
    @MindfulWomaninTech ปีที่แล้ว +4

    Thank you for sharing a well-composed and concise tutorial about GO. Coming from an experience mostly using Python and a bit less Java, and at the same time never applied to GO. Watching you gave me an idea of how Go works in the initial steps to execute that tool!

    • @devhulk
      @devhulk  ปีที่แล้ว

      Glad it was helpful!

  • @callanjerel
    @callanjerel ปีที่แล้ว +2

    thank you. it is so hard to find concise tutorials and this was perfect

    • @devhulk
      @devhulk  ปีที่แล้ว

      Thank you :) 🙏

  • @jaysec-v7f
    @jaysec-v7f ปีที่แล้ว

    Dudeee great video, please keep doing more Golang projects!! I liked the web scraper project.

    • @devhulk
      @devhulk  ปีที่แล้ว +1

      Thank you! Haha funny you said this, I actually just got done with 2 videos u might like. In the first I write a basic GUI in Bash then in the next video I convert that Bash code into a Golang using tview. Was a really fun random project. If you all like the longer walk through type videos I can do more of them :). The first will hopefully release this Friday or Saturday and the second one will release next Friday.

    • @jaysec-v7f
      @jaysec-v7f ปีที่แล้ว +1

      @@devhulk sweeeet dude, I will check them out. I am just starting with golang and I really liked. I will attend to a hackathon in Miami next month (shell hacks) and I am planning to use go as my main language.

    • @devhulk
      @devhulk  ปีที่แล้ว +1

      That sounds awesome! Keep us updated on how it goes, hackathons are always fun.

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

    This is just what I needed!!! Thank you :)

  • @NX-aerospace-16
    @NX-aerospace-16 5 หลายเดือนก่อน +2

    very good explanation for beginners i really recommend this video

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

      Thank you 🙏

  • @davidlr97
    @davidlr97 ปีที่แล้ว +2

    Some of the code snippets were on-screen for only a very short period and I had to pause and rewind multiple times to see them, but overall very helpful video, thanks!

    • @devhulk
      @devhulk  ปีที่แล้ว +1

      Will keep this in mind for future videos. Thank you for the feedback!

  • @gunarcom
    @gunarcom ปีที่แล้ว

    Good video. The Golang I've written has changed the way I look at code. I'm still a total noob at Go but my Typescript is better for it.

    • @devhulk
      @devhulk  ปีที่แล้ว

      Thank you. Yea Golang is a good bridge to other statically typed languages. I’m not a fan of Typescript and avoid at all cost lol. I have written a lot of JavaScript though.

  • @donwinston
    @donwinston ปีที่แล้ว

    Go seems “retro” to me. I think the designers were experiencing some nostalgia. I’m sticking with Java and PHP.

    • @devhulk
      @devhulk  ปีที่แล้ว

      PHP is the definition of retro 😂. But the Go folks definitely based the initial design on the good ole C days. The language has definitely evolved since then. With the addition of Generics I’m surprised at how Go has morphed over time.