Skip to content

Instantly share code, notes, and snippets.

@Trond240
Trond240 / mod_0_session_2_readings.md
Last active July 2, 2019 10:26 — forked from rwarbelow/mod_0_session_2_readings.md
Mod 0 Session 2 Readings

Session 2 Readings and Responses

The readings and responses listed here should take you approximately 60 minutes.

To start this assignment, click the button in the upper right-hand corner that says Fork. This is now your copy of this document. Click the Edit button when you're ready to start adding your answers. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

1. Learning Fluency by Turing alum Sara Simon (30 min)

  • Your key take-aways OR how you're going to implement specific points (minimum 3):

Session 2 Practice Tasks

The assignments listed here should take you approximately 2 hours.

To start this assignment, click the button in the upper right-hand corner that says Fork. This is now your copy of the document. Click the Edit button when you're ready to start adding your answers. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

1. Documentation and Googling (60 min)

Documentation of a langauge, framework, or tool is the information that describes its functionality. For this part of the practice tasks, you're going to practice digging into documentation and other reference material.

@Trond240
Trond240 / mod_0_session_3_readings.md
Last active July 4, 2019 16:18 — forked from rwarbelow/mod_0_session_3_readings.md
Mod 0 Session 3 Readings

Session 3 Readings and Responses

The readings and responses listed here should take you approximately 20 minutes total.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of this document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Session 3 Practice Tasks

The assignments listed here should take you approximately 25 total minutes.

To start this assignment, click the button in the upper right-hand corner that says Fork. This is now your copy of the document. Click the Edit button when you're ready to start adding your answers. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

1. Creating Files and Directories (10 min)

Need help? You can go back to the files/directories portion of the lesson here.

@Trond240
Trond240 / mod_0_session_4_readings.md
Last active July 9, 2019 22:23 — forked from rwarbelow/mod_0_session_4_readings.md
Mod 0 Session 4 Readings and Responses

Session 4 Readings and Responses

The readings and responses listed here should take you approximately 50 minutes total.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of this document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Session 4 Practice Tasks

The assignments listed here should take you between 1.5 and 2 total hours.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Basic Beginner's Guide to Git

What is Git?

  • Git is an open source version control system that allows developers to track and manage projects locally and remotely.
  • Git can help when retriving lost information or recent versions of any project

How do we use Git?

  • We would use git to to make updates or pull old files.

The Steps of using Git

1 Applying for a Job
1.1 Research
1.1.1 Google Jobs
1.1.2 Location
1.1.3 Pay
1.2 Sumbmit Application
1.1.2 prep resume
1.1.3 pre cover letter
1.3
1.4
1 Applying for a Job
1.1 Research
1.1.1 Google Jobs
1.1.2 Location
1.1.3 Pay
1.2 Sumbmit Application
1.2.1 prep resume
1.2.2 pre cover letter
1.3
1.4
Class: Vehicle
Color (string)
EngineType (string)
TotalCapacity (integer)
Decals (array)
Methods
CalculateCapacity (subtracts CurrentCapacity by TotalCapacity)
AddDecals (append a decal item in the decal array)