Golang Libraries You MUST Learn (2022)

Поділитися
Вставка
  • Опубліковано 30 бер 2022
  • Golang Libraries You MUST Learn (2022)
    Third-party libraries can sometimes make or break the adoption of a programming language. In this video we will list out a few of these golang libraries you will likely encounter when writing Go code. Enjoy!
    --
    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/cheatsheet
    Git repos & notes - golangdojo.com/resources
    Golang Basics - • Golang Basics - Instal...
    Golang Informative - • How much do Golang dev...
    --
    #golang #goprogramming #golangdojo
  • Наука та технологія

КОМЕНТАРІ • 43

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

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

    • @Pedro-ko1mh
      @Pedro-ko1mh 2 роки тому +1

      Love your videos! Thank you for your great work and explanations!
      One quick question, are you going to update the Cheat Sheet with Generics soon?

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

      could not get the cheatsheet, I have checked the spam folder and I tried 2 different emails and still nothing

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

      Like chaoticsys says: I could not get the cheatsheet, I have checked the spam folder and I tried 2 different emails and still nothing

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

    libraries I think worth learning in go:
    1- cobra: easy to make cli apps
    2- prmptui: combine it with cobra to make interactive cli apps.
    3- entgo: the fantastic orm in my opinion so much better than gorm.
    4- echo: solid http library.
    5- gofiber: http library built on fasthttp to enable light speed.
    6- gqlgen: to generate graphql servers.

  • @franck4690
    @franck4690 2 роки тому +18

    Hello yes it would be nice to have a tutorial focus on GORM :)

  • @roy_c
    @roy_c 2 роки тому +10

    Viper is another pretty good library. Helps a lot with configuration files by environments

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

    please, a GORM tutorial 🙏🏻

  • @gogopher1093
    @gogopher1093 2 роки тому +15

    -- Chapters --
    1. GORM 0:42
    2. Testify 2:22
    3. Zap 3:21
    4. CLI 4:03
    5. Gorilla Web Toolkit 4:35

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

    Green greens outro earned my sub

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

    "Who's writing these test cases anyway?" That made me laugh. Nice.

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

    We use the Golang SDK of Docker I really enjoy it.

  • @Jam-ht2ky
    @Jam-ht2ky 11 місяців тому

    dope channel

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

    Been checking your content daily and improving my Go abilities. Can you please make a video on a topic that is extremely confusing (at least, for me), which is contexts?
    Thank you!

  • @4strodev
    @4strodev Рік тому

    For reading config files you can use koanf which in my opinion is better than viper. For managing files I use afero from spf13

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

    Ent also deserves some limelight as Gorm does. May be you can visit ent in future. :)

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

    "As long its compile" Oo. Without TDD, CI/CD we are back to 90's.

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

    Vite-plugin-node make possible to use go as a compiler to node J's it's super fast and I love it

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

    👍👍👍👍👍👍

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

    can you make a detailed video on urfave?

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

    would like a tutorial on gorilla/mux as well!

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

    How about compare fabric vs gin vs gorilla
    Also interested about gota for dataframes
    For cli the best is viper 👀
    Finaly thanks a lot for your videos keep on 👌

  • @kabar_no.2
    @kabar_no.2 2 роки тому

    pls do a tutorial in sdl2 go libary for game dev

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

    Entgo is underrated it deserves much more respect then GORM

  • @shiva.sharan
    @shiva.sharan 2 роки тому

    GORM tutorial pls

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

    There is no Gin?

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

    The cheat sheet isn’t working or is real slow

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

    I prefer logrus than zap

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

    Gonum

  • @74Bagas
    @74Bagas 2 роки тому

    man, gorm is fire, but the documentation, i hate it hahha

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

    1- gorm
    2- testify
    3- zap
    4- cli
    5- gorilla web toolkit

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

    Don’t really like gin. Moving to gorilla

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

    No mention about gin?

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

    gorilla mux