Skip to content

Instantly share code, notes, and snippets.

View jpweist's full-sized avatar

jpweist

  • Front End Developer UX/UI
  • Centennial, Colorado
View GitHub Profile
@jpweist
jpweist / Turing_Career_Development.md
Last active July 26, 2019 18:29
Turing Career Development

Turing Career Development - Mod 0 Capstone

Developing Mindsets to Succeed

Our mission is to unlock human potential by training a diverse, inclusive student body to succeed in high-fulfillment technical careers.

When you're transitioning careers, often many other aspects of your approach to work and life undergo a transition as well. Turing aims to be a place where you can work through these transitions successfully. While enrolled at Turing and during your subsequent job search, you'll be provided with tools and strategies to develop the professional skills necessary to enter a new career as a software developer.

The pre-work for career development is focused on introducing you to a set of mindsets that we at Turing believe will make you a successful programmer. These mindsets are:

  • Agency: Taking initiative and ownership over your learning and work
  • Empathy: Understanding and sharing others' emotions in order to relate to them
@jpweist
jpweist / markdown_samples.md
Created July 26, 2019 16:35
Markdown samples

Markdown quick reference cheat sheet See the Markdown page for instructions on enabling Markdown for posts, pages and comments on your blog, and for more detailed information about using Markdown.

Markdown Processed Emphasis Emphasize emphasize Strong Strong Emphasize Strong Some WordPress.com themes may have different formatting for these styles

@jpweist
jpweist / Jim's_Beginners_Guide_to_Git.md
Last active July 26, 2019 18:47
Beginners Guide to Git

Jim's Beginners Guide to Git

git is a distributed version control system. It is designed to coordinate programming work with version, forking and comments to track progress of a project.

common git commands

  • git init (initialize the folder for .git ) do not git init more than once
  • git status (check status of git vs modified or commited files)
  • git add
  • git commit -m "comment here and/or first time = Initial commit"
  • git log (checks log for commit)
@jpweist
jpweist / mod_0_session_4_readings.md
Last active July 26, 2019 18:51 — forked from damwhit/mod_0_session_3_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 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.

@jpweist
jpweist / mod_0_session_3_readings.md
Last active July 26, 2019 02:27 — 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.
@jpweist
jpweist / mod_0_session_2_practice_tasks.md
Last active July 24, 2019 16:52 — forked from rwarbelow/mod_0_session_2_practice_tasks.md
Mod 0 Session 2 Practice Tasks

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.