HYF-Class23 / home

Home repository for HYF class 23
https://hyf-class23.github.io/home/
MIT License
0 stars 0 forks source link

Yurii : node.js : 3 weeks #197

Open juryp opened 1 month ago

juryp commented 1 month ago

Learning Objectives

1.Introduction to Node.js

2.Setting Up Node.js

  1. Modules and npm

    • [x] Import and export modules.
    • [x] Create and publish npm packages.
    • [x] Manage dependencies with package.json.
    • [x] Install and update packages.

4.File System Operations

5.Debugging Node.js Applications

6.Event Loop and Callbacks

7.HTTP Server with Node.js

8..Express.js Framework

9.Middleware in Express.js

10.RESTful APIs with Express.js

11.Authentication and Authorization