How Big Golang project look like and how to read them. Find base backend for Golang

Поділитися
Вставка

КОМЕНТАРІ • 11

  • @on-the-computer
    @on-the-computer  5 місяців тому

    Read code begin at 12:00

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

    nice

  • @on-the-computer
    @on-the-computer  5 місяців тому +5

    i'm not good at English, but we can talk in same language, it's GOLANG 😆

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

    hey bro loved your videos...i am very much confused between java and golang..what to choose..please suggest in 2024

    • @on-the-computer
      @on-the-computer  5 місяців тому +2

      in my opinion:
      - Java have builtin many feature, but so many , you can't understand all the language . Go very small, you can understand all Go in few month and can build many like java library from scratch, it easy than custom library of Java
      - syntax java complex than Go , Java need an IDE to write code , Go can just use any text editor
      If your backend just like CRUD or handle auth or validation, connect db, paging, use Java easy than because Java have many and many library to do it (like framwork spring boot have anything simple backend need) (try do like this in Go, you will see it hard too much) . But if you do it in java, you just learn how to use library
      When you Go , it like build anything from scratch, Go even not have framework for backend (like spring or django). But when you do anything, you understand all your code, build very complex project and high level your code . What i learn in Go is not only Go, it is how i code, what code is good , Go change my mind.
      so in my opinion I chose Golang, i just don't like anything of Java (syntax, eclipse, jvm, mysql, oracle)

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

      @@on-the-computer you cleared all my doubts bro....thanks a lot.....you are great teacher.....

    • @on-the-computer
      @on-the-computer  5 місяців тому

      @@sudarshankumarthakur6874 Glad it was helpful!

  • @farismasud8148
    @farismasud8148 4 місяці тому

    Now I know why Golang is said to be easy to learn but difficult to master.

    • @on-the-computer
      @on-the-computer  4 місяці тому

      @@farismasud8148 yes, because you need write anything , but this is what i like at Go , i can control and understand all my code