Skip to content

Instantly share code, notes, and snippets.

View BethKnight1234's full-sized avatar

Beth Knight BethKnight1234

View GitHub Profile
@BethKnight1234
BethKnight1234 / Job search plan
Created June 8, 2017 15:17
Mod 4 Job Search Action Plan
# Job Search Strategies I
Session Time: 90 minutes
[Slides for this lesson](https://docs.google.com/presentation/d/1ncfDn8PO3bRTwZbNPU01w0kbHGvofLjupUzYBQZ_IVI/edit?usp=sharing)
## Objectives
* Identify your top priorities in your job search during Module 4
* Identify and utilize effective job search strategies
Any other comments:
Sam keeping us on time. You’re very thorough. Keep me and Mark from throwing spaghetti at walls. Know a ton of code and I’ve learned a lot from you.
Mark enthusiasm and plowing through. I like working with you, you’re really fun.
Chris be more confident. Glad you’re always showing up. Good that you’re taking on challenges.
# Feedback III Reflection
* What are you doing well as a pair programmer and collaborator?
I talk a lot. I like to throw ideas back and forth with whoever I'm working with.
* How do you use your strengths as a team member?
I'm very open with my communication. I like to bounce ideas around and talk about what's going on.
Name of contact
The mentor (or alum) I contacted is Micah Adams.
Date of contact
02/16/2017
Outcome (i.e., did you get a response? If not, what is your follow-up plan? Did you meet? When? What was the result?)
What does it mean to concatenate files? Find an image of an example concatenated file. Why would we want to concatenate files?
Concatenate files lets you string a bunch of files together likeyouwoulddowithwordslikethis. Concating means you can draw all of these objects in one draw call.
What does it mean to precompile files? What does this have to do with coffeescript and sass files?
To reduce compilation times, some compilers allow header files to be compiled into a form that is faster for the
# Feedback III Reflection
* What are you doing well as a pair programmer and collaborator?
I listen to what my other team mates are saying, and if I'm confused I ask questions.
* How do you use your strengths as a team member?
I'm upbeat and I encourage people to work on projects. I'm easy to talk to.

Group Expectations

Group Member Names:

Project Manager:

Defining the Relationship (DTR) Questions:

  1. When are group members available to work together? What hours can each group member work individually? Are there any personal time commitments that need to be discussed?

Group Expectations

Group Member Names:

Project Manager:

Defining the Relationship (DTR) Questions:

  1. When are group members available to work together? What hours can each group member work individually? Are there any personal time commitments that need to be discussed?

HTML Skeleton

A basic outline for your html file.

head

The head element is a container for metadata (data about data) and is placed between the html tag and the body tag.

body

Body tag defines the document's body. It contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.