Skip to content

Instantly share code, notes, and snippets.

View dawnlunacy's full-sized avatar

Lacy Rudd dawnlunacy

View GitHub Profile

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.

Beginners Guide to Git

This is a guide to help you understand the basics of Git.

What is Git?

Git is a Version Control System that allows you to save changes via taking snapshots in time of the project you are working on. It is a tool you will need to install in your terminal.

Follow these steps to help you understand Git Workflow once you have installed git into your terminal.

  1. Open up terminal command spacebar terminal
  2. Make a new directory mkdir learn_git
  3. Go into that directory cd mkdir learn_git
@dawnlunacy
dawnlunacy / mod_0_markdown_practice.md
Last active March 29, 2019 07:52 — forked from rwarbelow/mod_0_markdown_practice.md
Mod 0 Markdown Practice

Markdown Practice

Take a look at the Mod 0 Tech Setup instructions. Next, click the Raw button and compare the raw markdown to how the gist displays.

Look for the following elements, and under each bullet point, paste an example of the markdown that creates each.

  • Headings of various sizes

Mod 0 Tech Setup

  • Links
@dawnlunacy
dawnlunacy / Lacy-Rudd-Mod-0-Capstone.md
Last active April 26, 2019 06:23
Lacy Rudd Mod-0-Capstone

This is where you will find all answers for questions asked during Mod-0-Capstone answered by Lacy Rudd.

Day 1: Computer Setup, HTML, and Gear Up

Read Chapters 1 and 2 on Structure and Text

  1. On a website, what is the purpose of HTML code?
    The purpose of HTML (Hypertext Markup Language) is to tell the website how to structure the information provided. HTML does this through the use of elements.
  2. What is the difference between an element and a tag?
    While often used interchangably, every element has an opening tag and closing tag. A tag can be an <opening tag> or a </closing tag>.
  3. Why do we use attributes in HTML elements?
    Attributes are used in HTML elements to designate what kind of information you are supplying about the content of the element.
  4. Describe the purpose of the head, title, and body HTML elements.
    Head elements contain information about the page
@dawnlunacy
dawnlunacy / Lacy-Rudd-Gear-Up-Pre-Work.md
Last active April 1, 2019 00:11
Gear-Up-Pre-Work-Empathy

Gear Up Pre-Work

Turing Culture: Developing Empathetic Programmers

Directions: Submit your Gear Up Pre-Work reflections on the pre-work google doc.

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

Why Empathy?

  • 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.
@dawnlunacy
dawnlunacy / Lacy-Rudd-PD-Pre-Work.md
Last active April 18, 2019 06:52
Lacy Rudd Profession Development Pre-Work for Mod 0 Capstone
  1. What is your greatest strength and how do you know? I believe my greatest strength to be my optimism. I do not know for sure that this is my greatest strength, but when I lose my optimism I do not feel like myself, and life can feel intense. When I remain in optimisic, I remain more able to experience life, giving and recieving. Optimism is also a quality/character trait that I deeply self-identify with.
  2. How do you work best? How I work best is so relative. I, as of late, work best alone with the right music and minimal distractions. My creativeness flourishes with encouragement. My best work is produced when I feel honored showing up authentically. I work in groups best with patience and communication. I also do my best work when I am well rested.
  3. What is your greatest area of improvement? My greatest area of improvement is my ability to focus/refocus quickly which includes keeping a decluttered space and on daily routines and habits that are imoprtant to me. It can at times take me hou
@dawnlunacy
dawnlunacy / README.md
Last active May 5, 2019 22:44
Mod 1 dog-party Project Overview

Dog Party



## This is where you will find the project overview for Lacy Rudd's dog-party 2.0
## The Goal: To create two different CSS Style Sheets that look exactly like to comps provided using only one HTML sheet.
### Project Description of What I Learned: I did not fully understand the heirarchy of HTML elements until a review session with an upper 3 mod of Friday Morning. Had I recieved this deeper understanding sooner, I would have had more time to re-write and redo a lot of my HTML and Style Sheets but feel grateful that while it may not show in my code currently, I do have a deeper understanding of how the heirarchy of this works and how to wireframe.
### Static Comp 1

DTR: Define the Relationship

Use this template to when conducting DTR with your project partners. It's recommended that you copy/paste this template into your own gist each time you conduct a DTR to take notes on the conversation.

Guiding Questions to Define The Relationship:

  • What are each of our learning goals for this project? What drives us in this project? Lacy: Establish confidence in HTML and CSS format and best practices. And have a thorough understanding of basic JavaScript. Emily: Tackle more of the functionality and get comfortable refactoring.
  • What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?
@dawnlunacy
dawnlunacy / rubricNumberGuesser.md
Created May 9, 2019 16:11
Rubric for Number Guesser

Rubric

Functional Expectations

  • Novice: Application meets all of the expectations of phase one.
  • Advanced Beginner: Application meets all of the expectations of phase two.
  • Proficient: Application meets all of the expectations of phase three.
  • Exceptional: Application adds three or more of the extensions from phase four.
@dawnlunacy
dawnlunacy / DTRforIdeaBox.md
Last active May 20, 2019 21:48
DTR for Idea Box

DTR: Define the Relationship

Use this template to when conducting DTR with your project partners. It's recommended that you copy/paste this template into your own gist each time you conduct a DTR to take notes on the conversation.

Guiding Questions to Define The Relationship:

  • What are each of our learning goals for this project? What drives us in this project?
  • What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?
  • How do you communicate best? How do you appreciate receiving communication from others?
  • How would you describe your work style?