Learn Node.js - Full Tutorial for Beginners

preview_player
Показать описание


⭐️Course Contents ⭐️
⌨️ (0:00:00) Installing Nodejs
⌨️ (0:05:22) Working With Modules
⌨️ (0:14:40) The Events Module and EventEmitter Class
⌨️ (0:22:32) Working With The ReadLine Module.
⌨️ (0:34:36) Working With File System Module (Creating,Reading,Deleting,Renaming) Files
⌨️ (0:45:04) Working With File System Module. Creating and Deleting Folders
⌨️ (0:57:36) Working with Readable and Writable Streams
⌨️ (1:02:40) Why you should use Streams
⌨️ (1:05:41) Pipes and Pipe Chaining. (Readable,Writable and Transform Streams)
⌨️ (1:12:36) Creating a Http Server using the Http Module
⌨️ (1:17:52) Serving Static Files with Http and File System Module (html,json,image)
⌨️ (1:27:18) Installing Packages using Npm (Node Package Manager)
⌨️ (1:32:23) Semantic Versioning
⌨️ (1:36:42) Getting started with Express Web Framework
⌨️ (1:40:48) Working with Express Http Get Request, Route Params and Query Strings
⌨️ (1:49:52) Serving Static Files with Express
⌨️ (1:54:36) Http Post Request with Express and Body Parser Module
⌨️ (2:00:17) Working with JSON Data with Express and the Body Parser Module
⌨️ (2:07:40) User Input Validation With Express And JOI
⌨️ (2:15:24) User Input Validation with JOI Validating Nested Object and Arrays
⌨️ (2:22:34) Getting Started With EJS Templates With Express
⌨️ (2:35:22) How does MiddleWare Work and Creating Custom Middleware
⌨️ (2:42:49) Working With The Express Router

--

Рекомендации по теме
Комментарии
Автор

For my mobile friends

⭐️Course Contents ⭐️
⌨️ (0:00:00) Installing Nodejs
⌨️ (0:05:22) Working With Modules
⌨️ (0:14:40) The Events Module and EventEmitter Class
⌨️ (0:22:32) Working With The ReadLine Module.
⌨️ (0:34:36) Working With File System Module (Creating, Reading, Deleting, Renaming) Files
⌨️ (0:45:04) Working With File System Module. Creating and Deleting Folders
⌨️ (0:57:36) Working with Readable and Writable Streams
⌨️ (1:02:40) Why you should use Streams
⌨️ (1:05:41) Pipes and Pipe Chaining. (Readable, Writable and Transform Streams)
⌨️ (1:12:36) Creating a Http Server using the Http Module
⌨️ (1:17:52) Serving Static Files with Http and File System Module (html, json, image)
⌨️ (1:24:30) Create our Package.json using Npm Init
⌨️ (1:27:18) Installing Packages using Npm (Node Package Manager)
⌨️ (1:32:23) Semantic Versioning
⌨️ (1:36:42) Getting started with Express Web Framework
⌨️ (1:40:48) Working with Express Http Get Request, Route Params and Query Strings
⌨️ (1:49:52) Serving Static Files with Express
⌨️ (2:54:36) Http Post Request with Express and Body Parser Module
⌨️ (2:00:17) Working with JSON Data with Express and the Body Parser Module
⌨️ (2:07:40) User Input Validation With Express And JOI
⌨️ (2:15:24) User Input Validation with JOI Validating Nested Object and Arrays
⌨️ (2:22:34) Getting Started With EJS Templates With Express
⌨️ (2:35:22) How does MiddleWare Work and Creating Custom Middleware
⌨️ (2:42:49) Working With The Express Router

abrahamjimenez
Автор

Thanks a ton for this! Just what I needed! I was literally speaking to friend yesterday that I am planning to learn Node.js. Looking forward! :)

ThePRINCEBARPAGA
Автор

Thank you very much for this tutorial, helped me a lot to get started, didn't stop for anything, very well explained!

alexandrucurca
Автор

Just 14 mins into this video, I completely feel this is the best video for beginners out there who wish to learn node.js without much coding experience. Not all the highly viewed videos or highly liked videos are so understandable as this one.

ashwin
Автор

Really Helpful video on Nodejs. Watched without any break and didn't feel bore. learned a lot. thanks alot sir. appreciated

ArvindKumar-kzsn
Автор

I would like to thank you for your awesome tutorial.
You make it really easy to understand and not boring at all.
Please keep going you're doing great !!!

JaimeCaicedo
Автор

Honestly been trying for days to figure out how node works and how to get it to be in a certain folder and finally got it all from just the first few minutes of this video. Thank you so much!

michaelalippold
Автор

It's nice when someone takes a step back now and then to explain WHY we are doing something. You do that very well.

agep.
Автор

Finally, I could wrap my head around NodeJS! Thank you very much...

ershadtantry
Автор

This was a great course. My only suggestion is for those of us who were following along, it would have been helpful if you showed the CSS and index files so we could pause the video to replicate them in our project. For example, I was able to do that for the form, but I know I was missing a lot because there were two </div> after the </form> and I don't know what else you had in your html.

marklibby
Автор

I've been using node for quite a while, but this is a very helpful refresher. Thank you!

AnthonyKosky
Автор

Awesome video. Thank you so much for this video. I would love to see more videos on this topic from you.

abhishek-shrm
Автор

I totally recommend this video!!! Thank you for teaching Vanilla node.js !!

polyt
Автор

one of the best tutorials I've seen for any language... very level appropriate for those coming from other languages. I have experience in BASIC, perl, python, C, C#, and some C++ and this clearly delineates the structure, typing, and syntax of the language fairly quickly (at least if you watch it at 2x like I did?)

wiloghby
Автор

For anybody doing this tutorial and struggeling with the "app.use('/public', express.static(path.join(__dirname, '../static')));" --> Remember to href="/public/your/path" (Your scripts and stylesheets)
dont make the mistake to href="/static/your/path"

Sure it helps someone! Cheers!

CrepsDelic
Автор

Best tutorial in YouTube. Clear and precise with clean codes for beginners

ApexArtistX
Автор

Who is here teaching themselves how to code and wanting to become a full stack dev.

assassinali
Автор

It's given me a great start in node.js. Great stuff!!

richardnixon
Автор

the part where you explain how to serve static files with express, i love this! was searching for an eternity to find someone who show me what im doing wrong. thanks.

rrecyn-
Автор

concise, neat, all in one to jumpstart using Node! I love it! :O

danielchukwu