You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git is a Version Control System (VCS) that allows a user to save different versions of their project as they work on it. It will track changes made to files as you and/or others are working. The user controls which versions of the project are saved by using commits.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Interpersonal skills (including empathy) have a direct, significant impact on your professional success.
Empathy is a foundational interpersonal skill. Other skills, such as collaboration, communication, compromise all hinge on your ability to demonstrate empathy.
Interpersonal skills, including empathy, can be developed and improved.
Turing's mission (cited above) demands that we support students development of technical and interpersonal skills.
1. What have you learned about the use of agile vs. waterfall in software projects?
Waterfall is the process of starting big picture and then passing the idea down the chain through multiple groups of people until the final product is done. Then, the product is launched to the consumer/client and feedback is given/received. If "bumps" happen along the way, the product passes back up the chain to be altered and then back down. Waterfall is slow and feedback cannot be implemented until the product is fully created.
Agile is the process of a single unit of people completing "sprints". These sprints are 1-3 weeks long and at the end of each one, one part of the product is completed. Then, feedback is given and considered. The team then either makes changes to the product (based on feedback) or moves on to the next part of the product through another sprint. Agile allows teams to be responsive to feedback much sooner than waterfall.