This is the BEST Way to Build Full-Stack Projects

  Рет қаралды 15,032

Melkey

Melkey

Күн бұрын

Пікірлер: 71
@MelkeyDev
@MelkeyDev 3 күн бұрын
Subscribe to save the dolphins
@KRayBB
@KRayBB 3 күн бұрын
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!
@naivedev
@naivedev 3 күн бұрын
Can't wait to play around with this as we wait for the svelte version 😅
@isaacdruin
@isaacdruin 2 күн бұрын
@ErmandDurro
@ErmandDurro 3 күн бұрын
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 💪🏻
@MelkeyDev
@MelkeyDev 2 күн бұрын
okay svelte next? 50k subscribers and we'll do it
@scycer
@scycer Күн бұрын
Nah just svelte, not next 😜
@codygibbs7288
@codygibbs7288 3 күн бұрын
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
@codedbyshoe
@codedbyshoe 3 күн бұрын
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 3 күн бұрын
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
@김주원-e9m
@김주원-e9m 3 күн бұрын
What a nice cli tool for go backend ! I will definitely use it later! thanks melkey
@thegrumpydeveloper
@thegrumpydeveloper 3 күн бұрын
Awesome, typed api calls is what I want derived from the backend types.
@Gorops
@Gorops 3 күн бұрын
Waiting for Svelte.
@statuschannel8572
@statuschannel8572 3 күн бұрын
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.
@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.
@petewond5366
@petewond5366 3 күн бұрын
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_MicDaniel
@Mr_MicDaniel 2 күн бұрын
Feature request - Authentication implementation both basic and Oauth2, logging and monitoring also
@kaas99
@kaas99 3 күн бұрын
I built my custom setup with go standard library backend (with redis, MS SQL server) + Nextjs frontend (tailwind, trpc, Authjs)
@joelv4495
@joelv4495 2 күн бұрын
How does trpc work with a go backend?
@aldrickdev
@aldrickdev 2 күн бұрын
awesome, thanks for this feature!!
@andelsonnicolaslopezysabel2501
@andelsonnicolaslopezysabel2501 3 күн бұрын
Looks awesome, will give it a try.
@stevepottz111
@stevepottz111 2 күн бұрын
Svelte would be nice. But I’m fine with react or htmx. Go blueprint already gets us off to a fast start
@MarcosBianchessi
@MarcosBianchessi 2 күн бұрын
You should try gomponents
@itemcountinventory
@itemcountinventory 3 күн бұрын
subscribed! i like that this is not SSR out of the box :)
@eduardosalles9212
@eduardosalles9212 2 күн бұрын
very nice Melkey
@michael-tsai
@michael-tsai 3 күн бұрын
Looks interesting, will try it. Thank you!
@Mirislomovmirjalol
@Mirislomovmirjalol 2 күн бұрын
Waiting for next js
@EmilioGonzalez-yb8tr
@EmilioGonzalez-yb8tr 3 күн бұрын
It'd be cool to have some end2end typesafety with react-query or something like that
@dinakanwamu5676
@dinakanwamu5676 2 күн бұрын
You just made my week
@paulmurray3244
@paulmurray3244 3 күн бұрын
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 Күн бұрын
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 3 күн бұрын
Awesome man❤
@Zmey5656
@Zmey5656 3 күн бұрын
Maybe I need use neovim too?
@shreyasvaidya9552
@shreyasvaidya9552 3 күн бұрын
I installed go-blueprint but it is not working. I am getting - go-blueprint: command not found
@sawatzkyd
@sawatzkyd 3 күн бұрын
How about one with Vue.
@kamranhassanK
@kamranhassanK 3 күн бұрын
Looks cool, thanks
@rimurusama3020
@rimurusama3020 3 күн бұрын
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
@jimbobalmori3385
@jimbobalmori3385 19 сағат бұрын
Is he using sublime ?
@ammarsalahi1369
@ammarsalahi1369 3 күн бұрын
Nice man 🤌
@bopon4090
@bopon4090 3 күн бұрын
Love this. ❤
@pheynnx
@pheynnx 3 күн бұрын
Awesome 😎
@elsecoding8691
@elsecoding8691 3 күн бұрын
We need one with Angular 😢😢😢
@OhDevBeard
@OhDevBeard 3 күн бұрын
A sveltekit template would be cool 😂
@alexandreprince3883
@alexandreprince3883 3 күн бұрын
yes it would ba awesome
@ishaanmalhotra3008
@ishaanmalhotra3008 3 күн бұрын
Yes! Please include svelte in the advanced options as well. Vite can initialize a svelte as well.
@danko95bgd
@danko95bgd 3 күн бұрын
its all same shit anyway
@darshangaikwad2343
@darshangaikwad2343 3 күн бұрын
Spring boot Angular is the best
@haikaltahar951
@haikaltahar951 3 күн бұрын
rn im building my project with nextjs and golang hahaaha
@samanderson4881
@samanderson4881 3 күн бұрын
Nice, love the addition of react. Can we add a modern front end library rather than a legacy solution?
@raideez
@raideez 3 күн бұрын
Do that on some framework which is actually worth to use in 2024. React is slow on nowadays standards.
@MelkeyDev
@MelkeyDev 3 күн бұрын
okay - which one?
@NagibDev
@NagibDev 3 күн бұрын
@@MelkeyDev NextJs ?
@raideez
@raideez 2 күн бұрын
@@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?
@patrickyong1501
@patrickyong1501 3 күн бұрын
could think of adding supabase
@saurabhsagar_
@saurabhsagar_ 3 күн бұрын
we need golang tutorial asap
@Johanthegnarler
@Johanthegnarler 3 күн бұрын
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 3 күн бұрын
Okay, why?
@Johanthegnarler
@Johanthegnarler 3 күн бұрын
​@@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 3 күн бұрын
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 3 күн бұрын
@@MelkeyDev that's fair, you're right. Not trying to do actual damage. Not a slight against your work either.
@DanielGarza1306
@DanielGarza1306 3 күн бұрын
@@MelkeyDev do not focus on bad comments people always try to hate keep the grinding love go blueprint btw!
I Made The Fastest JS Framework (please don't use it)
13:15
Theo - t3․gg
Рет қаралды 49 М.
Something is wrong with ISPs in India 🇮🇳
13:17
Mehul - Codedamn
Рет қаралды 14 М.
快乐总是短暂的!😂 #搞笑夫妻 #爱美食爱生活 #搞笑达人
00:14
朱大帅and依美姐
Рет қаралды 12 МЛН
風船をキャッチしろ!🎈 Balloon catch Challenges
00:57
はじめしゃちょー(hajime)
Рет қаралды 90 МЛН
They Chose Kindness Over Abuse in Their Team #shorts
00:20
I migliori trucchetti di Fabiosa
Рет қаралды 12 МЛН
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 2,8 МЛН
How I Built It: $12K/Month Micro SaaS
15:28
Starter Story
Рет қаралды 11 М.
The Fascinating History of Go
7:06
Awesome
Рет қаралды 36 М.
Path of Exile 2: Endgame Content Reveal
1:19:08
Path of Exile
Рет қаралды 731 М.
DONT use Neovim!! (in these scenarios)
8:56
typecraft
Рет қаралды 33 М.
Apache Spark in 100 Seconds
3:20
Fireship
Рет қаралды 289 М.
快乐总是短暂的!😂 #搞笑夫妻 #爱美食爱生活 #搞笑达人
00:14
朱大帅and依美姐
Рет қаралды 12 МЛН