Top DevOps Tools for Golang [2022]

Поділитися
Вставка
  • Опубліковано 22 сер 2024
  • I got a lot of questions asking me what DevOps tools I use to deploy, monitor and scale up my Go applications. In this video, I'm going to talk about some of the best tools you can use to deploy and manage your Go apps.
    If you have any requests or you want me to go through anything specific then feel free to leave me a comment below.
    --
    Golang Dojo is all about becoming Golang Ninjas together. You can expect all kinds of Golang tutorials, news, tips & tricks, and my daily struggles as a Golang developer. Make sure to subscribe if you look forward to such content!
    Get Your Golang Cheat Sheet! - golangdojo.com...
    Git repos & notes - golangdojo.com...
    Golang Informative - • How much do Golang dev...
    Golang Web App Playlist - • Golang Web App
    --
    #golang #goprogramming #golangdojo

КОМЕНТАРІ • 23

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

    Get your FREE Golang Cheat Sheet -
    golangdojo.com/cheatsheet

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

    Yes, could you do a comparison, and also perhaps include upcloud. I ask becuase I've seen somewhere saying they have better performace per instance of shared CPU

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

    Yes we'll love your demo of Go with DigitalOcean

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

    niceeee video been waiting for this from you Dojo

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

    Awesome video. I actually want to get into testing and deploying with GitLab.

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

    I am really interested in this topic. Waiting for next video

    • @GolangDojo
      @GolangDojo  2 роки тому +3

      More on devops incoming!

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

    2:07 isn't that the Java source? Also, the Java byte code requires a vm runtime to execute that will significantly add to the size on the target platform. This is an apples to oranges comparison.

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

    Please make a video on hosting golang on DO

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

    Thank you😊! Is possible to be hired ONLY knowing golang without anything else? And: is better to learn docker and kubernates or just 1 of these? Thank you!

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

    Nice video. Thx.

  • @Alex419
    @Alex419 2 роки тому +3

    A video about digital ocean with go would be great!

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

      Digital Ocean has AMAZING online tutorials for working with it, on their site.

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

    Please make a video on hosting GoLang on digital ocean by both methods first by creating computing instances and another by using their app deploy feature.

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

    Please make a video explaining hosting of our own static/dynamic website on DigitalOcean or somewhere else.

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

    Hey, can you please demo go agent setup in new relic for monitoring a go application?

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

    you miss the point go has its whole runtime embedded in its binary, while java needs a java runtime installed to be usable

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

    really great work bro, saludos

  • @weissmannrob
    @weissmannrob 2 роки тому +3

    Your vids are great.
    But you shouldn’t compare Go and Java in this context.
    First, there is no executable here for Java. It’s only a tiny part of the whole binary complex being shown here (besides you pointed to the source file and not the compiled binary class file)
    Second, Java runs in a JVM and the created class file has tons of dependencies on other class files you not seeing here. So it will be much bigger as the Go executable.
    At the end you compare apples with bears.
    But you wanna make a point about TinyGo. Clear.

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

    pls make a video about digital ocean

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

    Hey, thanks for your video! I tried to subscribe and get your Goland Cheat Sheet - multiple times, but still didn't received a mail with the cheat sheet. Is your maildemon bugged or sth?

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

    what is that IDE?