For this lab, you’ll need an Ubuntu VM. In my case, I have a putty ssh session for this VM. (It tends to be easier to copy and paste if you do it like that, but it isn’t necessary.)

Untitled

One of the top skills you’ll need in this class is the ability to:

The first part of this class will focus on coding proficiency and coding challenges. I would say two things are true:

Here’s something I think all programmers will agree with:

A personal GitHub account is one option to ensure you can save your code and have access to it long into the future. In my case (Mr. Beck), I often look back at the code I wrote over ten years ago to solve day-to-day coding challenges. I hate having to work out the answer to a problem I solved once upon a time. GitHub helps me avoid having to do that.

Set up a GitHub account.

Go to GitHub and sign up for an account:

<https://github.com>

In this lab, we will: