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!
@naivedev3 күн бұрын
Can't wait to play around with this as we wait for the svelte version 😅
@isaacdruin2 күн бұрын
⭐
@ErmandDurro3 күн бұрын
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 💪🏻
@MelkeyDev2 күн бұрын
okay svelte next? 50k subscribers and we'll do it
@scycerКүн бұрын
Nah just svelte, not next 😜
@codygibbs72883 күн бұрын
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
@codedbyshoe3 күн бұрын
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_o3 күн бұрын
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
@김주원-e9m3 күн бұрын
What a nice cli tool for go backend ! I will definitely use it later! thanks melkey
@thegrumpydeveloper3 күн бұрын
Awesome, typed api calls is what I want derived from the backend types.
@Gorops3 күн бұрын
Waiting for Svelte.
@statuschannel85723 күн бұрын
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Күн бұрын
@@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.
@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.
@petewond53663 күн бұрын
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
@Mr_MicDaniel2 күн бұрын
Feature request - Authentication implementation both basic and Oauth2, logging and monitoring also
@kaas993 күн бұрын
I built my custom setup with go standard library backend (with redis, MS SQL server) + Nextjs frontend (tailwind, trpc, Authjs)
@joelv44952 күн бұрын
How does trpc work with a go backend?
@aldrickdev2 күн бұрын
awesome, thanks for this feature!!
@andelsonnicolaslopezysabel25013 күн бұрын
Looks awesome, will give it a try.
@stevepottz1112 күн бұрын
Svelte would be nice. But I’m fine with react or htmx. Go blueprint already gets us off to a fast start
@MarcosBianchessi2 күн бұрын
You should try gomponents
@itemcountinventory3 күн бұрын
subscribed! i like that this is not SSR out of the box :)
@eduardosalles92122 күн бұрын
very nice Melkey
@michael-tsai3 күн бұрын
Looks interesting, will try it. Thank you!
@Mirislomovmirjalol2 күн бұрын
Waiting for next js
@EmilioGonzalez-yb8tr3 күн бұрын
It'd be cool to have some end2end typesafety with react-query or something like that
@dinakanwamu56762 күн бұрын
You just made my week
@paulmurray32443 күн бұрын
Love this. Thanks dude
@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Күн бұрын
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.
@sebastianmocanu63993 күн бұрын
Awesome man❤
@Zmey56563 күн бұрын
Maybe I need use neovim too?
@shreyasvaidya95523 күн бұрын
I installed go-blueprint but it is not working. I am getting - go-blueprint: command not found
@sawatzkyd3 күн бұрын
How about one with Vue.
@kamranhassanK3 күн бұрын
Looks cool, thanks
@rimurusama30203 күн бұрын
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
@jimbobalmori338519 сағат бұрын
Is he using sublime ?
@ammarsalahi13693 күн бұрын
Nice man 🤌
@bopon40903 күн бұрын
Love this. ❤
@pheynnx3 күн бұрын
Awesome 😎
@elsecoding86913 күн бұрын
We need one with Angular 😢😢😢
@OhDevBeard3 күн бұрын
A sveltekit template would be cool 😂
@alexandreprince38833 күн бұрын
yes it would ba awesome
@ishaanmalhotra30083 күн бұрын
Yes! Please include svelte in the advanced options as well. Vite can initialize a svelte as well.
@danko95bgd3 күн бұрын
its all same shit anyway
@darshangaikwad23433 күн бұрын
Spring boot Angular is the best
@haikaltahar9513 күн бұрын
rn im building my project with nextjs and golang hahaaha
@samanderson48813 күн бұрын
Nice, love the addition of react. Can we add a modern front end library rather than a legacy solution?
@raideez3 күн бұрын
Do that on some framework which is actually worth to use in 2024. React is slow on nowadays standards.
@MelkeyDev3 күн бұрын
okay - which one?
@NagibDev3 күн бұрын
@@MelkeyDev NextJs ?
@raideez2 күн бұрын
@@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.
@zeroz25113 күн бұрын
it would be nice to also see pocketbase in its use as a framework
@samanderson48813 күн бұрын
why, pocketbase is batteries included. what would you want from blueprint?
@patrickyong15013 күн бұрын
could think of adding supabase
@saurabhsagar_3 күн бұрын
we need golang tutorial asap
@Johanthegnarler3 күн бұрын
Downvoted and skipped the video at 6 seconds lol. New record. Did you a solid and commented for engagement to offset my bad.
@MelkeyDev3 күн бұрын
Okay, why?
@Johanthegnarler3 күн бұрын
@@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.
@MelkeyDev3 күн бұрын
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.
@Johanthegnarler3 күн бұрын
@@MelkeyDev that's fair, you're right. Not trying to do actual damage. Not a slight against your work either.
@DanielGarza13063 күн бұрын
@@MelkeyDev do not focus on bad comments people always try to hate keep the grinding love go blueprint btw!