profile

Categories

Tags

Welcome!

You'll find my course content and collaborative discussion about technology.

I teach as an adjunct faculty in the Computer Information Systems department at Spokane Community College

Email

kblake DOT scc AT gmail DOT com

Presentations/Interviews

RubyLearning.com interview
Course Technology - Ruby on Rails Presentation



Sort by lecture

February 21st, 2008 |

Source code for sort_by

Comparable Lecture

February 18th, 2008 |

Source code:
Comparable operator
Comparable in your custom class

Video Lecture:

Modules Example

February 4th, 2008 |

Code:
UnDRY solution without modules
DRY solution with modules

Sorry about the audio in this one. There are more hisses and pffs than I care to admit.

Modules - basic syntax

January 27th, 2008 |

In this screencast I introduce modules and syntax. I demonstrate the use of include and extend and when you would use them. In the next screencast I will use modules in a practical example.
Code

Class Variables and Class Methods Example

January 16th, 2008 |

Code
Video File

Class Methods

January 14th, 2008 |

Code
Video

Class variables - First attempt at screencast

January 13th, 2008 |

Don’t expect too much here. But at least I’m trying. I cannot lecture in person but at least I can screencast. :) Hopefully I’ll get better with these.
I need feedback on video quality – dimension size, sound quality, etc. I have a lot of flexibility as far video settings.
Warning: A couple of times in the screencast I mentioned ‘class method’ when meant to say ‘class variable’.
Code
Video