Skip to main content

Tasks

You are expected to complete these tasks in at most 72 hours.

1. Install VSCode

Install VSCode along with all the plugins listed in this Chapter

2. Install Git

  1. Visit Github and create a github account if you do not have one.

  2. Install Git on your machine. Refer to this page for help.

Level 2 Challenge

Create a new repository titled <your-name>-code-hut.

tip

You will need this repo for the project you are going to build as part of your training and assessment

3. Install node

Use nvm to install node 14, 16, and 18. Refer here for help.

4. Install PostgreSQL

Install postgres as described here

Level 2 (For Ubuntu Users)

Install the pgAdmin too

5. Install Python

Install Python3.10 or Python3.9 on your machine. Here for help.