Active Reading (AR) Instructions

As a first step toward acquiring the skills covered in the Demos-n-Deets demos, you must read the demos; however, you will not learn much by simply reading them in a passive manner. Instead, you should digest the demos in a more active manner. Thus, the active reading assignments are designed to help ensure that you get the most out of your first reading of the demos.

For each active reading assignment, follow these key instructions:

Each active reading assignment will have specific instructions regarding what to submit (generally to a Canvas dropbox) and when it is due. Make sure to complete your work on time, lest you receive a deduction.

How to Start Each Active Reading

Each time you go to do an Active Reading for a new demo, start like this:

  1. cd into your workspace folder. You’re going to download a new project folder, and this is where it will go.
  2. Find the base app link in the demo. It links to a GitHub repo that contains the base app. It also mentions the branch that the base app is on.
  3. Do a git clone of the base app repo to download it, giving the working directory a custom name, like sa1-ar-model-classes.
  4. cd into the new working directory.
  5. Do a git switch to the base app branch specified in the demo.
  6. Open the working directory in VS Code.

Now, you’re ready to begin the Active Reading!