Skip to content

Instantly share code, notes, and snippets.

@rshea303
rshea303 / gist:add0f57d9ed336f51e54
Created January 22, 2015 02:52
Lightning Talk - Nanotechnology
What is nano technology?
- definition
- Relative size
Brief history
- The beginning challenge
- How far we have come
Current uses
- Medical
- Health
Future uses
@rshea303
rshea303 / gist:204c266a1fbdedcedf9f
Created January 28, 2015 15:51
Individual Learning Plan - Friday, January 30th
7:00 - 7:15 Explore one ruby enumerable
7:15 - 7:30 Explore one ActiveRecord finder method
7:30 - 8:00 Javascript Challenge - Raindrops
8:00 - 12:00 Michael Hartl Rails Tutorial (Chapters 1 - 3)
12:00 - 1:00 LUNCH
1:00 - 4:00 Michael Hartle Rails Tutorial (Chapters 4 - 5)
@rshea303
rshea303 / gist:06f895ebfad533a6f1ba
Created March 11, 2015 14:48
Implantable Technologies
Outline:
1. What is implantable technology?
- brief description
2. Wearable tech leads way to implantable tech
- wearable tech is implantable tech
3. Current uses of implantable technologies
- medical world, education, enhanced life experience
4. Future uses of implantable technologies
- what is right around the corner (embedded smartphones, etc.)
5. Ethical challenges of implantable technologies
i. What is and 'is not' pair programming?
ii. Empirical data - review of actual research on pair programming
a) economic benefits
b) design quality
c) learning
d) problem solving
iii. The 4 pair programming scenarios
A) strong driver, strong navigator
ChatterPlot
https://chatterplot.herokuapp.com/
What did you work on:
- redesign landing page
- login thru github
What did you have problems with:
- heroku (rendering background image)
- heroku (login thru github)
class CustomArray
attr_reader :input, :result
def initialize(input)
@input = input
@result = []
end
def flatten(element=input)
element.each do |ele|
@rshea303
rshea303 / gist:ec8f0dfa7c7383ee2003
Created May 26, 2015 21:39
Markus and Rich (All tests passing)
class WellFormed
attr_reader :input, :collector
BRACES = { ']' => '[', ')' => '(', '}' => '{' }
def initialize(input)
@input = input
@collector = []
end
@rshea303
rshea303 / gist:50644757196eae25f96d
Last active August 29, 2015 14:22
Programming for the rest of us..
Intro... why I never told Turing I attended one of their very first meetups prior to applying.
- Path to Turing... Galvanize meetup => Turing Meetup => turing application
Short and long term perspective... you are much better than you think you are.
- Visual representation of how we view our abilities compared to others
Lift a cow over your head (It's a moooving experience)
- Small incremental gains in learning are compounded over time
Lessons learned and tangible/immediate strategies for success