Lecture 0 | Next Lecture |
Lecture 0, Mon 01/04
Introduction to CS156
The course website
Here: https://ucsb-cs156.github.io
Note the two parts:
- Permanent part for CS156
- The part for /w21/ specifically
Also note the Calendar where you can keep track of things that are due: <>
Where is the syllabus?
Here:
My special passion: Teaching real world software practice
Why is this course different from all other courses?
Because as a young software developer I saw a gap between what I learned in school, and what i needed in industry.
Getting Started With Java Programming
The first programming assignment is here: https://ucsb-cs156.github.io/w21/lab/jpa00/
It is an autograded assignment; you’ll submit via Gradescope. It’s pretty straightforward; you should be able to complete it by the end of the week.
Homework for Tuesday, and next Monday
- Before tomorrow night’s discussion seciton, skim this article: https://pconrad.github.io/files/paper028.pdf
- For tomorrow night, Read all of the “abstract” and Section 1 (about 1 page), and skim through Section 4 (about 5 pages)
- During discussion section tomorrow, you’ll be dividing up the six parts of section 4 among the team members, and then doing a more detailed read for a homework assignment due on Monday (https://ucsb-cs156.github.io/w21/hwk/h01/)
-
As you read, be prepared to discuss the ways in which developers felt unprepared, and what experiences they wish they had during their courses at University.
The point of reading this paper is to try to understand why this course is structured the way it is.
Reading in the Textbook (reading for H00 due Friday).
This homework assignment due Friday is based on:
- Chapters 1 and 2 of Head First Java 2nd Edition (HFJ2), and Chapter 1 on Java in a Nutshell, 7th Edition (JN7).
-
We also have one question about material on pages 372-373 on JN7, the section titled “Slow Adoption Rates”. Please read that one short section as well.
- Limited Online Access to these textbooks is free if you are on the UCSB VPN
- Caution though, that there are a limited number of concurrent UC “seats” in our site license, and after those are all used, you might get asked for a credit card.
- So having your own copy is a good idea.
Online links to the textbooks—note that you MUST first be on the UCSB VPN for these to work.
Homework H00 due Friday
https://ucsb-cs156.github.io/w21/hwk/h00
Next week’s reading assignment (for Tuesday 01/12)
- Read this article: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
- This will help prepare you for the JavaScript programming assignment coming next week.
What will we learn in this class:
- How real world sofware is put together
- Coding to build applications, not just to learn a data structure, algorithm or language feature
- Working with legacy code
- Full stack web applications
- Java backend
- JavaScript/React front end
- Databases and APIs
Two halves:
- First half: More traditional homework/programming assignments.
- Second half: Teams, working on three or four big applications
Legacy Applications: They existed before this course started, and will continue to exist in the future.
Logistics
- Check website for software to install https://ucsb-cs156.github.io/w21/info/software/
- Check email for:
- Research survey invitation (coming soon)
- Slack invitation
- Join ucsb-cs156-w21 github org
- Create account at github.com
- Add your @ucsb.edu or @umail.ucsb.edu email address (either one)
- Visit https://ucsb-cs-github-linker.herokuapp.com and login with your github username/password
- On home page of app, click to join cs156 w21
- Click link to accept the invite to the org
Where can you find info in this class?
- Textbooks
- Website: https://ucsb-cs156.github.io
- Especially under https://ucsb-cs156.github.io/topics
Before we pivot to our team activity
The team activity we have planned for today involved using the course Slack, and it is still my hope that we’ll proceed with that plan.
However, as of 10am on the day of this lecture, slack was reporting some problems: (https://status.slack.com/).
If Slack is still not working for us when we get to today’s assignment, there’s a backup plan at the bottom of this page (use this ONLY if Slack is down). Scroll down to it if it’s needed.
Now we meet our first team
We’ll go into breakout rooms and you’ll meet the first team you’ll be working with during the course.
Teams are by discussion section; there are three discussion sections, and 4 teams per discussion section.
Team assignments, and the mapping from teams to staff (LAs/TAs) is listed here:
- https://ucsb-cs156.github.io/w21/info/teams/
- You can find this link on the course website, https://ucsb-cs156.github.io/w21 under “More…” then Teams.
Note that while the instructor, or a TA or LA might drop in on your Breakout Room, they are not the discussion leader. You need to self-organize to run your own breakout room discussion.
What to do in your breakout room
-
Please choose someone to be the discussion leader, and someone else to be the scribe. Note that you’ll be asked to rotate these roles each time we have a session, so that everyone gets a chance to practice their leadership skills and their writing skills.
You could also choose to rotate the scribe during the session; that’s up to you. Stick with one discussion leader for today though, to make things less confusing. (of course if your discussion leader loses their internet connection half way through class, you’ll have to improvise.)
-
Everyone log in to the Slack in another window (Zoom open in one window, slack in another.)
Everyone find the Slack channel for your team. It will have a name such as
team-6pm-b
. Everyone on the team join that channel, and introduce yourself with a post.The post should include
- (a) The name you like to be called
- (b) Your pronouns (e.g. she/her/hers, he/him/his, they/them/theirs)
- (c) Your year in school
- (d) The time zone you are in (e.g. Pacific (UTC-8), Eastern (UTC-5), China (UTC+8), etc.)
- (e) Something interesting about yourself (this may be unrelated to Computing)
- (f) Something you are hoping to learn in this course
Completing this step earn you 60% of the participation points for today’s class, and you earn those as an individual. (This part can be made up later.)
The remaining 40% comes as a “group grade” when your group completes the questions below (note that you must be present in class to earn this part.)
- The person who is the scribe should:
- Find the Slack channel for the team
- “share their screen”, so that everyone else can see what they are typing.
The scribe should record who the discussion leader is for the group, and whether you are sticking with one scribe, or rotating for each question. Just make a post in your group’s slack channel with this information.
-
The discussion leader should give everyone time to find the slack channel, and make their first post.
Then, ask the following questions of the group. The scribe can record the group’s answers.
Each of these is worth 10% towards your group’s particpation grade for today’s activity. The discussion leader should note that there are five questions, so be sure to allocate the time appropriately, and move on to the next question as needed.
-
Question 1: Every team is a group of people, but not every group of people functions as a team.
Think about when you’ve been part of a successful team. As a group, identify at least three things that are true of a team that functions well. You could probably identify many more, but for today, stop at three so you have time for the remaining questions.
-
Question 2: There are a variety of dimensions of “success” for a team.
One dimension is the “outcome” of what they produce, e.g. do they win the game, or make the product, etc.
Another dimension is the “process” by which they accomplish that. That dimension includes aspects such as:
- the way in which the team members work together either in harmony, or in conflict,
- whether there is an equitable sharing of the workload or one that feels inequitable
- whether team members feel safe and respected, or unsafe and disrespected
Identify three things that your team in this course might do to ensure good process, without sacrificing the quality of the “outcome”. (These might or might not overlap with your answers to question 1; it’s ok if they do, but try to think about it from a different perspective. Question 1 is more about memories of past successful teams, while this question is more about looking forward to what you’ll do with this team and any other temas are you are part of in CMPSC 156.)
-
Question 3: On a team, there are often people with different levels of prior experience and knowledge for the given task. Your team likely has different levels of prior experience, knowledge, and current skill level with in a variety of areas, such as Java, JavaScript, git, GitHub, databases, HTML, CSS, and Agile just to name a few topics.
Those varying levels of experience can be a stumbling block, but they don’t have to be.
Think of three challenges that might arise because of differnet levels of experience.
-
Question 4: Now, for each of the challenges you listed above, come up with a strategy that a team could use to address that challenge, and put the team on the path to success.
-
If time remains, here’s what to do with it
If you complete these four questions, with the time remaining, you are invited to discuss with one another your prior experience with these technologies, and record some of that discussion in your Slack channel.
It’s totally fine if you have no experience with any of these things. Success in this course is defined by learning, which is the change between where you start and where you end up at the end of the course. So, don’t worry about comparing yourself to others and feeling like you don’t belong.
We ask because the staff can construct a better learning experience for everyone if we know where people are starting.
Which of these areas are ones where you have some prior experience, and which are areas where you are a complete beginner?
What are you most interested to learn in this course?
- Java
- JavaScript
- Basic HTML/CSS
- Working with RESTFul APIs
- Web app programming in any framework (the idea of a Web backend vs. frontend)
- Spring or Spring Boot, specifically
- React, specifically
- Testing with a test framework such a JUnit, Jest, Mocha, Cypress, etc.
- Test Coverage
- basic git (
git add
,git commit
,git push
) - advanced GitHub (multiple branches, pull requests, rebasing branches)
- Kanban boards (e.g. Trello, or Projects inside GitHub)
- User Stories (“As an X i can Y so that Z”)
Record as much of your conversation as you are able in the Slack channel
BACKUP PLAN IF SLACK IS DOWN (only to used if slack is down)
- Each team can use the Zoom chat channel in the breakout room to coordinate (and actually talk to each other out loud).
- For the things you are supposed to post in the Slack channel, please create a Google Drive document, and share it with
phtcon@ucsb.edu
,maradowning@ucsb.edu
, andjacquelinemai@ucsb.edu
.