How do we make the web work — some tools for our toolbox
- A code editor. Recommendation: Visual Studio Code
with a few extensions: Live Server, HTMLHint, Prettier - Code Formatter - A Web Browser, hopefully you have a favorite. Pick another one more for additional testing, with the aim to have two browsers that come from different groups of the following three: [Chrome, Edge, Opera], [Safari], [Firefox]. See Browse Happy for easy links to all of these.
- An SFTP client (SFTP = secure file transfer protocol), such as Cyberduck. An SFTP client lets you move files you have edited locally to your web server account.
- VPN client (VPN = virtual private network). A VPN client lets you connect securely to a network in order to access restricted resources. You will need to be using Harvard VPN in order to SFTP content to your course web hosting account.
There might be a few more, but for now, let's keep it at this list!
Detailed instructions for SFTP and VPN are part of the "Hello World" assignment for this week!