| theme | transition | highlightTheme | logoImg | slideNumber | title |
|---|---|---|---|---|---|
night |
slide |
monokai |
logo.png |
false |
JavaScript-Reintroduction |
::: block Introduction to Node.js {style=font-size:3em;text-align:center;} :::
- Why Learn JavaScript with Node.js
- Why learn terminal, git, NVM and docker?
- What is NPM & NVM ?
- What is the Package.json?
- Global Modules vs 3rd Party modules
- npm install
- npm audit fix
- Using NVM
Node.js made JavaScript a programing language and can be used to learn the fundemental how to build: {.fragment }
- Servers {.fragment }
- Websites {.fragment }
- Mobile Apps {.fragment }
- Hardware {.fragment }
- AI {.fragment }
- Much more {.fragment }
::: block Node Package Manager {style=font-size:1em;text-align:center;} ::: Why we use it?
- Allows users to install 3rd Party Software
- Technically, seperate from node.js but bundled with it.
- The company, NPM, now owned by Github.
::: block Node Version Manager {style=font-size:1em;text-align:center;} :::
- Allows use to install and use multiple different versions of node.
- Aids in maintaining legacy software.