Learning resources
Twitter is the best place to learn web development. Here are my 18 threads covering a wide range of topics in CSS, JavaScript, and React:โ Pratham (@Prathkum) April 30, 2022
Netlify
- Netlify Tutorial - How to build and deploy websites using Netlify
- Netlify + FreeCodeCamp Notes and Helpful Links
Online IDE
Web servers
Caddy
Nginx
Install
Windows
Build
Hardware
Tools
NPM
- Install Node.js Locally with Node Version Manager (nvm)
curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh -o install_nvm.sh
nvm install --lts
- Install Node.js with NVM
- Install Node.js with NVM
- Upgrade Node.js with NVM
- Run node as sudo:
alias sudo='sudo env PATH=$PATH:$NVM_BIN'
- n โ Interactively Manage Your Node.js Versions
- The right way to do global npm install without sudo
- Fix the permission error: sudo npm cache clear --force