Learn Express.js In 48 Minutes: Web Server Tutorial

  Рет қаралды 57,398

LearnWebCode

LearnWebCode

Күн бұрын

Пікірлер: 158
@zenny1359
@zenny1359 3 жыл бұрын
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.
@sideshowlol
@sideshowlol 3 жыл бұрын
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. 😎
@LearnWebCode
@LearnWebCode 3 жыл бұрын
Thanks! And that's a good idea!!
@ablabenkhaled4837
@ablabenkhaled4837 2 жыл бұрын
@@LearnWebCode good course!! Thank you.
@muhammadramadan3276
@muhammadramadan3276 3 жыл бұрын
i can't explain how easy you are describing every tiny information, thank you so much man !!
@mohammedalnoaimi6416
@mohammedalnoaimi6416 3 жыл бұрын
After about 10 tut videos of express js finally I found someone who explains it with an example that make sense!
@raghavupadhyay510
@raghavupadhyay510 2 жыл бұрын
this video deserve more views !
@georgesmith3022
@georgesmith3022 3 жыл бұрын
Brad is the best! Very generous to offer this course for free
@boredomindex3353
@boredomindex3353 2 жыл бұрын
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!
@sonnyyin7932
@sonnyyin7932 3 жыл бұрын
Thanks for saving my web programming course
@julianbelmarsh
@julianbelmarsh 3 жыл бұрын
Excellent tutorial, very clear and straight to the point. Thanks!
@khoinguyenminh478
@khoinguyenminh478 3 жыл бұрын
Thanks for your super friendly guideline.
@hamidfiroozi5556
@hamidfiroozi5556 3 жыл бұрын
You are the best teacher I have ever seen in my life. Thank you
@bobbyboxer2664
@bobbyboxer2664 2 жыл бұрын
Haha yeah he’s dope as hell 🤙🏼
@adelinrapcore
@adelinrapcore 2 жыл бұрын
Indeed
@classicdrumpercussion1608
@classicdrumpercussion1608 3 жыл бұрын
i could understand well about express,thank you
@safwan8026
@safwan8026 3 жыл бұрын
Thank you Mr. Brad I have learnt a lot of things from you.
@HenokWehibe
@HenokWehibe 3 жыл бұрын
Learnt so much from you thank you sir.
@streamyxzsicilian4733
@streamyxzsicilian4733 3 жыл бұрын
Wow just wow with this vdideo about NodeJS. Keep it up bro! 👏
@LuisGonzalez-dq4bg
@LuisGonzalez-dq4bg 2 жыл бұрын
You are a BEAST!!! 💪🏼🔥
@candi2Love
@candi2Love 3 жыл бұрын
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?😊
@LearnWebCode
@LearnWebCode 3 жыл бұрын
Hi, thanks! In the next video when we talk about CORS I'll try to talk more about req/res and headers in general.
@candi2Love
@candi2Love 3 жыл бұрын
@@LearnWebCode Thank you so much!
@harshitjoshi3082
@harshitjoshi3082 3 жыл бұрын
Thanks you very much ! Love from India ♥️
@raf2518
@raf2518 3 жыл бұрын
awesome video dude !
@kasperkat2004
@kasperkat2004 3 жыл бұрын
This was a great explanation and thanks so much for it .
@PerfectCodeAcademy
@PerfectCodeAcademy 2 жыл бұрын
it is really amazing thanks, brother.
@NoudvD63
@NoudvD63 3 жыл бұрын
I'd expected 548K likes instead of 548. Great intro to Express, thanks!!
@ricardorocha5118
@ricardorocha5118 3 жыл бұрын
Great video!
@leythecg
@leythecg 2 жыл бұрын
Really a great tutorial! Many thanks!
@abdullahidanmusa9457
@abdullahidanmusa9457 3 жыл бұрын
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?
@LearnWebCode
@LearnWebCode 3 жыл бұрын
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...
@technerd5203
@technerd5203 2 жыл бұрын
Thank you man!
@tushars4038
@tushars4038 Жыл бұрын
35:52 Instead of home.ejs, rain statement from if-else middleware is getting displayed
@jenniferward6821
@jenniferward6821 3 жыл бұрын
Thank you for this
@clouddrive6833
@clouddrive6833 Жыл бұрын
It was so nice...thanks for it
@tushars4038
@tushars4038 Жыл бұрын
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')
@techtalk6365
@techtalk6365 3 жыл бұрын
you always amazing .
@tomod_1022
@tomod_1022 2 жыл бұрын
Thanks bro!
@mehrosenasir9974
@mehrosenasir9974 2 жыл бұрын
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.
@averagehooligan620
@averagehooligan620 2 жыл бұрын
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.
@pixelrangerstudio86
@pixelrangerstudio86 3 жыл бұрын
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
@LearnWebCode
@LearnWebCode 3 жыл бұрын
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 🤓🥳
@tushars4038
@tushars4038 Жыл бұрын
How can we access property color when it doesn't exist ?
@jdbAAV1
@jdbAAV1 3 жыл бұрын
if `req.body.color` is not working, try `const obj = JSON.parse(JSON.stringify(req.body)); obj.color`
@tingting6612
@tingting6612 3 жыл бұрын
Thank you , this helped alot :)
@ДмитрийМузыченко-д5ш
@ДмитрийМузыченко-д5ш 3 жыл бұрын
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?
@techmathy5764
@techmathy5764 3 жыл бұрын
Thank you.Why everytime package lock json file gets added up
@LearnWebCode
@LearnWebCode 3 жыл бұрын
It's just a stricter / more detailed version of package.json. It keeps track of the exact versions of your packages as well as the dependencies of your dependencies.
@digiexploration530
@digiexploration530 3 жыл бұрын
I came here for the cat :)
@whoman7930
@whoman7930 3 жыл бұрын
Why you use MongoDB as a database and not firebase?
@LearnWebCode
@LearnWebCode 3 жыл бұрын
Firebase is great, but it would feel weird for me to directly advertise a technology that is merely a Google product. With MongoDB, if you don't want to use MongoDB's official Atlas service, you can host your own Mongo database on your own VPS / server / hardware at not extra cost. Using Mongo in my videos seems less opinionated than Firebase, but that's just my own thought process.
@bachabazaar
@bachabazaar 3 жыл бұрын
47.38
@programinggrid967
@programinggrid967 3 жыл бұрын
will you make a tutorial on mongoDB?
@LearnWebCode
@LearnWebCode 3 жыл бұрын
Yep! That's what we're going to use in the database chapter of this series.
@programinggrid967
@programinggrid967 3 жыл бұрын
@@LearnWebCode ❤
@deathharvester4990
@deathharvester4990 2 жыл бұрын
are you italian?
@LearnWebCode
@LearnWebCode 2 жыл бұрын
I'm at least 25% Italian. But I 100% used my Bialetti Moka Pot this morning 😃
@bikashgurung3830
@bikashgurung3830 3 жыл бұрын
God bless brad.
@johnbamford1907
@johnbamford1907 2 жыл бұрын
Such a brilliant way of teaching. A very good introduction and your teaching style is outstanding.
@popcorn7685
@popcorn7685 3 жыл бұрын
This is the one that ive been looking for Please learn with this vid guys please
@henryho952
@henryho952 3 жыл бұрын
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
@subarnapokharel2218 2 жыл бұрын
Bro if I fully follow his course only,will I be come a industry ready web developer?
@henryho952
@henryho952 2 жыл бұрын
@@subarnapokharel2218 Nope. Don't depend all in tutorial, you must read books, and documentations to become yourself comfortable with any programming language etc.
@streamx2
@streamx2 3 жыл бұрын
I think i might have missed something and need to watch again. You use app.use in this video with extended but you not in the next video where you only use app.use. why is this? Is it because in the next video you are working with json?
@LearnWebCode
@LearnWebCode 3 жыл бұрын
You only need to use the "urlencoded" middleware if you're trying to work with incoming data submitted from a traditional HTML Form submit.
@ckh8217
@ckh8217 3 жыл бұрын
It should be fine with app.use(express.json()); ? Think I never use urlencoded anymore.
@SeanKudrna
@SeanKudrna 3 жыл бұрын
This is an awesome tutorial! You’re a great teacher. Thank you :)
@adelinrapcore
@adelinrapcore 2 жыл бұрын
You really understand how "stupid" we are, and explain it consequently :) thx
@sourena_pa
@sourena_pa 2 жыл бұрын
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. 🤟
@engespress
@engespress 3 жыл бұрын
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.
@alanmunoz4424
@alanmunoz4424 3 жыл бұрын
You're awesome, a lot of stuff, a lot of clarity. Thanks Brad!!
@Ubaid-24
@Ubaid-24 2 жыл бұрын
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?
@jorgecontreras8239
@jorgecontreras8239 Жыл бұрын
It was very confusing express.js for me, until I watched your video 10/10
@hosannaikigai
@hosannaikigai 10 ай бұрын
Wow amazing. I love the style you teach, I understand it well. Well than my teacher. Thank u so much
@manarma7536
@manarma7536 3 жыл бұрын
Thanks god I chose your channel to learn about Express, otherwise I might not get it faster
@Juss_Chillin
@Juss_Chillin 8 ай бұрын
Wonderful tutorial! Helped me A LOT. Thanks :D
@valentinussofa4135
@valentinussofa4135 3 жыл бұрын
I want to ask Sir, what is the function of "Fortunes Cookies" in Dynamic Content Views when We create server side?
@enriquerivera636
@enriquerivera636 2 жыл бұрын
Great tutorial, mention all the things that you are using. That help me understand what was fulling happening!
@UnderProxy
@UnderProxy 2 жыл бұрын
kept revisiting this video, and just noticed that in the thumbnail his cat in the back, has a disapproval look
@luay8758
@luay8758 2 жыл бұрын
Thank you , really understandable in first listening
@elkhanhamet2561
@elkhanhamet2561 2 жыл бұрын
Love your cat Brad😊😊😊❤️❤️❤️. He or she is sooo adorable
@sbasalan
@sbasalan 2 жыл бұрын
Why did you not mention that how we can run express project on browser to see things?
@nirmalmardi7899
@nirmalmardi7899 2 жыл бұрын
Thank you Mr. BRAD, I'm sorry to be here after the sun set
@timochyfilix5176
@timochyfilix5176 Жыл бұрын
Wonderful! Thank you so much!
@dmraushan
@dmraushan Жыл бұрын
Come back to our app when it's not raining 😂🤣
@srinivasaraghu8574
@srinivasaraghu8574 2 жыл бұрын
Thanks for the explanation and cool cat
@damirrekic4271
@damirrekic4271 3 жыл бұрын
It worth waiting, thank You!
@sasuke3737
@sasuke3737 3 жыл бұрын
can we include seperate css file in ejs
@psrisaiteja5047
@psrisaiteja5047 Жыл бұрын
Nice explanation 👏
@deepaknirmal8667
@deepaknirmal8667 2 жыл бұрын
Great explanation👏
@uni8380
@uni8380 Жыл бұрын
nice tut ... love it
@jithinsurendran678
@jithinsurendran678 Жыл бұрын
I came for the cat
@sabuein
@sabuein Жыл бұрын
Thank you.
@dmbrv
@dmbrv 3 жыл бұрын
awesome video
@mr.RAND5584
@mr.RAND5584 Жыл бұрын
👍👍👍👍👍👍👍👍👍👍
@sitraasaye1072
@sitraasaye1072 3 жыл бұрын
Loved it
@kennethgonzalez6689
@kennethgonzalez6689 Жыл бұрын
a
@twodirections5923
@twodirections5923 2 жыл бұрын
I literally searched express js man with cat to find your video
@LearnWebCode
@LearnWebCode 2 жыл бұрын
😂 best comment of 2021
@adiquer-wordpresstutorials2370
@adiquer-wordpresstutorials2370 3 жыл бұрын
Top secret dataaaaaa 😂😂😂😂😂😂😂😂 Dead!!! 💀💀💀💀💀
@RohitSharma-ey3cz
@RohitSharma-ey3cz 3 жыл бұрын
Hi Brad....As usaual you made complex things very easy to understand. Please make laravel full course.. please
@thankyouthankyou1172
@thankyouthankyou1172 Жыл бұрын
I like your video so very much! thank you
@thankyouthankyou1172
@thankyouthankyou1172 Жыл бұрын
I came here to thank you again! this is THE BEEEEST!
@carolinembithe142
@carolinembithe142 2 жыл бұрын
By far the Best express.js tutorial i have come across. Officially my fave web dev channel. Liked, subscribed. You are an excellent tutor!
@dbppostproduction9123
@dbppostproduction9123 3 жыл бұрын
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 :)
@adipati27ma
@adipati27ma 3 жыл бұрын
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👋
@Justin_Min_001
@Justin_Min_001 3 жыл бұрын
Super clear explanation. Hope you make a tutorial on Next.js with node.js server.
@NERO-ez1mn
@NERO-ez1mn 3 жыл бұрын
new sub here . the way you explain things is exceptional. thank you so much for teaching us 🌱. God Bless
@owaisjavaid8110
@owaisjavaid8110 3 жыл бұрын
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?
@rogercolque
@rogercolque 3 жыл бұрын
Hi nice video. idk when to use template engines. pug, other. Or somethin like markdown/ statics generator or react. Or use all.
@x4v33r
@x4v33r Жыл бұрын
The best explanation I've ever seen. Every step is clearly explained and easy to follow. Thank you so much. Please keep it up!
@sandipbaikare
@sandipbaikare 2 жыл бұрын
Thanks for the awesome explanation!! Your all videos are very helpful for me.
@OneDeed90
@OneDeed90 3 жыл бұрын
been watching few videos about express. this video is by far the most well structured video about it.
@craftjj
@craftjj 3 жыл бұрын
best express tutorial ever. thanks
@menandmice
@menandmice 3 жыл бұрын
Very good! Informative and well explained. Thank you.
@gbbowler
@gbbowler 3 жыл бұрын
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?
@manoj03h
@manoj03h 3 жыл бұрын
I really enjoyed this video a lot, thanks a lot how clearly you made me understood about how the web server actually works.
@Peter-sc1ru
@Peter-sc1ru 3 жыл бұрын
dude this is the perfect speed. best for beginners. everyone else makes it so complicated out the gate. ease me in dammit!
Create An API: CORS, SPA / Client-Side Routing Explanation
40:35
LearnWebCode
Рет қаралды 25 М.
MongoDB Basics, CRUD and Node.js Integration
43:29
LearnWebCode
Рет қаралды 34 М.
From Small To Giant Pop Corn #katebrush #funny #shorts
00:17
Kate Brush
Рет қаралды 70 МЛН
WORLD BEST MAGIC SECRETS
00:50
MasomkaMagic
Рет қаралды 54 МЛН
Learn Express JS In 35 Minutes
36:03
Web Dev Simplified
Рет қаралды 815 М.
React Wasn't Built For The Web
12:43
Theo - t3․gg
Рет қаралды 179 М.
JavaScript Callbacks, Promises, and Async / Await Explained
38:54
LearnWebCode
Рет қаралды 41 М.
Heroku Express App Vs Netlify Serverless App - Free Node.js Hosting
32:28
I tried 8 different Postgres ORMs
9:46
Beyond Fireship
Рет қаралды 413 М.
How to build a REST API with Node js & Express
58:40
Programming with Mosh
Рет қаралды 1,7 МЛН
Cookies, Sessions, JSON Web Tokens (JWT) and More 🍪🔐
46:41
LearnWebCode
Рет қаралды 106 М.
Express JS Crash Course
1:14:01
Traversy Media
Рет қаралды 966 М.
Express JS Crash Course | Web Dev Tutorial for Beginners
1:12:06
Sam Meech-Ward
Рет қаралды 19 М.