Complete Golang and gRPC Microservices (Project Course)

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 42

  • @fadygamilmahrousmasoud5863
    @fadygamilmahrousmasoud5863 7 месяцев назад +7

    i really like your content and way of delevring the concepts, and i need to watch a microservices tutorial from you in go where u can utilize more advanced concepts, maybe project based tutorial like this but with advanced features. i hope u got time for this.
    thanks for ur efforts

    • @TiagoTaquelim
      @TiagoTaquelim  7 месяцев назад +2

      Thank so much!
      Yes I'm working on a huge project with micro-services but I wanted to deliver this first as an intro.

    • @fadygamilmahrousmasoud5863
      @fadygamilmahrousmasoud5863 7 месяцев назад

      @@TiagoTaquelim Waiting for it

  • @fathan1247
    @fathan1247 7 месяцев назад +2

    cant wait for the next videos of this grpc series, love it!

  • @KostasOreopoulos
    @KostasOreopoulos Месяц назад +1

    Great content and nice pace.
    Two remarks.
    1. If you are windows user, change the make run-something to go run ./services/etc/etc *.go, or go run ./services/etc/etc main (the you are setting the current path and then the package to run or file.
    2. the handlefunc pattern is now "/" . This will call the endpoint twice. One for our own call and one for /favicon, which will match. Change the pattern to "/{$}" to make it exclusive to the root path.

  • @vinayakhegde3068
    @vinayakhegde3068 7 месяцев назад +5

    Thanks for all the content Just started learning GO :D

  • @ramdoni3935
    @ramdoni3935 7 месяцев назад +3

    Heyy Man Lets gooo Countinue Microservice seriess..... :) Grpc And GateWay HttpAPI Please

    • @TiagoTaquelim
      @TiagoTaquelim  7 месяцев назад +1

      I'm working on one big course with those topics!

  • @tiagovieira4769
    @tiagovieira4769 7 месяцев назад +2

    Good, continue

  • @Soo_29
    @Soo_29 7 месяцев назад +2

    love your content!!

  • @prashlovessamosa
    @prashlovessamosa 7 месяцев назад +1

    Thanks buddy I will try to build this before the weekend.
    your videos are super helpful very grateful to you

    • @TiagoTaquelim
      @TiagoTaquelim  7 месяцев назад

      Awesome dude! Thanks for all support in all of the videos!
      Lemme us know in the community if you need help!

  • @pasanmadhuranga9545
    @pasanmadhuranga9545 4 месяца назад +2

    great work, keep it up😍

  • @melangabd
    @melangabd 7 месяцев назад +1

    Exactly what I was looking for 😍

  • @fullstack_journey
    @fullstack_journey 7 месяцев назад +1

    Great course.

  • @taunado
    @taunado 14 дней назад +1

    Just watched a video from a dev of DoorDash talking about how microservices add complexy and scalability issues for short-term satisfaction. Basically, the future of the app will suffer. What is your stance on microservices today? If the app scales then you'll take the time to rewrite/migrate to a more native, flexible solution and do away with the microservice that causes barriers to growth?

    • @TiagoTaquelim
      @TiagoTaquelim  14 дней назад

      Ye I think I remember that talk.
      Imo, the microservices complexity is well known, there are definite use-cases for it were it shines as well where it doesn't.
      As with everything is swe it's all about measuring cons and pros for the problem and business.
      Regarding the rewrite as it scales: I think that is the way to go. Especially if your team grows and is split into multiple domains, each service/domain could be a team.
      This comes with it's own problems, but at the end of the day the business grows.

    • @taunado
      @taunado 14 дней назад +1

      @@TiagoTaquelim Thanks. I'm finishing up a Nextjs Prisma app that was super simple with basic backend knowledge. I'm learning Go as I know I'll most likely want to make improvements if my apps gain traction, though I'm concerned about the migration process. Having said that, with the help of CursorAI and if I use the same DB, it doesn't sound too problematic and may be a lot faster than setting up a full backend using Go and minimal microservices. Interesting and exciting times for 'fullstack' dev.

  • @langqin
    @langqin 4 месяца назад +1

    thank you, very helpful !

  • @nahuelherrera8044
    @nahuelherrera8044 7 месяцев назад +1

    Thank u man. 🇦🇷

  • @cypherop2608
    @cypherop2608 7 месяцев назад +1

    please continue this course

  • @shreyojitdas9333
    @shreyojitdas9333 7 месяцев назад +1

    sir this was so good can you please show complete deployment of this using docker k8 and azure

  • @Alfrednohike9909
    @Alfrednohike9909 7 месяцев назад +1

    subbed! keep going please

  • @AnwarSaginbai
    @AnwarSaginbai 7 месяцев назад +1

    Thanks!

  • @tetakamgasteve5876
    @tetakamgasteve5876 3 месяца назад +1

    Hello!
    Where should I start backend programming with the Go language using your tutorials?
    Thank you very much.

    • @TiagoTaquelim
      @TiagoTaquelim  3 месяца назад +1

      I would first learn Go from the official documentation and then either pick a book on Go or build projects.
      Then I would say the videos on the channel would be useful, because I focus on web development.

  • @prakashchoudhary3058
    @prakashchoudhary3058 3 месяца назад

    Hi, If you dont mind sharing, what is the vscode theme, file icon and the font?

  • @ama43n
    @ama43n Месяц назад

    what is the theme u r using for vs code?

  • @Mania_Dev
    @Mania_Dev 7 месяцев назад

    Hi, my vs code is not detecting proto files after installing extensions and everything. Any help will be appreciated .Thanks

    • @TiagoTaquelim
      @TiagoTaquelim  7 месяцев назад

      Which one extension do u have?

  • @donesk11
    @donesk11 7 месяцев назад

    hey bro, can u show us your vs code setup for golang (extensions for hints). keep going it' s so amazing

    • @TiagoTaquelim
      @TiagoTaquelim  7 месяцев назад

      I have somewhere on git mu .dotfiles with the vs code configs.

  • @kirakira160
    @kirakira160 7 месяцев назад

    Awsome sir is it Metadata package explanation?

    • @TiagoTaquelim
      @TiagoTaquelim  7 месяцев назад

      Thanks! What do u mean by Metadata package?

  • @sarcasticdna
    @sarcasticdna 3 месяца назад +1

    The tutorial is good but definitely not for beginners

  • @sarves_boreddy
    @sarves_boreddy 7 месяцев назад +1

    First comment 😅

  • @johnkucharsky6927
    @johnkucharsky6927 7 месяцев назад

    Too fast

  • @viniciusrodrigues2180
    @viniciusrodrigues2180 6 месяцев назад +1

    Good vídeo, it helped me get started with grpc in golang but i have some considerations about the project, i found the naming scheme kinda messy (several grpc.go files in different places), I saw some code that prepped the package in this case. I think that maybe something like handler.grpc.go for example would be more descriptive.
    What do you think about it?