:( why are you teaching styling make videos straightforward
@balt17943 күн бұрын
Thank you! Please subscribe to the channel
@BoldlyReal-mq9ti6 күн бұрын
is it free or paid ?
@moreperfect12 күн бұрын
This is what I need but, it is impossible to read (small, blurry) and no git.
@balt179412 күн бұрын
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.
@cwpslxck12 күн бұрын
dude this video is like save my day. thankssssss
@balt179412 күн бұрын
I'm glad it helped! Please subscribe and like. Appreciate it!
@grandmaster-yo-yo13 күн бұрын
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
@saberstoner26 күн бұрын
wrong title!?
@balt179426 күн бұрын
why? it is a react hero component with bootstrap
@saberstoner25 күн бұрын
@@balt1794 but the video is about building a simple react app. it's not a Hero component.
@balt179425 күн бұрын
@@saberstoner Yes but the hero component is the one that says Books 2022. Or what is that called ?
@lmteam2863Ай бұрын
good
@sandeshdhakal68742 ай бұрын
Everything's ok but 3+2 is 576?😭
@balt17942 ай бұрын
Top hallucination lol
@mbuzogan2 ай бұрын
this was exactly what i was looking for, thank you
@balt17942 ай бұрын
I'm glad it helped!
@aravindsanjeev41503 ай бұрын
Can't we use opengraph-image and twitter-image for route based OG?
@balt17943 ай бұрын
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.
@aravindsanjeev41503 ай бұрын
@@balt1794 Thanks for replying. I tested it and it is not working properly when we host outside Vercel for some reason..
@balt17943 ай бұрын
@@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
@balt17943 ай бұрын
Meaning, the opengraph config goes in a different file
@aravindsanjeev41503 ай бұрын
@@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.
@carlosruiz83763 ай бұрын
I didn't know the alias. It was helpful, thanks!
@balt17943 ай бұрын
Awesome! glad it helped
@_tanzil_3 ай бұрын
It free to do this on Vercel?
@balt17943 ай бұрын
Yes it is for the hobby plan
@_tanzil_3 ай бұрын
@@balt1794 will it affect any performance?
@balt17943 ай бұрын
@@_tanzil_ What do you mean?
@_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?
@boywithtrouble3 ай бұрын
If we use varcel, will our hosting be free forever?
@balt17943 ай бұрын
It depends on usage. Mine recently passed from hobby which is basically free to pro at $20/month
@GodricThe3 ай бұрын
what if I use vite instead creat-react-app? EDIT: main.jsx
@balt17943 ай бұрын
I believe it's a bit different for Vite. I'll see if I can make a video about it
@denilsonmucavel81504 ай бұрын
Thank you so much brother
@balt17944 ай бұрын
Thanks for watching bro!
@AtharvaParte4 ай бұрын
Thank you Bryam, you video did help me!
@balt17944 ай бұрын
Thanks for checking it out!
@estherinyang47794 ай бұрын
Nice introduction. Thank you.
@balt17944 ай бұрын
Glad you liked it! Thanks for watching
@MateValtr4 ай бұрын
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.
@balt17944 ай бұрын
Thanks for the feedback! Be mindful that this is an old version of React Router which use Nav.Link. Newer versions use <Link>
@XasanCumar-rl5um4 ай бұрын
thnaks boss
@balt17944 ай бұрын
Thanks for checking it out!
@elforaneov66715 ай бұрын
Jamas pense que iba a ver un tutorial de programacion en ingles de alguien con camiseta de la Liga. Gracias bro!
@balt17945 ай бұрын
De nada bro! gracias por verlo. Yo te dare te dare Liga hermosa.... haha
@saharsabaamiri29185 ай бұрын
How I can update the server url of an already deployed app in vercel?
@balt17945 ай бұрын
What do you mean by server URL?
@saj.shorts91775 ай бұрын
Thank you so much 👍🏻
@balt17945 ай бұрын
Thanks for checking it out!
@jasonrojas19355 ай бұрын
Does it need to be on React? Or can I try it by just linking my GitHub to AWS?
@balt17945 ай бұрын
Regardless of the framework, you need to link your Github repo. It doesn't have to be React. Try linking your Github
@ismaelgaren84785 ай бұрын
Hello! newbie here. What should I buy in namecheap to have custom DNS?
@balt17945 ай бұрын
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.
@ismaelgaren84785 ай бұрын
@@balt1794 thank you so much for this great tutorial video and answering to my question. you helped me a lot
@balt17945 ай бұрын
@@ismaelgaren8478 Not a problem and thanks for subscribing. You helped me in that way. Appreciate it :)
@pras_jul5 ай бұрын
thanks brow,,you save me
@balt17945 ай бұрын
Thanks for checking it out!
@vanhelsingx69x6 ай бұрын
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 ?
@balt17946 ай бұрын
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
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-md7qf7 ай бұрын
Great video, thanks!
@balt17947 ай бұрын
Thanks for watching!
@helloworld39797 ай бұрын
thanks alot bro
@balt17947 ай бұрын
Thanks checking it out!
@arthazeng89307 ай бұрын
Thank you. Very helpful!
@balt17947 ай бұрын
I'm glad it helped
@brokenfinger7 ай бұрын
did everything step by step and it came up with a bunch of errors for me 😢
@balt17947 ай бұрын
Got errors did you get? maybe I can help
@CameronChardukian7 ай бұрын
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
@balt17947 ай бұрын
Thanks for watching the video! Appreciate it. Yes, back in the day it was a lot of work. Now it's a breeze
@milkywayish93157 ай бұрын
```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
@balt17947 ай бұрын
You need to install dotenv, issue the following command: pip install python-dotenv
@milkywayish93157 ай бұрын
@@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
@balt17947 ай бұрын
@@milkywayish9315 awesome! I'm glad you figured it out. Thanks for watching
@sparkle27097 ай бұрын
Well explained, your video saved me alot of stress today thanks
@balt17947 ай бұрын
Glad it helped!!
8 ай бұрын
thanks
@balt17948 ай бұрын
Thank you for watching!
@Jonathan-lu6ef8 ай бұрын
with this method can we find the website on google ?
@bagussaputra75768 ай бұрын
Easy explanation, thanks!
@balt17948 ай бұрын
Thanks!
@AnmolCheema-ju8ss8 ай бұрын
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
@balt17948 ай бұрын
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-ju8ss8 ай бұрын
@@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?
@balt17948 ай бұрын
@@AnmolCheema-ju8ss the problem is definitely after you sign up, so check the navigation afterwards. Just that logic.
@salmaahmed21718 ай бұрын
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?
@balt17948 ай бұрын
It seems like they have changed things. I might have to update the video. Thanks
@alessiograziani63558 ай бұрын
thanks a lot very useful!!!
@balt17948 ай бұрын
Thanks for checking it out
@Dii9538 ай бұрын
For me get error in domain : This site can’t provide a secure connection, how so it work?
@balt17948 ай бұрын
Where did you buy your domain? maybe SSL cert is the problem
@AmitSaini-ew7ep9 ай бұрын
simple but informative
@balt17949 ай бұрын
Thanks for checking it out!
@bayleearyn43279 ай бұрын
'Promo SM'
@Dehyena9 ай бұрын
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
@Dehyena9 ай бұрын
Please I need Some Help Brother
@enitan20029 ай бұрын
What if you want to make a vercel app become a subdirectory of a domain name already hosted on vercel
@balt17949 ай бұрын
You should be able to just add the subdomain or point to that in that case
@enitan20029 ай бұрын
@@balt1794 doesn't work for nested folders
@akshanshsharma43169 ай бұрын
very helpful
@balt17949 ай бұрын
Thanks for checking it out!
@quan83619 ай бұрын
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
@balt17949 ай бұрын
Hey ! try changing the region where the lambda is deployed on the AWS dashboard and you'll see it