Node.js Crash Course for Beginners Tutorial - Learn Node Basics in 30 Minutes!
In this crash course, we are going to cover all of the basics to get you started using Node.js.
What is Node.js? Well, it’s not a language, it’s a JavaScript runtime built on Chrome’s V8 JavaScript engine.
This means that you can run standard JavaScript outside of the browser. If you already know JavaScript, there’s no need to learn a new language for backend operations.
You can easily use Node.js to create a web server, an API, and many other use cases.
Node.js is really fast because it’s non-blocking and runs asynchronous operations.
Source Code: https://github.com/codeSTACKr/node-crash-course
⏱️ Timestamps ⏱️
00:00 - Intro
01:02 - Install Node
01:51 - Basic Hello World Example
04:52 - Global Properties
05:27 - File System Module - Reading Files
08:50 - File System Module - Writing to Files
11:37 - File System Module - Renaming & Deleting Files
13:01 - Modules - Export & Import
17:05 - Basic HTML Content
20:36 - Basic Web Server with HTML Files
21:52 - Basic Web Server Routing
25:02 - Basic Web Server Status Codes
25:29 - Basic Web Server Redirects
26:16 - Node Package Manager (NPM)
27:28 - nodemon
30:58 - Deploy to Heroku
☞ Getting Started with Node.js - Full Tutorial
☞ Angular and Nodejs Integration Tutorial
☞ JavaScript Programming Tutorial Full Course for Beginners
☞ Learn JavaScript - Become a Zero to Hero
☞ E-Commerce JavaScript Tutorial - Shopping Cart from Scratch