My fucking god. I've bought and gone through 2-3 different courses learning about backend and yours is the only one that helped me understand the concepts properly. The way you take time to explain each and every detail of your code helps a bunch. I am looking forward to watching the rest of your course. Thanks for this bootcamp, I really appreciate it.
I remember when I was in ojt, my one superior developer gives me your content tutorial about flexbox. And now im a web developer. Thanks to both of you! :)
@@subarnapokharel2218 Nope. Don't depend all in tutorial, you must read books, and documentations to become yourself comfortable with any programming language etc.
Your tutorials are the best. You speak in language that non-techies or newbies can understand. You use good examples that laypersons can relate to. You explain each component of the code thoroughly step by step, making it easy enough to understand, instead of glossing over things, assuming that everyone knows what they are for. Too many of the presenters of these types of tutorials don't understand what goes on in the mind of beginners, and their tutorials make some people like me feel confused and bewildered. They use technical terms that only fellow engineers can keep up with. However, I don't want to criticize them too much because the content on YT is free. But I would just like to say your communication skills and method of presentation are excellent. Thank you.
Thank you Brad, was cool and clear. I like the way you teach. i'm not fluent in English but I almost undrstood all. (except ejs, because first time I've heard about, intresting template ; ) I should find your vidéos in first place, waste too much time on others, nothing but confusig. Please keep going in the same way. Thank you again. 🤟
That was a fantastic introduction to Express, Brad! Thanks so much. You went at just the right pace and made it super easy to follow. Already looking forward to your next “Create an API “ lesson. 🤓 Have you thought about presenting the words “Learn Web Code” on your three monitors behind you during your on-camera sections? Might be an opportunity for a little extra brand awareness. 😎
18:52 That middleware express.urlencoded() is causing problem. Before adding trim() & toUpperCase(), it was only showing else condition "Incorrect, please try again." even when u enter "blue". After adding trim() and toUpperCase(), I get an error: TypeError: Cannot read properties of undefined (reading 'trim')
Thank you for this video Brad! I was stuck and this helped me out again. I learned a lot with your courses, bought a couple on udemy as well. Keep it up, your way of teaching to code is the best!
Thank you for this video sir!. good detail and appreciate the increased font size and zoomimg for enhanced learning experience💯 I learned much clearer from you the syntax but i'm very new to http👶 so i still need a bit more break down. Have you already done a video on what the req and res objects look like? Why does http method take those 2 params? what are headers and why should we care? If so, what is the name? If not, would you do one if not too tedious?😊
Brad, I think the word thank you isn't enough to express our gratitude for the selfless work you are doing. But anyway, thank you so much. I just want to let you know that I really like your course, learn javascript: full stack from scratch, on udemy. Do you have some more courses that I should check?
Thanks so much! It's huge motivation for me to hear that. Glad you're enjoying the Full-Stack JavaScript course! You might like the "React For The Rest Of Us" course or the "Git a Web Developer Job" course if you want to learn about version control / workflow / mobile-first design etc...
Good day sir! I always feel motivated whenever I watch a video from your channel. But today I get confused and want to as this question. From your explanation on why we need a server? And the demonstrated example from the developer tool got me confused! If a client or a user make changes in developer tools, is it saved permanently? That is reflect the changes to the original file?
Really enjoying while code with you ! I have a question related to this.. AS we have seen to link our css files with ejs can we also link our scss (SASS) file according to this same manners?
Thanks Brad for this tutorial though I'm stuck on my post request. When I try to post the data of my html form to the /result route it shows me a request fo Get instead of a Post request. I could see the request type through the developers tool also I changed the port number but that also didn't work.
Hi Brad! Thanks for a great tutorial! I be honest im paying for a course and thewy couldnt explain it like you have!! I be sure to check out your paid course too now! I only had one problem and that was using ejs engine... I can see that ejs was installed and in the dependecies of the package.json file but this error occurs ---- Error: No default engine was specified and no extension was provided. i know it is something to do with the syntax .render but thats all i can work out!! If you or anyone can help I would be very grateful :)
hI, Brad! Thanks for your tutorials! If I want to deploy my web-site made with Node and EJS engine, can I deploy at Github pages or Netlify? As far as i understand, Github pages look for index.html page and not index.ejs. How to deal with it?
How do I fix this problem: when I type in "localhost: 3000" in my browser, I get an ERR_CONNECTION_REFUSED message. In Chrome's Properties menu, I explicitly allowed port 3000, but it still will not work.
Another great tutorial. A question: Every time I use nodemon, it runs for a while fine, and then I get a message that it has crashed. Then it never works again. Like I said, every time. Any ideas?
You are the best teacher I have ever seen in my life. Thank you
Haha yeah he’s dope as hell 🤙🏼
Indeed
My fucking god. I've bought and gone through 2-3 different courses learning about backend and yours is the only one that helped me understand the concepts properly. The way you take time to explain each and every detail of your code helps a bunch. I am looking forward to watching the rest of your course. Thanks for this bootcamp, I really appreciate it.
Such a brilliant way of teaching. A very good introduction and your teaching style is outstanding.
i can't explain how easy you are describing every tiny information, thank you so much man !!
I remember when I was in ojt, my one superior developer gives me your content tutorial about flexbox. And now im a web developer. Thanks to both of you! :)
Bro if I fully follow his course only,will I be come a industry ready web developer?
@@subarnapokharel2218 Nope. Don't depend all in tutorial, you must read books, and documentations to become yourself comfortable with any programming language etc.
Your tutorials are the best. You speak in language that non-techies or newbies can understand. You use good examples that laypersons can relate to. You explain each component of the code thoroughly step by step, making it easy enough to understand, instead of glossing over things, assuming that everyone knows what they are for. Too many of the presenters of these types of tutorials don't understand what goes on in the mind of beginners, and their tutorials make some people like me feel confused and bewildered. They use technical terms that only fellow engineers can keep up with. However, I don't want to criticize them too much because the content on YT is free. But I would just like to say your communication skills and method of presentation are excellent. Thank you.
Great tutorial, mention all the things that you are using. That help me understand what was fulling happening!
The best explanation I've ever seen.
Every step is clearly explained and easy to follow. Thank you so much. Please keep it up!
I was not represented my appreciation at the last visit of this tutorial but now it's time.
Thank you Brad, was cool and clear. I like the way you teach. i'm not fluent in English but I almost undrstood all. (except ejs, because first time I've heard about, intresting template ; )
I should find your vidéos in first place, waste too much time on others, nothing but confusig.
Please keep going in the same way. Thank you again. 🤟
Brad you are the best teacher ever.
After about 10 tut videos of express js finally I found someone who explains it with an example that make sense!
Wow amazing. I love the style you teach, I understand it well. Well than my teacher. Thank u so much
This is the one that ive been looking for
Please learn with this vid guys please
been watching few videos about express. this video is by far the most well structured video about it.
By far the Best express.js tutorial i have come across. Officially my fave web dev channel. Liked, subscribed. You are an excellent tutor!
You've saved and healed my brain. Thank you!
this video deserve more views
!
Easier to understand than other videos, thanks
Best presenter ever. Awesome work
Brad is the best! Very generous to offer this course for free
Thanks for saving my web programming course
How haven't I come across your videos before? Great job!
dude this is the perfect speed. best for beginners. everyone else makes it so complicated out the gate. ease me in dammit!
Actually, he is very good at explaining. Some people just have it. I don't know if it is learnt or acquired through experience. Keep up the good work!
That was a fantastic introduction to Express, Brad! Thanks so much. You went at just the right pace and made it super easy to follow. Already looking forward to your next “Create an API “ lesson. 🤓
Have you thought about presenting the words “Learn Web Code” on your three monitors behind you during your on-camera sections? Might be an opportunity for a little extra brand awareness. 😎
Thanks! And that's a good idea!!
@@LearnWebCode good course!! Thank you.
You're awesome, a lot of stuff, a lot of clarity. Thanks Brad!!
Thanks for your super friendly guideline.
Wonderful tutorial! Helped me A LOT. Thanks :D
Excellent tutorial, very clear and straight to the point. Thanks!
Thanks for the awesome explanation!! Your all videos are very helpful for me.
best express tutorial ever. thanks
Thank you , really understandable in first listening
I really enjoyed this video a lot, thanks a lot how clearly you made me understood about how the web server actually works.
The best teacher ever. Thank you so much Brad.❤
Love your cat Brad😊😊😊❤️❤️❤️. He or she is sooo adorable
Thank you Mr. Brad I have learnt a lot of things from you.
new sub here . the way you explain things is exceptional. thank you so much for teaching us 🌱. God Bless
i could understand well about express,thank you
Great explanation ! Made everything crystal clear.
Thanks god I chose your channel to learn about Express, otherwise I might not get it faster
Brad, this is a fantastic introduction at express, thanks so much !
Where have you been all these years!
Great explanation👏
I love your explanation, it's soo extremely easy to understand!
Good work and thank you so much, it's very helpful🔥
Btw, hello from Indonesia👋
Wow just wow with this vdideo about NodeJS. Keep it up bro! 👏
This is an awesome tutorial! You’re a great teacher. Thank you :)
Super clear explanation.
Hope you make a tutorial on Next.js with node.js server.
Very good! Informative and well explained. Thank you.
God bless brad.
It was very confusing express.js for me, until I watched your video 10/10
Really enjoyed this introduction :)
Nice explanation 👏
Learnt so much from you thank you sir.
This was a great explanation and thanks so much for it .
awesome video dude !
Really a great tutorial! Many thanks!
35:52 Instead of home.ejs, rain statement from if-else middleware is getting displayed
Thanks for the explanation and cool cat
18:52 That middleware express.urlencoded() is causing problem. Before adding trim() & toUpperCase(), it was only showing else condition "Incorrect, please try again." even when u enter "blue". After adding trim() and toUpperCase(), I get an error: TypeError: Cannot read properties of undefined (reading 'trim')
Wonderful! Thank you so much!
You are a BEAST!!! 💪🏼🔥
Thanks you very much ! Love from India ♥️
It worth waiting, thank You!
nice tut ... love it
Hi Brad....As usaual you made complex things very easy to understand.
Please make laravel full course.. please
Thank you for this video Brad! I was stuck and this helped me out again. I learned a lot with your courses, bought a couple on udemy as well. Keep it up, your way of teaching to code is the best!
I'm glad the video was helpful. Thank you so much for the support!
Great video!
Muchas gracias, saludos desde Argentina!
This videos are a blessing
You really understand how "stupid" we are, and explain it consequently :) thx
you always amazing .
Waiting for a long time
I'd expected 548K likes instead of 548.
Great intro to Express, thanks!!
It was so nice...thanks for it
it is really amazing thanks, brother.
this is such a good tutorial, thanks a lot! :0
Very nice! Explained
Thank you for this video sir!. good detail and appreciate the increased font size and zoomimg for enhanced learning experience💯 I learned much clearer from you the syntax but i'm very new to http👶 so i still need a bit more break down. Have you already done a video on what the req and res objects look like? Why does http method take those 2 params? what are headers and why should we care? If so, what is the name? If not, would you do one if not too tedious?😊
Hi, thanks! In the next video when we talk about CORS I'll try to talk more about req/res and headers in general.
@@LearnWebCode Thank you so much!
Hi nice video.
idk when to use template engines. pug, other. Or somethin like markdown/ statics generator
or react. Or use all.
Brad, I think the word thank you isn't enough to express our gratitude for the selfless work you are doing. But anyway, thank you so much.
I just want to let you know that I really like your course, learn javascript: full stack from scratch, on udemy. Do you have some more courses that I should check?
Thanks so much! It's huge motivation for me to hear that. Glad you're enjoying the Full-Stack JavaScript course! You might like the "React For The Rest Of Us" course or the "Git a Web Developer Job" course if you want to learn about version control / workflow / mobile-first design etc...
Good day sir! I always feel motivated whenever I watch a video from your channel. But today I get confused and want to as this question.
From your explanation on why we need a server? And the demonstrated example from the developer tool got me confused! If a client or a user make changes in developer tools, is it saved permanently? That is reflect the changes to the original file?
Really enjoying while code with you !
I have a question related to this.. AS we have seen to link our css files with ejs can we also link our scss (SASS) file according to this same manners?
Missed your MeowsALot. You both are looking charming today. ❤️
I'm half way through your JavaScript course on Udemy. 😍
WHATS THE NAME
I like your video so very much! thank you
I came here to thank you again! this is THE BEEEEST!
Thanks Brad for this tutorial though I'm stuck on my post request. When I try to post the data of my html form to the /result route it shows me a request fo Get instead of a Post request. I could see the request type through the developers tool also I changed the port number but that also didn't work.
Hi Brad! Thanks for a great tutorial! I be honest im paying for a course and thewy couldnt explain it like you have!! I be sure to check out your paid course too now! I only had one problem and that was using ejs engine... I can see that ejs was installed and in the dependecies of the package.json file but this error occurs ---- Error: No default engine was specified and no extension was provided. i know it is something to do with the syntax .render but thats all i can work out!! If you or anyone can help I would be very grateful :)
Thank you , this helped alot :)
Thank you man!
I want to ask Sir, what is the function of "Fortunes Cookies" in Dynamic Content Views when We create server side?
awesome video
Good stuff!
hI, Brad! Thanks for your tutorials! If I want to deploy my web-site made with Node and EJS engine, can I deploy at Github pages or Netlify? As far as i understand, Github pages look for index.html page and not index.ejs. How to deal with it?
Thank you for this
How do I fix this problem: when I type in "localhost: 3000" in my browser, I get an ERR_CONNECTION_REFUSED message. In Chrome's Properties menu, I explicitly allowed port 3000, but it still will not work.
Loved it
Thank you again again again
can we include seperate css file in ejs
Another great tutorial. A question: Every time I use nodemon, it runs for a while fine, and then I get a message that it has crashed. Then it never works again. Like I said, every time. Any ideas?
I am here from your UDEMY wordpress course, love it! Please tell me what keyboard have you used during the course i am obsessed by its sound :d
Thanks! Glad you're enjoying the WP course. I'm using an old mechanical keyboard from a company called Leopold and it uses Cherry MX Brown switches 🤓🥳