10 Views¡ 14 July 2022
Node.js and Express.js - Full Course
Advertisement
Learn how to use Node and Express in this comprehensive course. First, you will learn the fundamentals of Node and Express. Then, you will learn to build a complex Rest API. Finally, you will build a MERN app and other Node projects.
âī¸ Course developed by John Smilga. Check out his channel: https://www.youtube.com/channe....l/UCMZFwxv5l-XtKi693
đģ Code: https://github.com/john-smilga/node-express-course
âī¸ Course Contents âī¸
â¨ī¸ (00:00â) Introduction
â¨ī¸ (01:41â) What Is Node
â¨ī¸ (02:56â) Course Requirements
â¨ī¸ (04:16â) Course Structure
â¨ī¸ (04:59â) Browser Vs Server
â¨ī¸ (07:50â) Install Node
â¨ī¸ (11:08â) Repl
â¨ī¸ (13:27â) Cli
â¨ī¸ (19:07â) Source Code
â¨ī¸ (20:27â) Globals
â¨ī¸ (29:34â) Modules Setup
â¨ī¸ (32:46â) First Module
â¨ī¸ (45:32â) Alternative Syntax
â¨ī¸ (49:50â) Mind Grenade
â¨ī¸ (53:47â) Built-In Module Intro
â¨ī¸ (56:31â) Os Module
â¨ī¸ (1:04:13â) Path Module
â¨ī¸ (1:10:06â) Fs Module (Sync)
â¨ī¸ (1:18:28â) Fs Module (Async)
â¨ī¸ (1:27:32â) Sync Vs Async
â¨ī¸ (1:34:29â) Http Intro
â¨ī¸ (1:35:58â) Http Module (Setup)
â¨ī¸ (1:40:53â) Http Module (More Features)
â¨ī¸ (1:45:57â) NPM Info
â¨ī¸ (1:50:19â) NPM Command
â¨ī¸ (1:53:10â) First Package
â¨ī¸ (2:02:52â) Share Code
â¨ī¸ (2:09:04â) Nodemon
â¨ī¸ (2:15:04â) Uninstall
â¨ī¸ (2:17:53â) Global Install
â¨ī¸ (2:23:22â) Package-Lock.Json
â¨ī¸ (2:25:56â) Important Topics Intro
â¨ī¸ (2:27:38â) Event Loop
â¨ī¸ (2:30:47â) Event Loop Slides
â¨ī¸ (2:37:46â) Event Loop Code Examples
â¨ī¸ (2:47:07â) Async Patterns - Blocking Code
â¨ī¸ (2:54:49â) Async Patterns - Setup Promises
â¨ī¸ (3:00:35â) Async Patterns - Refactor To Async
â¨ī¸ (3:06:05â) Async Patterns - Node's Native Option
â¨ī¸ (3:12:41â) Events Info
â¨ī¸ (3:14:44â) Events Emitter - Code Example
â¨ī¸ (3:18:37â) Events Emitter - Additional Info
â¨ī¸ (3:21:44â) Events Emitter - Http Module Example
â¨ī¸ (3:25:10â) Streams Intro
â¨ī¸ (3:26:18â) Streams - Read File
â¨ī¸ (3:33:01â) Streams - Additional Info
â¨ī¸ (3:35:05â) Streams - Http Example
â¨ī¸ (3:40:29â) End Of Node Tutorial Module
â¨ī¸ (3:40:46â) HTTP Request/Response Cycle
â¨ī¸ (3:44:49â) Http Messages
â¨ī¸ (3:55:52â) Starter Project Install
â¨ī¸ (3:57:59â) Starter Overview
â¨ī¸ (4:03:25â) Http Basics
â¨ī¸ (4:15:09â) Http - Headers
â¨ī¸ (4:24:50â) Http - Request Object
â¨ī¸ (4:32:00â) Http - Html File
â¨ī¸ (4:37:20â) Http - App Example
â¨ī¸ (4:48:02â) Express Info
â¨ī¸ (4:51:50â) Express Basics
â¨ī¸ (5:03:05â) Express - App Example
â¨ī¸ (5:14:31â) Express - All Static
â¨ī¸ (5:18:13â) API Vs SSR
â¨ī¸ (5:24:07â) JSON Basics
â¨ī¸ (5:32:40â) Params, Query String - Setup
â¨ī¸ (5:39:13â) Route Params
â¨ī¸ (5:48:25â) Params - Extra Info
â¨ī¸ (5:50:42â) Query String
â¨ī¸ (6:07:31â) Additional Params And Query String Info
â¨ī¸ (6:10:46â) Middleware - Setup
â¨ī¸ (6:21:27â) APP.USE
â¨ī¸ (6:28:31â) Multiple Middleware Functions
â¨ī¸ (6:36:36â) Additional Middleware Info
â¨ī¸ (6:43:26â) Methods - GET
â¨ī¸ (6:49:01â) Methods - POST
â¨ī¸ (6:52:53â) Methods - POST (Form Example)
â¨ī¸ (7:05:31â) Methods - POST (Javascript Example)
â¨ī¸ (7:21:22â) Install Postman
â¨ī¸ (7:30:19â) Methods - PUT
â¨ī¸ (7:41:43â) Methods - DELETE
â¨ī¸ (7:50:05â) Express Router - Setup
â¨ī¸ (8:05:36) Express Router - Controllers
Check out free Postman programs for students and educators to help you learn more about APIs: https://www.postman.com/company/student-program/
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscripti....on_center?add_user=f
Up next
Advertisement
0 Comments