What is the GOTH stack? Quickly build web apps using Go, Templ, and Htmx

Поділитися
Вставка
  • Опубліковано 19 лис 2024

КОМЕНТАРІ • 10

  • @stltechmeetups
    @stltechmeetups  5 місяців тому +3

    Have you tried out the GOTH stack? Let us know your results here in the comments!

  • @siya.abc123
    @siya.abc123 5 місяців тому +14

    I'm desperate for this, I want to be done with the js frameworks chaos

  • @caseystadick8579
    @caseystadick8579 5 місяців тому +4

    For internal development tools that don't need any super fancy bells and whistles, I think using a templating language and tailwind CSS is good enough. Thanks for showing the stack in use on go

  • @matttoal4406
    @matttoal4406 Місяць тому +1

    I was an software developer intern at NISC Lake St. Louis. I used Java and Angular quite a bit, but I would've much rather have used the GOTH stack instead!

    • @stltechmeetups
      @stltechmeetups  Місяць тому

      That’s awesome! Hopefully that experience prepped you well for your career. And of course, the GOTH stack is much more fun! 😉

  • @lucacomba
    @lucacomba 5 місяців тому +2

    Hey Paul, great presentation! Do you think “air” would be helpful when creating any go services so that you can have your service running, make code changes and test it with let’s say Postman at the same time?

    • @stltechmeetups
      @stltechmeetups  5 місяців тому +2

      Absolutely! The only issue is if you need to use the debugger. It’s quick and easy to set up, so I’d love to hear how it works for you.

  • @whiletrue1-wb6xf
    @whiletrue1-wb6xf 5 місяців тому +3

    looks like you over engineered simple web app

    • @stltechmeetups
      @stltechmeetups  5 місяців тому +4

      😅For simply tracking "places," admittedly, this is overkill. As a template for larger applications, establishing the M-V-C pattern will be of benefit.