Skip to content

Latest commit

 

History

History
106 lines (70 loc) · 4.38 KB

HW1.md

File metadata and controls

106 lines (70 loc) · 4.38 KB

Homework 1

This homework will prepare you for basic setup for the course.

1.1. Basic course setup (25)

Slack (15)

Properly setting up your Slack profile by providing a picture will help the teaching staff learn your name. Upload a current headshot picture of you (not anyone else, not a cartoon picture of you, etc.) to your profile. Besides, make sure you have your first and last name as part of your profile.

Slack team: http://if1007-2018-1.slack.com (you must use you @cin.ufpe.br e-mail)

Github (10)

Sign into GitHub.

  1. Create a private repo called HW1.
  2. Go to Settings, Collaborators and Teams, and add the TAs and instructor as a collaborator (using their unity id).

1.2. Learning Git (25)

Solve the first four levels in: http://pcottle.github.io/learnGitBranching/

example

  • Introduction Sequence (10%)
  • Ramping Up (5%)
  • Moving Work Around (5%)
  • A Mixed Bag (5%)

For extra credit, complete "Advanced Topics". (5%)

For submission, you only need to demonstrate completing the levels, which can be done taking a screenshot. However, you should keep track of your solutions to help you remember how to solve these types of issues in the future, or recover if your progress gets lost.

Hooks (25)

Create a local git repository (using git init) in a new directory. Create a "post-commit" file in .git/hooks/. Inside the file, create a command that will open a web page immediately after a commit is performed to that repo.

Some hints:

In your solution, provide the content of "post-commit". Finally, take a screencast (20 points), or a gif recording of the process. See details below.

Screencast (25)

Screencasts/Demo Gifs Guidelines

Here are some guidelines and links for creating good screencasts. It is good to get ready now to learn how to create demo videos for your future project milestones and career.

A general guideline: Do whatever it would do if you were teaching someone how to do something. For example, you don’t have to show people you typing and creating the whole commit, but you might want to show the contents of the hook in a text editor, before doing a commit.

Software
Guidelines for both multimedia formats:
  • Keep the content simple - A regular software engineer without knowing anything about your tool should be able to follow you
Guidelines for screencasts (video)
  • Mention your name, unity ID and the tool/source code which you will be testing/demoing when you begin
  • Use a headset microphone for good quality audio recording.
  • Create a script and rehearse that script
Guidelines for making a screencast:
More advice

http://assets.techsmith.com/Docs/pdf-camtasiaStudio/Create_Engaging_Screencasts.pdf

Submit

Submit in our Slack team, http://if1007-2018-1.slack.com, a MD file containing the following:

  • Complete moodle and slack profiles by deadline (25).
  • Screenshot of completed git tutorial (25).
  • Hooks (25)
  • Screencast (25)

For your screenshot embed in the markdown file of your LOGIN-HW1.md. Include a link to your screencast video/gif. Include your concept answers in your markdown file.

Due Next Monday, 17:00.