This is the BEST Way to Build Full-Stack Projects

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

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

  • @MelkeyDev
    @MelkeyDev  Месяц назад +15

    Subscribe to save the dolphins

  • @KRayBB
    @KRayBB Месяц назад +8

    i've been using t3 app but now learning go. this is exactly what i'm looking for to setup my next go and react project, thanks for taking the time to build this!

  • @MelkeyDev
    @MelkeyDev  Месяц назад +10

    okay
    svelte next?
    50k subscribers and we'll do it

    • @scycer
      @scycer Месяц назад +2

      Nah just svelte, not next 😜

  • @Gorops
    @Gorops Месяц назад +19

    Waiting for Svelte.

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

      Frontend is already complex and rapidly changing just use React/Angular/Vue and ship the feature. Svelte syntax now look more like React anyway!

    • @eptic-c
      @eptic-c Месяц назад

      @@statuschannel8572 There is a difference between "look" and "feel". Also, it looks more like SolidJS, because that's where are the signals are really from, not from react.

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

      it would be pretty easy just change the vite config and use svelte instead of react

  • @codygibbs7288
    @codygibbs7288 Месяц назад +10

    I love go-blueprint! Would be really cool to have a docker option so that we can run the db, server, and client in separate containers

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

    Amazing. I have used go-blueprint for a Backend service and I really like it. Now I can use it for a fullstack. Thanks for all the hard work 💪🏻

  • @naivedev
    @naivedev Месяц назад +7

    Can't wait to play around with this as we wait for the svelte version 😅

  • @codedbyshoe
    @codedbyshoe Месяц назад +2

    It would be cool to add a go-inertia option so you have inertia handle the communication layer. I could make an example project to show how it works with the go adapter.

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

    really nice, have been using this for quite a while for building fullstack apps and with this function it makes things really easier. keep up the good work

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

    Feature request - Authentication implementation both basic and Oauth2, logging and monitoring also

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

    Just getting into Go - this looks excellent!

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

    I think other options for frontend will make this blow up , The problem with react is as someone with the perspective of backend developer it'd hard to start with react. IMO something like svelte or vue would be way better

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

    I used go-blueprint days back and it saved me the stress of creating folders upon folders😂... I'm new to Go ecosystem (programming in general) though but I hope to start contributing to open source soon

  • @김주원-e9m
    @김주원-e9m Месяц назад

    What a nice cli tool for go backend ! I will definitely use it later! thanks melkey

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

    A video on how to deploy this into a prod env and dev env would be nuts and complete the full circle.
    Have the config needed to make your frontend point to the prod API and DB or to point to Dev/staging API and DB.
    Great job on the blueprint project, I can see it become my default easily.

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

    I'm about to learn Go today

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

    subscribed! i like that this is not SSR out of the box :)

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

    Awesome, typed api calls is what I want derived from the backend types.

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

    I built my custom setup with go standard library backend (with redis, MS SQL server) + Nextjs frontend (tailwind, trpc, Authjs)

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

      How does trpc work with a go backend?

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

    adding some rpc would be nice too

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

    Svelte would be nice. But I’m fine with react or htmx. Go blueprint already gets us off to a fast start

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

    awesome, thanks for this feature!!

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

    Looks awesome, will give it a try.

  • @EmilioGonzalez-yb8tr
    @EmilioGonzalez-yb8tr Месяц назад

    It'd be cool to have some end2end typesafety with react-query or something like that

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

    You should try gomponents

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

    can i use bun

  • @michael-tsai
    @michael-tsai Месяц назад

    Looks interesting, will try it. Thank you!

  • @randeepyasintha140
    @randeepyasintha140 25 дней назад

    I wish i could be talented and knowledgeable as you someday.

  • @terxxxz
    @terxxxz 27 дней назад

    which font do u use in neovim?

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

    very nice Melkey

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

    You just made my week

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

    Hello from Laravel land, learning Go at the moment in my spare time and this looks interesting. Had also been wondering if theres much use of Inertia js with Go as seen that has some community adaptors for Go

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

    Love this. Thanks dude

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

    Genuine question. Why would someone use React + Another language backend, when I could just use NextJS or SveleteKit? Don't those frameworks do a lot of the heavy lifting that something like this wouldn't?

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

      It's a fair question. NextJS + SvelteKit are great, however they add a lot of features to a project that someone wouldnt really want.
      Also, go-blueprint is whole different programming paradigm where theres a clear separation of concerns between the client and server, where as those have them together and are very closely coupled.

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

    Awesome man❤

  • @OhDevBeard
    @OhDevBeard Месяц назад +10

    A sveltekit template would be cool 😂

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

      yes it would ba awesome

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

      Yes! Please include svelte in the advanced options as well. Vite can initialize a svelte as well.

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

      its all same shit anyway

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

    Waiting for next js

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

    How about one with Vue.

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

    I installed go-blueprint but it is not working. I am getting - go-blueprint: command not found

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

    Maybe I need use neovim too?

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

    I see people saying svelte... Is svelte easier than React?

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

    Love this. ❤

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

    Nice man 🤌

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

    Looks cool, thanks

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

    We need one with Angular 😢😢😢

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

    Is he using sublime ?

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

    Nice, love the addition of react. Can we add a modern front end library rather than a legacy solution?

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

    Spring boot Angular is the best

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

    Awesome 😎

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

    rn im building my project with nextjs and golang hahaaha

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

    Do that on some framework which is actually worth to use in 2024. React is slow on nowadays standards.

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

      okay - which one?

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

      @@MelkeyDev NextJs ?

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

      @@MelkeyDev Sveltekit and solidjs are the chosen ones currently, the frontend development is changing in a "minimalist" way currently. Thats why solidjs and sveltekit are the ones probably in 2025-2026. Also the user experience by nowadays standards is measured by the performance. So you got like 2 mosts performant frontends there.

  • @zeroz2511
    @zeroz2511 Месяц назад +3

    it would be nice to also see pocketbase in its use as a framework

    • @samanderson4881
      @samanderson4881 Месяц назад +3

      why, pocketbase is batteries included. what would you want from blueprint?

  • @saurabhsagar_
    @saurabhsagar_ Месяц назад +2

    we need golang tutorial asap

  • @heyyyoo3454
    @heyyyoo3454 29 дней назад

    Add auth to this pls man

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

    could think of adding supabase

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

    Downvoted and skipped the video at 6 seconds lol. New record. Did you a solid and commented for engagement to offset my bad.

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

      Okay, why?

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

      ​@@MelkeyDevchaotic neutral. Some of us took a stand against scaffolding and the bloated mess that is npm and React. Go saved us. You're bringing that garbage to our playground 😂. Let us 28 Go developers have something damnit.

    • @MelkeyDev
      @MelkeyDev  Месяц назад +2

      I hear you, but taking it out on me as an OSS author and someone who has been tying to preach Go to the masses for the last two years seems unfair.
      Go-blueprint just spins some basic stuff up. You can choose as little or as much as you want to include. Everyone has their opinions, but dislikes do damage to a YT channel.

    • @Johanthegnarler
      @Johanthegnarler Месяц назад +2

      @@MelkeyDev that's fair, you're right. Not trying to do actual damage. Not a slight against your work either.

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

      @@MelkeyDev do not focus on bad comments people always try to hate keep the grinding love go blueprint btw!