Skip to content

Commit

Permalink
Merge pull request #295 from rolling-scopes-school/task/update-nodejs…
Browse files Browse the repository at this point in the history
…-docs

Update Node.js course documentation
  • Loading branch information
AlreadyBored authored Nov 2, 2024
2 parents 43664d8 + 8ea35a6 commit 6c1db9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
2 changes: 1 addition & 1 deletion docs/en/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- [Code of conduct](en/code-of-conduct.md)
- Node.js EN Course
- [Course Overview](en/node-js-en/course-overview.md)
- [How to enroll](https://rs.school/nodejs/)
- [How to enroll](https://rs.school/courses/nodejs)
- Education process
- [Git convention](en/git-convention.md)
- [Cross check](en/cross-check-flow.md)
Expand Down
7 changes: 4 additions & 3 deletions docs/en/nodejs-course.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Solid knowledge of JavaScript including ES6.

## Course duration

The course duration is 5 weeks. For self study you'll need from 8 hrs per week.
The course duration is 8 weeks. For self study you'll need approximately 20 hrs per week.

## Course content

Expand All @@ -17,9 +17,10 @@ During the course you'll need to create a CLI application for NodeJS and a REST
The next topics will be covered in the course:

- NodeJS basics, its architecture, environment variables, specifics of working with asynchronous code, interaction with the file system, working with streams.
- Building REST API based on Express framework.
- Building REST API based on Nest.js framework.
- Architectural patterns used during application design process.
- Working with databases.
- Working with databases (Postgres).
- Configuration, logging and error handling.
- Containerization (Docker).
- Authentication, JWT, CORS.
- Testing.
27 changes: 0 additions & 27 deletions docs/nodejs-course.md

This file was deleted.

0 comments on commit 6c1db9c

Please sign in to comment.