SAIT-WBDV Workspace
It's recommended that you create a dedicated directory (workspace) for the code and materials you will be creating in this program. This directory can be placed in your `Documents` directory:/Users/your-username/Documents/sait-wbdv/
├─ assignments/
├─ code-journal/
├─ in-class/
└─ projects/
Assignments
You should keep your assignments separate from all other code. You can put them all into an `assignments` folder or maybe create parent directories for each course. It's up to you./sait-wbdv/assignments/
├─ cpnt-200/
├─ cpnt-201/
├─ cpnt-260/
├─ a1/
├─ css/
├─ images/
├─ js/
└─ index.html
├─ a2/
├─ a3/
└─ a4/
└─ etc/
Coding Journal
The purpose of a learning journal:
- to give you the ability to self-assess accurately;
- to keep track of helpful resources and content creators;
- to promote meta-learning (learning to become a more effective learner).
Three components to a learning journal
- Define the learning goal concretely and precisely.
- Example: running a marathon
- A good goal: “I want to be able to run a marathon in less than 4 hours.”
- NOT a good goal: “I want to finish first in a marathon.”
- Example: running a marathon
- Write down the learning process.
- Make observations, collect data, self-reflect and develop new learning strategies.
/sait-wbdv/code-journal/
└─ README.md
Note: Placing all your journal entries in a single README.md
is a good start but you may separate entries by date if you wish.
Daily in-class code
In this program, you will be creating a lot of “throw-away” code each day (experiments, challenges, pair coding). It often makes sense to organize your code by date so it doesn’t get in the way of your longer-term projects:
/sait-wbdv/in-class/
├─ 2024-01-15-intro-to-html/
├─ hello-world/
├─ my-first-website/
└─ etc/
├─ 2024-01-16-typography/
├─ 2024-01-17-colour/
└─ 2024-01-18-etc-etc/
Class/personal/work Projects
It's recommended that you create a dedicated workspace folder for your projects. If you have multiple contexts (i.e. personal vs work) that deal with code, you can make a separate folder for each./sait-wbdv/projects/
├─ portfolio-website/
├─ css/
├─ images/
├─ js/
└─ index.html
├─ cool-idea-1/
├─ flexbox-experiment
└─ moms-baking-website/