Skip to content

Instantly share code, notes, and snippets.

View markyv18's full-sized avatar

Mark Van Akkeren markyv18

View GitHub Profile
#Week 2 and 3 Diagnostic
For these questions, write a short snippet of code that meets the requirement. In cases where the question mentions a “given” data value, use the variable given to refer to it (instead of re-writing the information).
Use single (`) and triple backticks (```) to container code snippets.
Define a class called PizzaOven which has a method cook_pizza which returns the string "mmm 'za".
```class PizzaOven
def cook_pizza
Guiding Questions to Define The Relationship:
What are your learning goals for this project?
Further explore the use of enumerables to accomplish the demands of the project.
What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?
Given we feel confident in our respective abilities to get after it individually we've divided the tasks up into the writer and the reader. Divide and conquer it is.
How do you communicate best? How do you appreciate receiving communication from others?
Clear and open. Just stream of conciousness thoughts flowing back and forth. Danny's got a leg up on Mark with regard to overall ruby proficiency but Mark's been thru this Mod before and knows the nuance of navigating this type of project.
How would you describe your work style?
Lauterbrunnen Valley
Switzerland
Europe
Dramatic vertical walls and sheer relief. Glaciers spilling off of walls, lush meadows, amazing views.
Mountains
http://www.worldfortravel.com/wp-content/uploads/2015/10/Amazing-Lauterbrunnen.jpg
Kauai - North Shore
Hawai'i, USA
@markyv18
markyv18 / gist:a140de594d9cf34e2c1304055a998d11
Last active February 21, 2017 16:44
Mod 1 Week 4 Diagnostic

For these questions, write a short description or snippet of code that meets the requirement. In cases where the question mentions a “given” data value, use the variable given to refer to it (instead of re-writing the information).

  1. Give one difference between Modules and Classes. Classes create an object - Modules only modify objects

  2. Defining Modules

First, create a module Doughy which defines a method has_carbs? that always returns true. Then, given the following Pizza class, update Pizza to use your new Doughy module to gain the defined has_carbs? behavior. module Doughy def has_carbs?

similar... there's the movement to push us forward and get out of the entrenched white(&asian) male dominated software engineering field.

what role do you play in creating a more inclusive environment in your cohort and larger community at turing. I actively seek out women and minorities to help or ask questions of or to engender trust with to let them know that this is a welcoming place with people that want them to be here and for them to feel included. 1

What is the purpose of HTML?

  • create framework of webpages

What is the purpose of CSS?

  • stylize the framework

What are some HTML tags you learned over break? Anything interesting?

  • nav, header, footer <-- new to me

What is the purpose of a class in CSS? an id?

@markyv18
markyv18 / mentor_outreach.markdown
Last active April 17, 2017 15:09
MOD 2 BE - Mentor Outreach

#Mentor Outreach

  • Name of contact "Kelsey Schlarman"

  • Date of contact "4/2/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?) "We're still chatting (she's a personal friend and Rails developer with 10 years experience). I"m not sure i want to impose on her and she's still not 100% sure she wants to devote the time. Need to cast my net wider"

# Feedback II Reflection
* Date of feedback conversation:
3/28
* How did you prepare for the conversation?
reflected on time spen doing swapping pairs during bike-share with team members and our interactions there and in a group of 4 (very positive BTW)
* How did the conversation go for you? What was easy about the conversation? What was more difficult?
Nearly 100% positive. The only hesitant was recieving completely fair feedback but initially receiving it as more of a harsh critique than an objective one. All good in the end
What does it mean to concatenate files? Find an image of an example concatenated file. Why would we want to concatenate files?
Smoosh all the style sheets and html together... one long stream of conciousness mashup
https://i.ytimg.com/vi/kymoxCwW03c/maxresdefault.jpg
What does it mean to precompile files? What does this have to do with coffeescript and sass files?
make 'em faster... do shit before launch so compile process doesn't bog down load time? precompile the stylesheets to make them staticaly available upon full launch??
What does it mean to minify files? Find an image of an example minified file. Why would we want to minify files?
minify = take out all unnecessary characters
http://andygup.ipage.com/htdocs/WordPress/wp-content/uploads/2012/04/javascript-errors-with-no-meaning2_thumb.png