2015
3:28 hours
01 – Ruby Programming for Beginners – Intro
02 – Welcome To Ruby Programming In Ten Easy Steps
07 – Getting Ready
08 – First Steps on a Mac
09 – Mac users – quick tip – open a Terminal in any folder
10 – Programming Fundamentals
11 – Step One – part one – Strings and embedded evaluation
13 – Step One – part two – Objects and methods
14 – Hands-on Session – Ruby basics
15 – Step Two – part one – Creating Classes and Objects
17 – Step Two – part two – Initializing and Inspecting Objects
18 – Step Three – part one – Superclasses and Subclasses
20 – Step Three – part two – Class Hierarchies
21 – Step Four – part one – Attribute Readers and Writers
23 – Step Four – part two – Class Variables
24 – Step Five – part one – Arrays
26 – Step Five – part two – Array indexing and iterating
27 – Hands-on Session – Arrays
28 – Step Six – part one – Hashes
30 – Step Six – part two – Keys and Values
31 – Step Seven – part one – Loops and Iterators
33 – Step Seven – part two – Blocks
34 – Step Eight – part one – Conditional Statements
35 – Step Eight – part two – Boolean operations
37 – Step Nine – part one – Modules and Mixins
39 – Step Nine – part two – Constants and variables
40 – Step Ten – part one – Saving Data With YAML
42 – Step Ten – part two – Going Further
43 – Hands-on Session – Classes and Objects revisited
44 – Ruby On Rails
45 – Putting The Ruby Into Rails
48 – File Operations and Recursion
50 – Symbols
53 – Write An Adventure Game