Do NOT Write Another Project Until You Watch This Video

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

КОМЕНТАРІ • 39

  • @anthonygg_
    @anthonygg_  13 годин тому +3

    ► Join my Discord community for FREE education 👉 discord.com/invite/Ac7CWREe58
    ► Follow me on Twitter 👉 twitter.com/anthdm
    ► Follow me on GitHub 👉 github.com/anthdm
    Peace and love

  • @twitchizle
    @twitchizle 12 годин тому +24

    my man discovered web server in go

  • @iliasf2415
    @iliasf2415 8 годин тому +1

    I really enjoy your videos a lot! They've taught me so much, and I'm very happy to learn from you. You're the first big Belgian UA-camr I've followed, and I admire you a lot. I hope to see you someday in Antwerp or somewhere else!

  • @hardikmaind9833
    @hardikmaind9833 11 годин тому +1

    this is soo cool..would be applying this next time i create a mini/personal project

  • @erikslorenz
    @erikslorenz 5 годин тому

    That's pretty awesome. I got so tired of having multiple repos for a frontend, backend, etc. I've been doing something similar lately.

  • @amit_go
    @amit_go 13 годин тому +2

    From tweet to video 😂💯

  • @dandogamer
    @dandogamer 10 годин тому +2

    What is Remix? Is it client side or one of those weird meta framework things that operates on the client/server. If thats the case are you running 2 different backends?

  • @GerardvanVooren
    @GerardvanVooren 11 годин тому +2

    Beste Anthony. Mijn project is ook Go. De server pack ik in met Docker en voor de client (in dezelfde repo) gebruik ik Fyne (ook in Go). Dus ik heb uiteindelijk maar twee executables. (misschien een paar meer)

  • @NguyenDuy-mj3wh
    @NguyenDuy-mj3wh 12 годин тому

    Thats nice 🎉❤ I am looking for a simple way to ship my project faster. And here it is.

  • @remcoe33
    @remcoe33 8 годин тому

    Do this all the time with svelte static adapter. Works great!

  • @SepehrYahyaee
    @SepehrYahyaee 12 годин тому +2

    Would you please share your Zed configuration settings ?, I can't find the settings online about switching off the brackets or paranthesis highlighting when your cursor is on them!

    • @itsghano
      @itsghano 8 годин тому

      you can try tweaking "experimental.theme_overrides" setting which changes the Zed's current color scheme

  • @macawls
    @macawls 8 годин тому

    Love pocketbase, its so productive. Can spin up anything.

  • @bilbobeutlin3405
    @bilbobeutlin3405 10 годин тому +2

    If you embed you database into the binary, isn't the data lost when you build and deploy a new version?

  • @dima-l2m1k
    @dima-l2m1k 7 годин тому

    Man, this is really powerful combo, and easy to Go stack)

  • @boopfer387
    @boopfer387 7 годин тому

    awesome, I just started using sqlite in my app for this same reason - setting up a backend db etc..

  • @fuadnafiz98
    @fuadnafiz98 12 годин тому

    Hello Anthony Great Video Wanted to know a bit about security concerns, as the database is also embeded how do you (or in the golang) makes sure that the database is not being compromised from the application level

  • @luccadibenedetto2986
    @luccadibenedetto2986 8 годин тому

    Whats up with the admin dashboard being accessible through the same url? No auth and Same port? What about security?

  • @hardikmaind9833
    @hardikmaind9833 10 годин тому

    yo man i did it....thanks.I didn’t know that we could also embed static files into the go binary.

    • @hardikmaind9833
      @hardikmaind9833 10 годин тому

      i mean i used to do this in the djngo. but glad to know this also

  • @havoq8257
    @havoq8257 12 годин тому

    What theme is your Code Editor in?

  • @RishiMishra-to9by
    @RishiMishra-to9by 13 годин тому +3

    Hi Anthony, I had a small question. Why did you choose Remix instead of Nextjs in your new projects? Especially when Nextjs is sort of becoming an industry standard

    • @bopon4090
      @bopon4090 12 годин тому +3

      it's probably because Next.js do not allow / it's hard to make single page application. Most of the people who use next.js uses with node for server side rendering but if you want to make single page application then it's kind of hard due to nextjs's page router. That's what i found when i tried to create SPA with next js.

    • @RishiMishra-to9by
      @RishiMishra-to9by 12 годин тому

      @bopon4090 page router is like 2 years old now if I'm not mistaken, and nextjs 15 is pretty much a game changer with app router, react 19 integration and a lot of other cool stuff

    • @adiy77
      @adiy77 12 годин тому +2

      ​@@bopon4090in other words, implementing Client side rendering using next js is pain, right?.. just wanted to confirm, ima backend developer having just higher level knowledge of FE.. thanks

    • @jaymason7097
      @jaymason7097 12 годин тому +6

      Because next js feels like an abstraction made by cats.

    • @RishiMishra-to9by
      @RishiMishra-to9by 12 годин тому

      @@jaymason7097 😂👍

  • @hassanad94
    @hassanad94 11 годин тому

    Simplicity is king :D
    I just wonder is it possible to add pocketbase without the route handling? What if i just want to extend my backend with pocketbase and im fine with my current route handlers.

  • @adhdaddventure
    @adhdaddventure 11 годин тому

    I want to do this but with Svelte. How should that work.

  • @realoctavian
    @realoctavian 9 годин тому

    man I love balloons

  • @dejanduh2645
    @dejanduh2645 11 годин тому

    Pocket base gives you some overhead, why don't just use the std only?

  • @Sam-rb1id
    @Sam-rb1id 9 годин тому

    Nice!

  • @dev-mantas
    @dev-mantas 12 годин тому

    Normalli handle the SPA router thing in nginx or traefik