Do NOT Write Another Project Until You Watch This Video

  Рет қаралды 12,397

Anthony GG

Anthony GG

Күн бұрын

Пікірлер
@anthonygg_
@anthonygg_ 5 күн бұрын
► 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 5 күн бұрын
my man discovered web server in go
@VinayKumar-vu3en
@VinayKumar-vu3en 2 күн бұрын
love his enthusiasm as he's discovering more things
@massy-3961
@massy-3961 4 күн бұрын
Anthony something you need to try is ConnectRPC, especially if you’re gonna be mixing TS/Go together. It’s essentially a gRPC/Rest compatible RPC framework that unlike gRPC works in the browser out of the box. They have an implementation in Golang and it’s amazing.
@bovfbovf
@bovfbovf 4 күн бұрын
That's awesome, thank you for sharing
@iliasf2415
@iliasf2415 5 күн бұрын
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 KZbinr I've followed, and I admire you a lot. I hope to see you someday in Antwerp or somewhere else!
@hardikmaind9833
@hardikmaind9833 5 күн бұрын
this is soo cool..would be applying this next time i create a mini/personal project
@amit_go
@amit_go 5 күн бұрын
From tweet to video 😂💯
@NguyenDuy-mj3wh
@NguyenDuy-mj3wh 5 күн бұрын
Thats nice 🎉❤ I am looking for a simple way to ship my project faster. And here it is.
@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.
@krispekla
@krispekla 4 күн бұрын
Awesome video! Time to ship instead of quirking with configuration is very important and videos like this are very needed. Instead of react/remix try using Vue. It is much more straightforward, has better docs and it is easier to follow lifecycle of components compared to React.
@krispekla
@krispekla 4 күн бұрын
Also Adonisjs seems hidden from mainstream but has real potential just as Pocketbase.
@fadhlirahim
@fadhlirahim 4 күн бұрын
nice distribution idea. FS embed is amazing!
@ac130kz
@ac130kz 4 күн бұрын
you can also embed UI stuff with Rust :) Hopefully someone will add pocketbase support too
@remcoe33
@remcoe33 5 күн бұрын
Do this all the time with svelte static adapter. Works great!
@dima-l2m1k
@dima-l2m1k 5 күн бұрын
Man, this is really powerful combo, and easy to Go stack)
@GerardvanVooren
@GerardvanVooren 5 күн бұрын
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)
@bilbobeutlin3405
@bilbobeutlin3405 5 күн бұрын
If you embed you database into the binary, isn't the data lost when you build and deploy a new version?
@vladmariangabriel6433
@vladmariangabriel6433 5 күн бұрын
Pocketbase is creating a folder for SQLite database pb_data
@massy-3961
@massy-3961 4 күн бұрын
@@vladmariangabriel6433okay but what about in production where the pb_data won’t always be there for executions
@arafet3198
@arafet3198 4 күн бұрын
Data is saved on disk
@LtdJorge
@LtdJorge 4 күн бұрын
The database binaries are in the main binary, but the database files (the data) will be created in a subfolder at runtime.
@hardikmaind9833
@hardikmaind9833 5 күн бұрын
yo man i did it....thanks.I didn’t know that we could also embed static files into the go binary.
@hardikmaind9833
@hardikmaind9833 5 күн бұрын
i mean i used to do this in the djngo. but glad to know this also
@dandogamer
@dandogamer 5 күн бұрын
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?
@oscarhagman8247
@oscarhagman8247 4 күн бұрын
it is one of those "weird meta frameworks" but you can choose if the application should use SSR or be a SPA, he choose the SPA route so there are only static files for the go web server to serve
@boopfer387
@boopfer387 5 күн бұрын
awesome, I just started using sqlite in my app for this same reason - setting up a backend db etc..
@SepehrYahyaee
@SepehrYahyaee 5 күн бұрын
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 5 күн бұрын
you can try tweaking "experimental.theme_overrides" setting which changes the Zed's current color scheme
@macawls
@macawls 5 күн бұрын
Love pocketbase, its so productive. Can spin up anything.
@morgengabe1
@morgengabe1 3 күн бұрын
Sorry, noobish question, but what was accomplished that you cannot do without pocketbase?
@surajbhardwaj2599
@surajbhardwaj2599 4 күн бұрын
which font are you using ?
@SeanSmithPit
@SeanSmithPit 4 күн бұрын
Very cool video, thanks for sharing! Quick question, if the database is embedded in the executable, won't you lose all your data every time you deploy? I feel like I must be missing something there.
@cokoala5137
@cokoala5137 2 күн бұрын
Can’t Bun also compile to a binary? Wouldn’t that simplify everything even further by eliminating npm, prettier, split codebases etc. ?
@Buiscit1738
@Buiscit1738 4 күн бұрын
I been preaching about pocketbase as a framework for the longest lol
@hassanad94
@hassanad94 5 күн бұрын
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.
@fntr
@fntr 4 күн бұрын
what editor do you use and do you have dotfiles?
@peterszarvas94
@peterszarvas94 4 күн бұрын
he is using zed
@luccadibenedetto2986
@luccadibenedetto2986 5 күн бұрын
Whats up with the admin dashboard being accessible through the same url? No auth and Same port? What about security?
@fuadnafiz98
@fuadnafiz98 5 күн бұрын
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
@adhdaddventure
@adhdaddventure 5 күн бұрын
I want to do this but with Svelte. How should that work.
@havoq8257
@havoq8257 5 күн бұрын
What theme is your Code Editor in?
@Cdaprod
@Cdaprod Күн бұрын
Is it just me or is there a PIP overlay?
@Cdaprod
@Cdaprod Күн бұрын
It was just me 😅
@dejanduh2645
@dejanduh2645 5 күн бұрын
Pocket base gives you some overhead, why don't just use the std only?
@realoctavian
@realoctavian 5 күн бұрын
man I love balloons
@RishiMishra-to9by
@RishiMishra-to9by 5 күн бұрын
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 5 күн бұрын
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 5 күн бұрын
@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 5 күн бұрын
​@@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 5 күн бұрын
Because next js feels like an abstraction made by cats.
@RishiMishra-to9by
@RishiMishra-to9by 5 күн бұрын
@@jaymason7097 😂👍
@dev-mantas
@dev-mantas 5 күн бұрын
Normalli handle the SPA router thing in nginx or traefik
@Bazixxx
@Bazixxx Күн бұрын
I did go for some time...coming from java/Kotlin... But go is so fucking ugly and noisy, that when I returned, I learned what I value at Kotlin... So much nicer and easier to wrote and read code.
@Sam-rb1id
@Sam-rb1id 5 күн бұрын
Nice!
@rogerramjet69
@rogerramjet69 4 күн бұрын
you would be far better off using solidjs then that remix bloat.
@selfcoder7258
@selfcoder7258 4 күн бұрын
The source code so we try it out 😊
@mrcth6593
@mrcth6593 4 күн бұрын
1000%
PirateSoftware is right, this needs to stop
15:14
Theo - t3․gg
Рет қаралды 167 М.
The SQLite Rewrite In Rust
22:15
ThePrimeTime
Рет қаралды 155 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
"The Life & Death of htmx" by Alexander Petros at Big Sky Dev Con 2024
23:01
Montana Programmers
Рет қаралды 72 М.
This new Tailwind feature is scarier than I thought
29:13
Theo - t3․gg
Рет қаралды 51 М.
Arch Linux Experience - Virtualization
38:43
Bog
Рет қаралды 105 М.
Now I Know Why Most People Don’t Use gRPC
19:11
ArjanCodes
Рет қаралды 60 М.
I tried React and it Ruined My Life
1:19:10
Tsoding Daily
Рет қаралды 156 М.
go is great i hate it
14:44
SST
Рет қаралды 13 М.
Google’s Quantum Chip: Did We Just Tap Into Parallel Universes?
9:34
How did we get here?
1:26:00
Theo - t3․gg
Рет қаралды 35 М.
Apache KAFKA Tutorial | KAFKA Crash Course | Spring Boot
56:49
Daily Code Buffer
Рет қаралды 101 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН