2. Environment setup

This module includes topics related to the setup and usage of the computer system that you will use to implement websites/apps. These topics are not directly related to creating web code, but you will benefit greatly from understanding the operating system you are working with.

General resources:

2.1 Computer basics

Resources:

2.2 File systems

Resources:

2.3 Browsing the web

Resources:

2.4 Command line basics

Resources:

Notes:

The command line / terminal is intimidating to newcomers — you just get a blinking cursor, with no obvious signs of what to do next. We are not saying that you should be a command line wizard before you start learning web development, but you should at least understand what it is and know some basics — you will be surprised how often you come across command line usage in web development tooling.

2.5 Code editors