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.
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. 🤟
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.
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?
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.
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.
Thanks. Nope, we don't need any dot html files if we're using EJS. Although that does remind me of something I forgot to mention in the video... app.use( ) doesn't have to be used globally for all routes, if we give it two arguments instead of one we can tell it to only use that function for those route(s). So for example, if you *wanted* to serve static traditional html files for a certain route you could do something like this: app.use('/mini-site', express.static(path.join(__dirname, 'folder-with-files-i-want-to-serve')))
You are the best teacher I have ever seen in my life. Thank you
Haha yeah he’s dope as hell 🤙🏼
Indeed
Such a brilliant way of teaching. A very good introduction and your teaching style is outstanding.
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 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.
Brad you are the best teacher ever.
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. 🤟
I was not represented my appreciation at the last visit of this tutorial but now it's time.
This is the one that ive been looking for
Please learn with this vid guys please
After about 10 tut videos of express js finally I found someone who explains it with an example that make sense!
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.
been watching few videos about express. this video is by far the most well structured video about it.
this video deserve more views
!
The best explanation I've ever seen.
Every step is clearly explained and easy to follow. Thank you so much. Please keep it up!
Great tutorial, mention all the things that you are using. That help me understand what was fulling happening!
Wow amazing. I love the style you teach, I understand it well. Well than my teacher. Thank u so much
Brad is the best! Very generous to offer this course for free
Best presenter ever. Awesome work
By far the Best express.js tutorial i have come across. Officially my fave web dev channel. Liked, subscribed. You are an excellent tutor!
Easier to understand than other videos, thanks
You've saved and healed my brain. Thank you!
Love your cat Brad😊😊😊❤️❤️❤️. He or she is sooo adorable
dude this is the perfect speed. best for beginners. everyone else makes it so complicated out the gate. ease me in dammit!
Excellent tutorial, very clear and straight to the point. Thanks!
You're awesome, a lot of stuff, a lot of clarity. Thanks Brad!!
God bless brad.
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.
The best teacher ever. Thank you so much Brad.❤
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!
How haven't I come across your videos before? Great job!
best express tutorial ever. thanks
Thanks for saving my web programming course
Thanks god I chose your channel to learn about Express, otherwise I might not get it faster
I really enjoyed this video a lot, thanks a lot how clearly you made me understood about how the web server actually works.
Thanks for the awesome explanation!! Your all videos are very helpful for me.
new sub here . the way you explain things is exceptional. thank you so much for teaching us 🌱. God Bless
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! 👏
35:52 Instead of home.ejs, rain statement from if-else middleware is getting displayed
Thank you Mr. Brad I have learnt a lot of things from you.
Brad, this is a fantastic introduction at express, thanks so much !
Wonderful tutorial! Helped me A LOT. Thanks :D
Thanks for your super friendly guideline.
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.
It was very confusing express.js for me, until I watched your video 10/10
Great explanation ! Made everything crystal clear.
Thank you , really understandable in first listening
Very good! Informative and well explained. Thank you.
Where have you been all these years!
Thanks you very much ! Love from India ♥️
This videos are a blessing
This was a great explanation and thanks so much for it .
Hi Brad....As usaual you made complex things very easy to understand.
Please make laravel full course.. please
You are a BEAST!!! 💪🏼🔥
Waiting for a long time
i could understand well about express,thank you
Great explanation👏
Really enjoyed this introduction :)
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')
Learnt so much from you thank you sir.
It worth waiting, thank You!
Really a great tutorial! Many thanks!
I'd expected 548K likes instead of 548.
Great intro to Express, thanks!!
Muchas gracias, saludos desde Argentina!
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!
You really understand how "stupid" we are, and explain it consequently :) thx
Wonderful! Thank you so much!
Nice explanation 👏
awesome video dude !
Thanks for the explanation and cool cat
nice tut ... love it
you always amazing .
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!
Great video!
Missed your MeowsALot. You both are looking charming today. ❤️
I'm half way through your JavaScript course on Udemy. 😍
WHATS THE NAME
it is really amazing thanks, brother.
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...
Very nice! Explained
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?
this is such a good tutorial, thanks a lot! :0
It was so nice...thanks for it
Thank you man!
Hi nice video.
idk when to use template engines. pug, other. Or somethin like markdown/ statics generator
or react. Or use all.
I like your video so very much! thank you
I came here to thank you again! this is THE BEEEEST!
I want to ask Sir, what is the function of "Fortunes Cookies" in Dynamic Content Views when We create server side?
Thank you for this
Thank you.
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 :)
Loved it
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 again again again
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.
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.
awesome video
Thanks bro!
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 🤓🥳
Good stuff!
Great tutorial. Do you still have or need an index.html or any other .html file when EJS is in use ?
Thanks. Nope, we don't need any dot html files if we're using EJS. Although that does remind me of something I forgot to mention in the video... app.use( ) doesn't have to be used globally for all routes, if we give it two arguments instead of one we can tell it to only use that function for those route(s). So for example, if you *wanted* to serve static traditional html files for a certain route you could do something like this: app.use('/mini-site', express.static(path.join(__dirname, 'folder-with-files-i-want-to-serve')))
@@LearnWebCode thank you so much for the quick response