Core Node.js modules, NPM commands, and Express basics.
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| Init Project |
|
Start new node project. |
| Install Pkg |
|
Add dependency. |
| Run Script |
|
Execute package.json scripts. |
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| Read File |
|
Asynchronous file reading. |
| Write File |
|
Synchronous file writing. |
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| Memory Info |
|
Check system memory. |