This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class WellFormed | |
attr_reader :input, :collector | |
BRACES = { ']' => '[', ')' => '(', '}' => '{' } | |
def initialize(input) | |
@input = input | |
@collector = [] | |
end | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class CustomArray | |
attr_reader :input, :result | |
def initialize(input) | |
@input = input | |
@result = [] | |
end | |
def flatten(element=input) | |
element.each do |ele| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What is nano technology? | |
- definition | |
- Relative size | |
Brief history | |
- The beginning challenge | |
- How far we have come | |
Current uses | |
- Medical | |
- Health | |
Future uses |