PostCSS Crash Course
34:06
7 ай бұрын
Clean Code vs Preference
8:04
7 ай бұрын
5 Pro-Level React Do's & Don'ts
30:06
Astro Crash Course
1:35:19
9 ай бұрын
Linux Server Setup & MERN Deployment
38:41
Пікірлер
Asma Abed
Asma Abed 19 сағат бұрын
Thank you so much for this amazing tutorial, I've learned a lot and your videos are always helpful!
OMojJegoMosc
OMojJegoMosc 19 сағат бұрын
Vite is showing a blank page after using routing, anyone has the same problem?
Edun Oluwasegun
Edun Oluwasegun 20 сағат бұрын
Hello Brad, Thanks for the amazing course, i'm having an issue though, the single listing page displays an error 404 even after i followed everything you did. is there something i'm missing or something i have to do.
sujan muppavarapu
sujan muppavarapu 21 сағат бұрын
I actually found this video when i asked chatgpt to give me some info on classes of bootstrap 5....its amazingly explained
Haifeng Zhu
Haifeng Zhu 21 сағат бұрын
Which is better for developing web based app, C++ or Java
Haifeng Zhu
Haifeng Zhu 21 сағат бұрын
very helpful
Mas ud Yakubu
Mas ud Yakubu 22 сағат бұрын
Sir please I have a question I always have issues with max width it don't work
Nahom Fikadu
Nahom Fikadu Күн бұрын
where I can get the css files
Racine14 Creator
Racine14 Creator Күн бұрын
Hello Brad. I got an error within my user model. isModified()
Racine14 Creator
Racine14 Creator Күн бұрын
Hey it's okay a fixed it.
Donald Winston
Donald Winston Күн бұрын
I don't understand why people even mention R. It has nothing to do with general purpose programming. It would be really really dumb to use it for website development.
Donald Winston
Donald Winston Күн бұрын
I think JavaScript UI frameworks are greatly overrated and unnecessary for the vast majority of websites. I'd assign it as a low priority thing to learn for new developers. They should focus almost entirely on vanilla Javascript. I'd put Typescript and Node ahead of any Javascript UI framework.
David McCullough
David McCullough Күн бұрын
Great to the point tutorial. Love this kind of content!
Yeseul Kim
Yeseul Kim Күн бұрын
How did you format the button class to separate lines around 13:19? Seems you just hit enter?
Zambian Coder
Zambian Coder Күн бұрын
I have always loved your content!
Abraham Bill Gates
Abraham Bill Gates Күн бұрын
Thank you so much God Bless you
kumar sampath
kumar sampath Күн бұрын
Thanks a lot. Within no time , you have explained a lot :clear and straight forward.
Slim Legend
Slim Legend Күн бұрын
I'm trying to do this in reactjs but its not even showing my camera :(. I think I'll need help on this
Just Justin
Just Justin Күн бұрын
My Hello world is not showing I don't know what I did wrong
Arafat jamil
Arafat jamil Күн бұрын
I was watching another video, then I remembered about Traversy Media, hit the keyboard, made a search. Bam! Beautifully explained.
Mohammad Urgur
Mohammad Urgur Күн бұрын
When I was young, I told my father, (a ww2 German veteran) when I grow up, I want to help people. He was quiet for a few sec. Then told me. Son relax, you will have enough of life you to, you will also get your share of struggle. So true. Like many others, I had my upps and downs. And when one is at the lowest point, something kicks in. And you start to fight for whatever the cause. And if you manage to pass that or those periods, many times you get more experience, and the next low point is much easier. Whish you all luck.
Nicolas Garaycochea
Nicolas Garaycochea Күн бұрын
I cant seem to get this to work on mobile, not the hover part, i get that you cant hover a curser on mobile, but the part where the background and the grid are dynamic. on mobile the images are static and grainy
Nkechi
Nkechi Күн бұрын
What is the name of the terminal used or one can use any terminal to run the ssh?
Godswill Umukoro
Godswill Umukoro Күн бұрын
Awesome tutorial I'm not sure why, it doesn't work for me unless I change the modefrom 'payment' to 'subscription'
MD: Rubel Rana
MD: Rubel Rana Күн бұрын
Very helpful
Aman Sheikh
Aman Sheikh Күн бұрын
nice
Uğur Güneş
Uğur Güneş Күн бұрын
Hi, first of all thanks for your efftort to create amazing contents! I've just decided to learn graphql and I am curious if this course is still up to date.
Enoh Collins
Enoh Collins Күн бұрын
This is the only time I think I have actually learned how to use flex box. Thank you very much for he tutorial👍
Maryam Sabzalipour
Maryam Sabzalipour Күн бұрын
still waiting for the react app with supabase
Simon Bluck
Simon Bluck 2 күн бұрын
Excellent video i now understand way more about flex box
Khaled Ghonem
Khaled Ghonem 2 күн бұрын
DOM Selection - 1:14:50 Manipulating The DOM - 1:20:05 Events - 1:24:40 Form Script - 1:30:39
Ankit D
Ankit D 2 күн бұрын
loving your videos from India 😙
Mr. OD
Mr. OD 2 күн бұрын
Great video. 90% sure you're Matt Damon behind the camera though.
zoeygrimes07
zoeygrimes07 2 күн бұрын
very clear and neat, thanks!
CrisaliDan
CrisaliDan 2 күн бұрын
Love you man. Thank you for your courses and thank you for this message.
Jampierre Terrones Espino
Jampierre Terrones Espino 2 күн бұрын
Agregar : id 'kotlin-android-extensions' para lo del minuto 47:52 y permita importar
Billy Bryant
Billy Bryant 2 күн бұрын
Thank you for such a good tutorial, I watched it over 2-3 days so I might not quiet remember perfectly but could you please explain how the data inputs in your form are being sanitized? I.E sanitizing the description field in the Store Listing Data method to allow a enough input for the user to write a good description but also to mitigate against someone trying to insert a script into the field? Would this be done in a separate method and then called in the Store Listing Data method after the validation? If so, do you by chance have an example? Thanks // Store Listing Data public function store(Request $request) { $formFields = $request->validate([ 'title' => 'required', 'company' => ['required', Rule::unique('listings', 'company')], 'location' => 'required', 'website' => 'required', 'email' => ['required', 'email'], 'tags' => 'required', 'description' => 'required' ]);
Brad Woods
Brad Woods 2 күн бұрын
what would be the best way to implement this into a site already built with html css javascript etc.
Aditya Sharma
Aditya Sharma 2 күн бұрын
thankyou brad. i love you
Tony M
Tony M 2 күн бұрын
I do enjoy this project, I ve learned a lot 👏👏👏
Aditya Sharma
Aditya Sharma 2 күн бұрын
brad i love you brother. i wish to meet you in real life. let me know if you ever come to india. also integrate your payment system to crypto as well. i cant pay for your courses. i dont have a card, neither i have paypal
ofisboy
ofisboy 2 күн бұрын
for those following this in 2023, "sudo systemctl reload ssh" worked for me instead of "sudo systemctl reload sshd". and as always, thank you so much Brad
Hassan Rahimi
Hassan Rahimi 2 күн бұрын
hi guy. I create share screen service whit webrtc. I encountered two problems can you help me! please. 1: in localhost when I open two tab in chrome and start stream from first tab and get in second tab , I get data in second page but dose not show video in video tag. The strange thing is this when I open developer console in second page the video will be shown😳😳 I confuse a lot. this subject is in chrome and internet explorer and microsoft edge. when I open developer console of that pages before start stream and then start stream, shown videos if I open tab in firefox all things is ok!!!!🥺 excuse me , can you connect to online steam to describe my second problem? thanks a lot🙏🙏🙏
Ricardo de Paula
Ricardo de Paula 2 күн бұрын
Awesome! Best tutorial about web scraping. We need more about this topic Brad!
Mohamad Bussiness
Mohamad Bussiness 2 күн бұрын
Amazing tutorial keep it up man!😉
nima alipor
nima alipor 2 күн бұрын
I just started and I don't know what HTML CSS lessons I need to learn to get hired
nima alipor
nima alipor 2 күн бұрын
This website is a full project or a small project !?