https://github.com/itsmunim/node-playground
For nodejs tecognize course
https://github.com/itsmunim/node-playground
Last synced: about 1 year ago
JSON representation
For nodejs tecognize course
- Host: GitHub
- URL: https://github.com/itsmunim/node-playground
- Owner: itsmunim
- Created: 2021-01-03T15:22:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T14:29:19.000Z (over 5 years ago)
- Last Synced: 2024-02-23T09:43:03.740Z (over 2 years ago)
- Language: JavaScript
- Size: 449 KB
- Stars: 4
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
## Node Playground
The session dumps from Tecognize NodeJS 2021 Course.
N.B. Few sessions were theoritical and didn't have any hands on coding session, and hence, is not having any respective folder.
### Sessions
#### 1
- Basics of NodeJS
- File system API
- Writing a basic server
#### 2
- The `cluster` API
- Basic pubsub implementation using `EventEmitter`
#### 4
- Intro to ExpressJS
- Basic Server with API
- Graceful Shutdown
#### 5
- Modular API Writing
- Database Connectivity
#### 8
- Microservice Architecture
- Designing Order Management System
#### 10
- Continuation of OMS Development
#### 11
- Fulfillment & Payment Service
#### 15
- CLI Development
#### 16
- Creating a Basic File Organizer CLI
- Binding your CLI
- Releasing your Module