Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

More orientation

Today we will:

Last class was a lot of new information, today we will reinforce that mostly, and add only a little+++

*hint: my KWL repo URL is: https://github.com/compsys-progtools/fall25-kwl-brownsarahm

How will we learn

“just play with it”

my goal is to teach you to get better at learning in that way, because it is what employers will expect you to be able to do

To do this:

This is why attendance/participation is a big part of your grade.

Experience badges are evidence of having learned

Programming is Collaborative

There are two very common types of collaboration:

We are going to build your skill in the code review model. This means you need to collaborate, but collaboration in school tends to be more stressful than it needs to. If students have different goals or motivation levels it can create conflict. So there will be some chances for collaboration where people can show up at the level they want without impacting others.

You can also do build badges collaboratively, for a closer collaboration, but those are your choice.

GitHub Actions Tab

GitHub allows us to run scripts within our repos, the feature is called GitHub Actions and the individual items are called workflows.

Prepare for Next Class

  1. Choose where on your local computer you will save work for this class and make note of that for yourself

  2. Think about how files are organized in your computer. You do not need to go learn or read about this, but spend a few minutes thinking about what you know about this or how you interact with it.

Badges

Review
Practice

the text in () below is why each step is assigned

  1. review today’s notes after they are posted, both rendered and the raw markdown versions. Include links to both views in your badge PR comment. (to review)

  2. “Watch” the course website repo, specifically watch Releases under custom (to get notifications)

  3. map out your computing knowledge and add it to your kwl chart repo. this can be an image that you upload or a text-based outline in a file called prior-knowledge-map. (optional) try mapping out using mermaid syntax, we’ll be using other tools that will faciltate rendering later (what we will learn will connect a lot of ideas, mapping out where you start, sets you up for success)

Experience Report Evidence

You should have the about PR open and request a review from @brownsarahm

Questions After Today’s Class