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

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

КОМЕНТАРІ • 9

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

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

  • @caseystadick8579
    @caseystadick8579 4 місяці тому +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

  • @siya.abc123
    @siya.abc123 3 місяці тому +10

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

  • @matttoal4406
    @matttoal4406 5 днів тому

    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  5 днів тому

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

  • @lucacomba
    @lucacomba 4 місяці тому +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  4 місяці тому +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 3 місяці тому +3

    looks like you over engineered simple web app

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

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