Express JS Full Course

preview_player
Показать описание
This 8 hour course teaches you all of the core fundamentals you need to learn how to build server applications using Express JS. You will learn how to implement the basic HTTP request methods, validate request bodies, implement sessions, save data to a database, manage user authentication, integrate OAuth2, and writing automated unit & integration tests!

Support the Channel:

Connect with me:

0:00 Intro & Setup
11:01 Get Requests
20:40 Route Params
30:08 Query Params
42:54 Post Requests
56:07 Put Requests
1:10:02 Patch Requests
1:19:00 Delete Requests
1:26:47 Middleware
1:48:24 Validation
2:19:52 Routers
2:38:59 Cookies
2:58:59 Sessions
3:15:24 Sessions Pt. 2
4:15:39 Databases & MongoDB
4:42:10 Hashing Passwords
4:54:45 Session Store
5:11:58 OAuth2
5:49:38 Unit Testing & Jest
7:14:12 E2E Testing
Рекомендации по теме
Комментарии
Автор

A lot of people have asked this question, and I want to address it, I should've mentioned this in the beginning of the video:

"Do I need to learn Node.js first before learning Express.js?"

Remember that Node.js isn't anything special, it's just a runtime environment that you can simply use to execute JavaScript code on the server-side, or your local computer, instead of the browser. If you already know JavaScript from using it on the client-side, then you honestly will not have any trouble with understanding JavaScript on the server-side. There will be differences, because the browser has its own APIs, and Node.js has its own APIs (remember, browsers have their own JS engine that can interpret and execute code).

All you are doing is just writing JS code and having it run on the server side, aka your local machine, and you use Node.js to do that. While Node.js may have a lot of built-in APIs and functionalities, such as the file system API (fs) or the http API, trust me, you will know when you will need to use those APIs when the time comes as you're developing your project. Don't worry about all of those native APIs Node.js provides, every single runtime environment or language will have their own that you don't need to memorize or know until you need to use them. As long as you know how to write some JS code, and execute it on your local machine through the command line, then you should have no problem learning Express.js, or any JS framework.

Thus, Express.js is one of the best frameworks to learn as a complete newbie because of its unopinionated nature.

ansonthedev
Автор

you dont know how you are helping me in Nigeria, i cant afford to buy anycourse because of the dollar to naira exchange and i have no employment so you are a saviour. wont forget you

pmrebel
Автор

This course surely blew up, I am thankful that you all found this video. If you have any questions please ask them down below, I do my best to respond to all comments when I check them, which is very frequent. Let me know by replying what other videos you would like to see (Doesn't have to just be ExpressJS)! :)

ansonthedev
Автор

I like the way you create these comprehensive full course videos like this, rather than making separate scattered videos.

mykun
Автор

2 hours in and I have really learned many useful thing. I came to this video to revise on some of the few things I had forgotten but was amazed to find such a good way to teach. Can't wait to continue and complete the rest of the video.

TrxsTer
Автор

Bro, I've only been through the first 30 min and I see it clearly now!! What a great content, keep it up 💪

josu_abad
Автор

@ansonthedev thank you so much for continuing publishing great course on programming. I just found your channel and become a subscriber / learner immediately because of your precise explanation and easy to code along too.

MeilyChhon
Автор

This course looks soo good man! It’s gonna be a hit

amirhesham
Автор

Sir, Words aren't enough to thank you for this course. Your Contribution to the community is appreciable. Lot of thanks. Gratitude from India

varshanithyanandan
Автор

Wow 😳 if am not mistaken this is the most up to date express api course, its been long i see a new express course now this drop and YouTube immediately dropped it in my feed, Awesome 😊

judevector
Автор

Earlier i had zero knowledge of MERN & APIs but After just learning the basics of nodejs, i continued to this video with a lot patience and taking one-week time . Finally in two weeks i am now able to built built REST CRUD apis. A very very big thank youuuu.🙏🤝👦.

sauravghosh
Автор

Not often I am able to sit down and finish an 8 hr tutorial. Thank you for being clear about all these topics!

Chmson
Автор

As someone new to Express.js, this video was a lifesaver! I finally feel confident diving into backend development. Highly recommend!

AmanuelAlemayehuGodana
Автор

I've completed this series in roughly 12 days (had to take some time to learn Mongo since I didn't know nothing). This tutorial has been super, thanks Anson.

marvinotieno
Автор

This course is amazing, your explanation is so perfect

Yesterday_i_ate_rat
Автор

Hands down the best(up-to-date) video on express on youtube. Exactly to the poiny, crisp and concise. You just earned a subcriber and also liked the video as well. Btw if you don't mind me asking then what is the font style and the theme that you are using?

kunalpatil.
Автор

I have been looking for an expressJS course for a few days, and I have to say that this is the best course I have seen about expressJS. Thank you very much, I learned a lot from this course. liked subscribed ❤

kavinduudara
Автор

Anson thanks a lot for all the precious content - very clear, very structured - 👍

gokhanyesilyayla
Автор

I like how comprehensive the course is, almost every piece of code resonated and explained, great job man, be proud!
P.S.: The random 'okay?' brought a smile to my face every damn time

yeshavyas
Автор

One of the very latest ExpressJS video and a detailed one too! Thanks Anson!

utkarshpandey