Difference between revisions of "DPS909 & OSD600 Winter 2017"
(→Week 4) |
|||
Line 69: | Line 69: | ||
** rebasing | ** rebasing | ||
** gh-pages | ** gh-pages | ||
− | + | * [[DPS909 & OSD600 Winter 2017 - Git Walkthrough 3 | Git Walkthrough #3 - Branches]] | |
* [[DPS909 & OSD600 Winter 2017 - Lab 4 | Lab 4]] | * [[DPS909 & OSD600 Winter 2017 - Lab 4 | Lab 4]] |
Revision as of 12:14, 30 January 2017
Resources for DPS909 & OSD600
Week 1
- Course introduction
- Some questions:
- What was the first video game you ever played?
- What are your main technical strengths, which technologies do you know well and enjoy?
- Which (new) technologies are you excited to learn and try?
- When you hear "open source," what comes to mind?
- Do you have any hesitation, fears, or anxieties about working in open source projects?
- How to have Success in this course:
- Willingness to be lost and not panic
- Willingness to put yourself out there, jump in
- Curiosity
- Being driven, persistence
- Willingness to ask for help
- Willingness to give others help
- Independent learning
- Doing more than the bare minimum
- One example of something we'll work on together: Thimble
- Brackets, originally started by Adobe, now used in Dreamweaver
- Seneca created Bramble based on Brackets, for the web
- Mozilla used Bramble to create the Thimble web code editor
- Also being integrated into Code.org
Week 2
- Introducing git
- Readings/Resources
Week 3
- Working with Git Remotes
- Discussion of Project, First Release
Week 4
- Working with git Branches
- creating, updating
- local vs. remote, tracking branches
- merging
- rebasing
- gh-pages
- Git Walkthrough #3 - Branches