Skip to content

Instantly share code, notes, and snippets.

View NicholasJacques's full-sized avatar
💭
😃

Nicholas Jacques NicholasJacques

💭
😃
View GitHub Profile
@NicholasJacques
NicholasJacques / prework.md
Last active January 18, 2017 19:15 — forked from mbburch/prework.md
An example template for your Turing pre-work Gist

Turing School Prework - Nicholas Jacques

Task A- Practice Typing:

  • screenshots of scores will be posted in comments

Task B- Algorithmic Thinking & Logic:

  • screenshots of completed sections will be posted in comments

Task C- Create your Gist:

Floats and Integers
What’s the difference between a float and integer?
>> A Float has decimals while an integer is only whole numbers
What’s are the similarities and differences between BigNum and FixNum?
>> BigNum and FixNum are both classes.
>> * Bignum and FixNum both hold whole numbers, can't accomodate decimal points, both types of integers
>> * BigNum are over 18/19 digits
What will 4.0 / 2 return?
>> 2.0
@NicholasJacques
NicholasJacques / diagnostic.markdown
Last active February 10, 2017 07:50
Week_2_and_3_Diagnostic

Define a class called PizzaOven which has a method cook_pizza which returns the string "mmm 'za".

class PizzaOven

  def cook_pizza
    "mm za"
  end

end

Module 1 Week 4 Diagnostic

This exercise is intended to help you assess your progress with the concepts and techniques we've covered during the week.

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 have to be instantantiated to be used, Modules cannot be instantiated.

Guiding Questions to Define The Relationship:
What are your learning goals for 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?
What’s gone well or poorly in your previous projects?
What do you need (resources, environment, communication) to do your best work?
What scheduling restraints do you have? What are your scheduling preferences?
What is your style for giving feedback? Does anything ever hold you back from giving feedback?
What do you identify as being your biggest strength(s) technically, as they relate to this project? Where do you feel you could use improvement in your technical skills, as they relate to this project? How can our team help support you in improving these skills?
DTR Memo
Project: Black Thursday
Group Member Names: Nicholas Jacques, Sergey Lukyanenko
Project Expectations: What does each group member hope to get out of this project? Goals and expectations:
Finish Module 1 Strong
Get all 3s on the assessment
Application is well tested but does not balance isolation and integration tests, using only the data necessary to test the functionality
Application implements iterations 0, 1, 2, 3, and either 4
Schedule Expectations: When are we available to work together and individually?
Work in person 90 %
@NicholasJacques
NicholasJacques / html_css_.md
Last active March 14, 2017 01:54
HTML & CSS Exploration

HTML

###HTML Skeleton

The HTML skeleton is the most basic layout for an HTML doc. It includes a Head and a body all wrapped within an HTML element. At the top of the page we declare the doctype so that the browser knows who to read it.

###<head></head>

The <head> element contains metadata about the document it is contained in. Nothing in the <head> is actually displayed on the page. At a minimum the <head> will probably contain a page title and a link to an external stylsheet.

###<body</body>

The body contains the actual html structure of the webpage. This structure is made up of html tags which can either have semantic meaning or not.

Setting Group Expectations

Group Member Names:

Nick - PM

Colleen

Craig

@NicholasJacques
NicholasJacques / rspec_model_testing_template.rb
Created April 13, 2017 06:20 — forked from SabretWoW/rspec_model_testing_template.rb
Rails Rspec model testing skeleton & cheat sheet using rspec-rails, shoulda-matchers, shoulda-callbacks, and factory_girl_rails. Pretty much a brain dump of examples of what you can (should?) test in a model. Pick & choose what you like, and please let me know if there are any errors or new/changed features out there. Reddit comment thread: http…
# This is a skeleton for testing models including examples of validations, callbacks,
# scopes, instance & class methods, associations, and more.
# Pick and choose what you want, as all models don't NEED to be tested at this depth.
#
# I'm always eager to hear new tips & suggestions as I'm still new to testing,
# so if you have any, please share!
#
# @kyletcarlson
#
# This skeleton also assumes you're using the following gems:
@NicholasJacques
NicholasJacques / mentor_outreach.markdown
Created April 17, 2017 06:00
Mentor Outreach Documentation

Documentation Guidelines for Cold Outreach I Deliverable:

  • Name of contact

    • "The mentor (or alum) I contacted is Marina Corona"
  • Date of contact

    • "04/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?)