Karmen Blake
Agile Developer and Instructor
Categories
- Courses (15)
Archives
- June 2008 (2)
- May 2008 (10)
- April 2008 (16)
- March 2008 (8)
- February 2008 (10)
- January 2008 (14)
- December 2007 (4)
- November 2007 (7)
- October 2007 (25)
Tags
- 206 (10)
- 234 (7)
- 282 (10)
- 283 (29)
- 284 (29)
- agile (1)
- announcements (10)
- articles (2)
- assignments (10)
- contest (1)
- employment (1)
- humor (5)
- linux (5)
- location (1)
- microsoft (1)
- office (1)
- preregistration (1)
- rails (4)
- ruby (14)
- scc (2)
- scripting (4)
- syllabi (3)
- syllabus (1)
- tips (1)
- unix (2)
- video (1)
- videos (7)
- web (2)
- windows (3)
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
Presentations/Interviews
RubyLearning.com interviewCourse Technology - Ruby on Rails Presentation
Sort by lecture
February 21st, 2008 |
Source code for sort_byComparable 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 |
CodeVideo File
Class Methods
January 14th, 2008 |
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