Web Development
News and information about web development technologies
Learning resources
- web.dev
- Egghead
- The Net Ninja
- Traversy Media
- Codepen.io
- FrontendMasters
- Pluralsight
- Scrimba
- freeCodeCamp
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
Personal Websites
WordPress
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified 06.03.2022: Update Apps.md (98505d2)