⚛ React Native & Golang - Full Stack Project | Ticket Booking App

  Рет қаралды 18,251

Vaillant Media

Vaillant Media

Күн бұрын

Пікірлер: 61
@vaillant_media
@vaillant_media 2 ай бұрын
‼⚠ Guys, Make sure that on the .air.toml file, you change the line 12 from: cmd = "go build -o ./tmp/main ." to: cmd = "go build -o ./tmp/main ./cmd/api/main.go" Thanks for watching!
@miketaylor253
@miketaylor253 Ай бұрын
Great to see a RN tutorial that uses your own background in Go rather than Supabase/Firebase. Well done :)
@vaillant_media
@vaillant_media Ай бұрын
Thanks! 🙏🏻
@hellforall8140
@hellforall8140 19 күн бұрын
Learning go lang this is pure gold
@Ansh77K
@Ansh77K Ай бұрын
Holy golang and native 2 things i wanted to start learning, tysm for putting this video out for everyone
@vaillant_media
@vaillant_media Ай бұрын
Happy to help! I'm currently working on a new project/tutorial that's gonna include Web/ReactNative/Go at the same time 💪 stay tuned
@flavioscimeca4343
@flavioscimeca4343 2 ай бұрын
Great man,i know very well react and react-netive but i would like to learn GO (with Fiber) and your videos helps me a lot. Thanks for what u do
@vaillant_media
@vaillant_media 2 ай бұрын
My pleasure!
@icyguy82
@icyguy82 2 ай бұрын
Nice stuff. Thank you so much on the custom UI library tutorial. Do you mind to do a small update on how to create a searchable custom dropdown ui component? 🙏
@Yeet_the_code
@Yeet_the_code 2 ай бұрын
It would be really helpful to go through the architecture before starting to code. Explain why we design the backend the way we do, and why certain packages are used, instead of others. Would be 10/10 if you would go over the "why's" more, instead of the "do's".
@vaillant_media
@vaillant_media 2 ай бұрын
You're right! I'm gonna do that on the next course I'm working on. Thanks for the feedback 💪
@victorgxn
@victorgxn Ай бұрын
Great to see react native tutorial without supabase/firebase backend xd
@andrejkling3886
@andrejkling3886 2 ай бұрын
Thank you so very much for good content 💯
@vaillant_media
@vaillant_media 2 ай бұрын
You're very welcome! Glad you liked it 🙏
@Yesterday_i_ate_rat
@Yesterday_i_ate_rat 2 ай бұрын
Rare content, thanks man ❤
@vaillant_media
@vaillant_media 2 ай бұрын
Glad you enjoyed! Welcome 🙏🏻
@tie.garcia
@tie.garcia 2 ай бұрын
Omg I just found a great channel, thank you. Keep going
@vaillant_media
@vaillant_media 2 ай бұрын
Thank you!! Welcome 🙏
@lou.later269
@lou.later269 2 ай бұрын
Great stuff
@AnuragMishra-ws4zc
@AnuragMishra-ws4zc 2 ай бұрын
plz bring more content like this plz request❤
@vaillant_media
@vaillant_media 2 ай бұрын
I’m currently working on a new project for you guys ❤️💪
@PradeepMahato007
@PradeepMahato007 2 ай бұрын
Thanks, it was informative !!
@vaillant_media
@vaillant_media 2 ай бұрын
Glad it was helpful!
@ankit_aniket
@ankit_aniket 2 ай бұрын
What a nice video 🙏🏻👌🏻
@vaillant_media
@vaillant_media 2 ай бұрын
Glad you liked it
@juliuscecilia6005
@juliuscecilia6005 7 күн бұрын
im building out a project using your tutorial; do you have any advice or resources on deploying the app, including the backend and database which I believe is just local to our computer?
@vaillant_media
@vaillant_media 7 күн бұрын
The React Native app itself you’ll have to deploy to the stores (App Store/ Play Store). The backend I would recommend Digitalocean. They have good pricing tiers that let you do quite a lot without burning a lot of cash. They also offer a Postgres hosting service. Wish you all success with your project mate!
@LotsOfFunyoutubechannel
@LotsOfFunyoutubechannel 2 ай бұрын
So small font. 😭😭. Please increase the font for your upcoming videos. Its very hard to see. Amazing video. Will be looking into golang after some time
@vaillant_media
@vaillant_media Ай бұрын
I’ll do that! Thanks for the feedback 🙏🏻
@Dostonlc
@Dostonlc 2 ай бұрын
nice bro
@rashidryan1309
@rashidryan1309 2 ай бұрын
For buying the tciket we can add payment transaction
@vaillant_media
@vaillant_media 2 ай бұрын
Not included in this tutorial, but that’s a pretty good idea 👍🏻
@willdunertm5047
@willdunertm5047 2 ай бұрын
How would you handle dark mode on complex app? I loved the custom UI components
@vaillant_media
@vaillant_media 2 ай бұрын
Glad you liked it! I’m thinking about bringing some tutorials about dark mode in the future ⚡️
@willdunertm5047
@willdunertm5047 2 ай бұрын
@@vaillant_media Would be amazing 🔥
@maksss7728
@maksss7728 2 ай бұрын
What's the point of dockerizing a mobile app? I've never really used docker but I've heard that it's used with web/desktop apps, I could be wrong but that's why I'm asking
@vaillant_media
@vaillant_media 2 ай бұрын
We only Dockerized the server. Most of the time when we’re working with a team we use Docker, so I just wanted to keep this real and bring skills that will really help in real life. Let’s say you’re working in a project that uses the same stack of the course. The mobile part would be uploaded to the stores, but the server would be sent to the Devops team to scale as much as the server needs to scale.
@maksss7728
@maksss7728 2 ай бұрын
@@vaillant_media yeah that makes sense now
@HoangPham-pn6td
@HoangPham-pn6td 19 сағат бұрын
when post to createone, i met the error that: { "data": null, "message": "ERROR: null value in column \"id\" of relation \"events\" violates not-null constraint (SQLSTATE 23502)", "status": "fail/createone/statusbadrequest" } Does anyone meet the error like me? Please help!
@raccooncats
@raccooncats 2 сағат бұрын
I faced the same issue as well. The cause is that the id column in the database is set to the string type. The solution is to delete the Docker volume (and the image if necessary), and then rebuild. I hope this helps resolve your issue!
@samuelahiadjipe3894
@samuelahiadjipe3894 2 ай бұрын
I want to start learning mobile app development and I've been seeing pretty cool projects done in React Native. But people still advise me to learn flutter... I'm a bit lost. Help me please 🙏
@vaillant_media
@vaillant_media 2 ай бұрын
I think between React Native x Flutter your location would impact the most on your decision. Back in Brazil I've seen a ton of Flutter jobs, but here in Portugal (and in Spain) I've never heard of any, whereas for React Native there are always a ton of jobs everywhere you go. So, I would say this: 1 - Build a project in both for the sake of learning and portfolio. 2 - Research the market location you wanna work for. Which one do you find the most jobs for? 3 - Don't worry too much, you're never missing out because if you need to learn something, you will just learn it. Hope it helps 💪
@samuelahiadjipe3894
@samuelahiadjipe3894 2 ай бұрын
Helps a lot. Thank you so much!
@nonew7626
@nonew7626 2 ай бұрын
How did you set up qemu on your device . Also make a video on that.
@vaillant_media
@vaillant_media 2 ай бұрын
what do you mean by qemu?
@nonew7626
@nonew7626 2 ай бұрын
@@vaillant_media yes
@nonew7626
@nonew7626 2 ай бұрын
@@vaillant_media Yes, please make a video on “qemu” setup also.
@nonew7626
@nonew7626 2 ай бұрын
@@vaillant_media Yes, please make a video on “qemu” setup also.
@Ansh77K
@Ansh77K Ай бұрын
@nonew7626 If you are using Linux based distro first install "docker" via apt or Pacman from official repo And then follow docker desktop install from official website When asked for qemu select base version It'll auto configure it If you just installed docker the compose will not work because it'll only be installed via desktop or manual way
@belkocik
@belkocik 2 ай бұрын
What about monorepo these two apps?
@prashlovessamosa
@prashlovessamosa 2 ай бұрын
What's coming next on channel buddy.
@vaillant_media
@vaillant_media 2 ай бұрын
Same stack, but focused on real-time, websockets, goroutines and so on. It's gonna be an interesting one 💡
@prashlovessamosa
@prashlovessamosa 2 ай бұрын
@@vaillant_media great will wait for it.
@usmanmarkaz
@usmanmarkaz 2 ай бұрын
can you plz make one with node js
@ihateheartbreak
@ihateheartbreak 2 ай бұрын
Node js sucks when u want to manipulate images and. Videos, or heavy server side task
@KushLemon
@KushLemon 2 ай бұрын
What keyboard?
@vaillant_media
@vaillant_media 2 ай бұрын
Do you mean the keyboard I use? If so, this one: www.amazon.es/SOLIDEE-interruptores-retroiluminaci%C3%B3n-ergon%C3%B3mico-Black_White/dp/B0C3CHNLGW?ref_=ast_sto_dp&th=1&psc=1
@tempor7533
@tempor7533 Ай бұрын
How to fill .env file value
@vaillant_media
@vaillant_media Ай бұрын
The .env is included in the source code: github.com/mathvaillant/ticket-booking-backend
@olalekanraheem4655
@olalekanraheem4655 2 ай бұрын
Your screen seems to far, you code is hard to see for non laptop screens
@vaillant_media
@vaillant_media 2 ай бұрын
Sorry for that. I do use a bigger font size now for the future videos. That was just on the first ones that I completly forgot about it :(
Can Cursor AI build my React Native App?
18:44
Simon Grimm
Рет қаралды 16 М.
How to OVER Engineer a Website // What is a Tech Stack?
11:20
Fireship
Рет қаралды 2,5 МЛН
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 16 МЛН
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 6 МЛН
SISTER EXPOSED MY MAGIC @Whoispelagheya
00:45
MasomkaMagic
Рет қаралды 19 МЛН
ПРЯМОЙ ЭФИР. Золотой мяч France Football 2024
4:41:06
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Рет қаралды 1,2 МЛН
Front-end web development is changing, quickly
3:43
Fireship
Рет қаралды 1,2 МЛН
Shadcn: The Future of React Native UI
15:34
Jared Hightower
Рет қаралды 14 М.
React Native vs Flutter in 2024 - Make the RIGHT Choice (Difference Explained)
10:31
"The Life & Death of htmx" by Alexander Petros at Big Sky Dev Con 2024
23:01
Montana Programmers
Рет қаралды 66 М.
DHH discusses SQLite (and Stoicism)
54:00
Aaron Francis
Рет қаралды 94 М.
Expo Made React Web-to-Native Migration Easier (Here's How)
12:48
Jolly Coding
Рет қаралды 13 М.
I tried Spring Boot
22:52
Chai aur Code
Рет қаралды 77 М.
Building a Mobile App in 2024: The BEST Technologies
13:31
Dan Ilies
Рет қаралды 78 М.
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 16 МЛН