How to set up Firebase
4:47
2 ай бұрын
How to Set Up Google Analytics
6:05
Пікірлер
@Change62
@Change62 3 күн бұрын
:( why are you teaching styling make videos straightforward
@balt1794
@balt1794 3 күн бұрын
Thank you! Please subscribe to the channel
@BoldlyReal-mq9ti
@BoldlyReal-mq9ti 6 күн бұрын
is it free or paid ?
@moreperfect
@moreperfect 12 күн бұрын
This is what I need but, it is impossible to read (small, blurry) and no git.
@balt1794
@balt1794 12 күн бұрын
Did you try zooming in and 1080 HD? You will be able to see it. I see it no problem on my external monitor. I just tested it. With that being said, I have to create the GIT for the tutorials and zoom in screen from beginning. My bad.
@cwpslxck
@cwpslxck 12 күн бұрын
dude this video is like save my day. thankssssss
@balt1794
@balt1794 12 күн бұрын
I'm glad it helped! Please subscribe and like. Appreciate it!
@grandmaster-yo-yo
@grandmaster-yo-yo 13 күн бұрын
Thanks! Was really helpful. Since we're using Nexjs.js it would be great to show how to make it a server action. I think this would be a better way to do the logic. But this solution is also good because of the simplicity
@saberstoner
@saberstoner 26 күн бұрын
wrong title!?
@balt1794
@balt1794 26 күн бұрын
why? it is a react hero component with bootstrap
@saberstoner
@saberstoner 25 күн бұрын
@@balt1794 but the video is about building a simple react app. it's not a Hero component.
@balt1794
@balt1794 25 күн бұрын
@@saberstoner Yes but the hero component is the one that says Books 2022. Or what is that called ?
@lmteam2863
@lmteam2863 Ай бұрын
good
@sandeshdhakal6874
@sandeshdhakal6874 2 ай бұрын
Everything's ok but 3+2 is 576?😭
@balt1794
@balt1794 2 ай бұрын
Top hallucination lol
@mbuzogan
@mbuzogan 2 ай бұрын
this was exactly what i was looking for, thank you
@balt1794
@balt1794 2 ай бұрын
I'm glad it helped!
@aravindsanjeev4150
@aravindsanjeev4150 3 ай бұрын
Can't we use opengraph-image and twitter-image for route based OG?
@balt1794
@balt1794 3 ай бұрын
Yes, you can do that too. In this one I'm just using opengraph-image to have same image for all routes, but definitely you can have different images for route based.
@aravindsanjeev4150
@aravindsanjeev4150 3 ай бұрын
@@balt1794 Thanks for replying. I tested it and it is not working properly when we host outside Vercel for some reason..
@balt1794
@balt1794 3 ай бұрын
@@aravindsanjeev4150 Where do you host? This might only work for Vercel because the structure and config of NextJS is built for that specifically. I used Vite as well and you do it differently there too
@balt1794
@balt1794 3 ай бұрын
Meaning, the opengraph config goes in a different file
@aravindsanjeev4150
@aravindsanjeev4150 3 ай бұрын
@@balt1794To be clear I was talking about opengraph-image format It was hosted on Oracle Cloud. It wasn't working inside dynamic route for some reason. Switching to use metadata api seems to have fixed it.
@carlosruiz8376
@carlosruiz8376 3 ай бұрын
I didn't know the alias. It was helpful, thanks!
@balt1794
@balt1794 3 ай бұрын
Awesome! glad it helped
@_tanzil_
@_tanzil_ 3 ай бұрын
It free to do this on Vercel?
@balt1794
@balt1794 3 ай бұрын
Yes it is for the hobby plan
@_tanzil_
@_tanzil_ 3 ай бұрын
@@balt1794 will it affect any performance?
@balt1794
@balt1794 3 ай бұрын
@@_tanzil_ What do you mean?
@_tanzil_
@_tanzil_ 3 ай бұрын
@@balt1794 I mean the performance of the website. Is there any difference in performance between a hobby account and paid account in Vercel?
@boywithtrouble
@boywithtrouble 3 ай бұрын
If we use varcel, will our hosting be free forever?
@balt1794
@balt1794 3 ай бұрын
It depends on usage. Mine recently passed from hobby which is basically free to pro at $20/month
@GodricThe
@GodricThe 3 ай бұрын
what if I use vite instead creat-react-app? EDIT: main.jsx
@balt1794
@balt1794 3 ай бұрын
I believe it's a bit different for Vite. I'll see if I can make a video about it
@denilsonmucavel8150
@denilsonmucavel8150 4 ай бұрын
Thank you so much brother
@balt1794
@balt1794 4 ай бұрын
Thanks for watching bro!
@AtharvaParte
@AtharvaParte 4 ай бұрын
Thank you Bryam, you video did help me!
@balt1794
@balt1794 4 ай бұрын
Thanks for checking it out!
@estherinyang4779
@estherinyang4779 4 ай бұрын
Nice introduction. Thank you.
@balt1794
@balt1794 4 ай бұрын
Glad you liked it! Thanks for watching
@MateValtr
@MateValtr 4 ай бұрын
This is an incorrect usage of React Router, and it kind of misses the whole point of using React if you use <a href=""> for page navigation. The correct way is to import <Link> from "react-router-dom" and use that component for navigation.
@balt1794
@balt1794 4 ай бұрын
Thanks for the feedback! Be mindful that this is an old version of React Router which use Nav.Link. Newer versions use <Link>
@XasanCumar-rl5um
@XasanCumar-rl5um 4 ай бұрын
thnaks boss
@balt1794
@balt1794 4 ай бұрын
Thanks for checking it out!
@elforaneov6671
@elforaneov6671 5 ай бұрын
Jamas pense que iba a ver un tutorial de programacion en ingles de alguien con camiseta de la Liga. Gracias bro!
@balt1794
@balt1794 5 ай бұрын
De nada bro! gracias por verlo. Yo te dare te dare Liga hermosa.... haha
@saharsabaamiri2918
@saharsabaamiri2918 5 ай бұрын
How I can update the server url of an already deployed app in vercel?
@balt1794
@balt1794 5 ай бұрын
What do you mean by server URL?
@saj.shorts9177
@saj.shorts9177 5 ай бұрын
Thank you so much 👍🏻
@balt1794
@balt1794 5 ай бұрын
Thanks for checking it out!
@jasonrojas1935
@jasonrojas1935 5 ай бұрын
Does it need to be on React? Or can I try it by just linking my GitHub to AWS?
@balt1794
@balt1794 5 ай бұрын
Regardless of the framework, you need to link your Github repo. It doesn't have to be React. Try linking your Github
@ismaelgaren8478
@ismaelgaren8478 5 ай бұрын
Hello! newbie here. What should I buy in namecheap to have custom DNS?
@balt1794
@balt1794 5 ай бұрын
You need to buy a domain in Namecheap or any other providers such as GoDaddy, etc. Once you do this, you can go to DNS settings on the Namecheap Dashboard. There you'll see the option to add the custom DNS servers from Vercel or any other platform you are using. In short, you need to buy a domain to start this process shown in the video.
@ismaelgaren8478
@ismaelgaren8478 5 ай бұрын
@@balt1794 thank you so much for this great tutorial video and answering to my question. you helped me a lot
@balt1794
@balt1794 5 ай бұрын
@@ismaelgaren8478 Not a problem and thanks for subscribing. You helped me in that way. Appreciate it :)
@pras_jul
@pras_jul 5 ай бұрын
thanks brow,,you save me
@balt1794
@balt1794 5 ай бұрын
Thanks for checking it out!
@vanhelsingx69x
@vanhelsingx69x 6 ай бұрын
can you show us how to set branches? for example a testing branch and the production branch and how to work with them. For example let's say Im working on test branch, and I bring a new update. How do I make that update on the production branch and how do I see the result live in browser ?
@balt1794
@balt1794 6 ай бұрын
Hey! I've never done this to be honest. I'll do some research and see if I can create a video for this. Thanks for the suggestion
@designerjehovah4453
@designerjehovah4453 6 ай бұрын
awesome
@balt1794
@balt1794 6 ай бұрын
Thanks!
@jatingohel7698
@jatingohel7698 6 ай бұрын
It's free ?
@puppyanimals9408
@puppyanimals9408 7 ай бұрын
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], 82 library: 'digital envelope routines', 83 reason: 'unsupported', 84 code: 'ERR_OSSL_EVP_UNSUPPORTED' 85 } 86 Node.js v18.18.2
@balt1794
@balt1794 7 ай бұрын
Which version of Node are you using?
@puppyanimals9408
@puppyanimals9408 7 ай бұрын
all files ok but when I try to Deployment on AWS, it fails, and fails...is there any reason? When seeing locally all was ok. Thanks
@NeuroGuy-md7qf
@NeuroGuy-md7qf 7 ай бұрын
Great video, thanks!
@balt1794
@balt1794 7 ай бұрын
Thanks for watching!
@helloworld3979
@helloworld3979 7 ай бұрын
thanks alot bro
@balt1794
@balt1794 7 ай бұрын
Thanks checking it out!
@arthazeng8930
@arthazeng8930 7 ай бұрын
Thank you. Very helpful!
@balt1794
@balt1794 7 ай бұрын
I'm glad it helped
@brokenfinger
@brokenfinger 7 ай бұрын
did everything step by step and it came up with a bunch of errors for me 😢
@balt1794
@balt1794 7 ай бұрын
Got errors did you get? maybe I can help
@CameronChardukian
@CameronChardukian 7 ай бұрын
Wow, this was so much quicker and easier than I expected. Back when I was in high school and I would have to set up the DNS between namecheap/hostgator and bluehost I remember it being a pain, but this was so painless. Thanks for the video! :D
@balt1794
@balt1794 7 ай бұрын
Thanks for watching the video! Appreciate it. Yes, back in the day it was a lot of work. Now it's a breeze
@milkywayish9315
@milkywayish9315 7 ай бұрын
```ModuleNotFoundError: No module named 'dotenv' PS C:\Users\HamadaPC\Desktop\Bot Tutorial> python3 main.py Traceback (most recent call last): File "C:\Users\HamadaPC\Desktop\Bot Tutorial\main.py", line 4, in <module> ModuleNotFoundError: No module named 'dotenv'``` despite following all steps
@balt1794
@balt1794 7 ай бұрын
You need to install dotenv, issue the following command: pip install python-dotenv
@milkywayish9315
@milkywayish9315 7 ай бұрын
@@balt1794 Actually, I already had it installed It was an issue with Visual Studio as well the issue was it couldnt' detect the Environments In Visual Studio I hit Ctrl+P Searched '>Python: Select Interpreter' And then selected the 'recommedned' option aka "Python 3.12.2 ('ven'; vnev)' This fixed it since I already had python enviroment installed Thank you for responding
@balt1794
@balt1794 7 ай бұрын
@@milkywayish9315 awesome! I'm glad you figured it out. Thanks for watching
@sparkle2709
@sparkle2709 7 ай бұрын
Well explained, your video saved me alot of stress today thanks
@balt1794
@balt1794 7 ай бұрын
Glad it helped!!
8 ай бұрын
thanks
@balt1794
@balt1794 8 ай бұрын
Thank you for watching!
@Jonathan-lu6ef
@Jonathan-lu6ef 8 ай бұрын
with this method can we find the website on google ?
@bagussaputra7576
@bagussaputra7576 8 ай бұрын
Easy explanation, thanks!
@balt1794
@balt1794 8 ай бұрын
Thanks!
@AnmolCheema-ju8ss
@AnmolCheema-ju8ss 8 ай бұрын
Hello Bryam, your videos have been of great help and have learnt a lot from them. While implementing the code for login and signup, I am not getting any error, but upon completion of the process and navigating to the directed page the page is inactive and I have to reload the page to be able to use the page. Can you please guide me through it. Regards
@balt1794
@balt1794 8 ай бұрын
That's strange. Are you using router or navigate? NextJS changed things lately so maybe that's why. Try changing the url where you want it to go afterwards as well. I had / but maybe try a different one
@AnmolCheema-ju8ss
@AnmolCheema-ju8ss 8 ай бұрын
​@@balt1794 I know, tried it all the way, but the weird thing is, earlier I was using separate page for login/ register, then I had to click on the button twice for it to navigate, even though the authentication was done in the first time. Now using the modal format, i am navigated to the page as I see it loaded behind, but it is not responding without refreshing it from browser. Is there any way we can connect where I can share my code or screenshots of what i am facing?
@balt1794
@balt1794 8 ай бұрын
@@AnmolCheema-ju8ss the problem is definitely after you sign up, so check the navigation afterwards. Just that logic.
@salmaahmed2171
@salmaahmed2171 8 ай бұрын
Thank You !!! Have a question... So I cannot add a website that it's deployed by vercel itself, (just can't find any projects in the domain page) Do I need a third party domain?
@balt1794
@balt1794 8 ай бұрын
It seems like they have changed things. I might have to update the video. Thanks
@alessiograziani6355
@alessiograziani6355 8 ай бұрын
thanks a lot very useful!!!
@balt1794
@balt1794 8 ай бұрын
Thanks for checking it out
@Dii953
@Dii953 8 ай бұрын
For me get error in domain : This site can’t provide a secure connection, how so it work?
@balt1794
@balt1794 8 ай бұрын
Where did you buy your domain? maybe SSL cert is the problem
@AmitSaini-ew7ep
@AmitSaini-ew7ep 9 ай бұрын
simple but informative
@balt1794
@balt1794 9 ай бұрын
Thanks for checking it out!
@bayleearyn4327
@bayleearyn4327 9 ай бұрын
'Promo SM'
@Dehyena
@Dehyena 9 ай бұрын
Brother I need Some Help When I try for hashlips contract NFT.REVEAL.sol There's some error (Strings) I fixed putting [import @openzeppelin/contracts/utils/Strings.sol ] But onther erro in (require _exists(tokenId), _exists is The erro
@Dehyena
@Dehyena 9 ай бұрын
Please I need Some Help Brother
@enitan2002
@enitan2002 9 ай бұрын
What if you want to make a vercel app become a subdirectory of a domain name already hosted on vercel
@balt1794
@balt1794 9 ай бұрын
You should be able to just add the subdomain or point to that in that case
@enitan2002
@enitan2002 9 ай бұрын
@@balt1794 doesn't work for nested folders
@akshanshsharma4316
@akshanshsharma4316 9 ай бұрын
very helpful
@balt1794
@balt1794 9 ай бұрын
Thanks for checking it out!
@quan8361
@quan8361 9 ай бұрын
Hi I have a question about why everything works but I can't see any lambda function or API gateway was appear in my account
@balt1794
@balt1794 9 ай бұрын
Hey ! try changing the region where the lambda is deployed on the AWS dashboard and you'll see it