Difference between revisions of "Workshops"

From LVL1
Jump to navigation Jump to search
Line 53: Line 53:
 
*[https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0B4p7lji7MVk7NGU3Zjk1NDUtMTliMS00NzFhLTg4YTMtNjMzMjQ1ZWIxMzVm&hl=en&authkey=CLqd-usM] Android Slides PDF
 
*[https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0B4p7lji7MVk7NGU3Zjk1NDUtMTliMS00NzFhLTg4YTMtNjMzMjQ1ZWIxMzVm&hl=en&authkey=CLqd-usM] Android Slides PDF
 
*[https://docs.google.com/leaf?id=0B4p7lji7MVk7YjBlN2Q1OTYtNjIyZS00MmZiLWIzMGMtYzMxMmNmZTQ0MGRm&hl=en&authkey=CMHRx3E] Android Sample App
 
*[https://docs.google.com/leaf?id=0B4p7lji7MVk7YjBlN2Q1OTYtNjIyZS00MmZiLWIzMGMtYzMxMmNmZTQ0MGRm&hl=en&authkey=CMHRx3E] Android Sample App
 +
 +
== Ruby on Rails Workshop ==
 +
==== Source Code & Notes ====
 +
*[https://docs.google.com/leaf?id=0Bzy184pfAcrUMThkNGVjMmItMWVmNS00OTM2LTg3ZTctOWY5MDk1MDdjY2Mx&hl=en&authkey=CP_Qo5kI] blog.zip
 +
==== References ====
 +
*[http://www.amazon.com/Design-Patterns-Ruby-Russ-Olsen/dp/0321490452/ref=sr_1_1?ie=UTF8&qid=1305291175&sr=8-1|Design Patterns in Ruby, by Russ Olsen]
 +
This book is both very readable (a rarity in tech books) and a fantastic introduction to Ruby for someone familiar with the GoF design pattern implementations in other languages. It has a quick Ruby syntax primer in the beginning, then jumps straight into the patterns.
 +
 +
*[http://www.amazon.com/Programming-Ruby-1-9-Pragmatic-Programmers/dp/1934356085/ref=sr_1_1?s=books&ie=UTF8&qid=1305291335&sr=1-1|Programming Ruby 1.9, by Dave Thomas, Chad Fowler, and Andy Hunt]
 +
This is the latest edition of the book commonly known as "The Pickaxe" in the Ruby community -- in its first edition, it was the first comprehensive English-language reference for Ruby, and was therefore indispensable to someone just getting started with the language. The latest edition is still a great reference book to have around.
 +
 +
*[http://www.amazon.com/Agile-Development-Rails-Pragmatic-Programmers/dp/1934356549/ref=sr_1_1?ie=UTF8&qid=1305291555&sr=8-1|Agile Web Development with Rails, 4th Edition, by Sam Ruby, Dave Thomas, and David Heinemeier Hansson]
 +
Agile Web Development was co-authored by David Heinemeier Hansson, the creator of Rails, and was the closest thing that the Rails community had to "The Pickaxe" for Ruby, in its first edition. The authors have done a great job of cleaning it up and keeping it relevant, and the latest version covers Rails 3.
 +
 +
*[http://www.amazon.com/Rails-Way-Addison-Wesley-Professional-Ruby/dp/0321601661/ref=sr_1_1?s=books&ie=UTF8&qid=1305291830&sr=1-1|The Rails 3 Way, 2nd Edition, by Obie Fernandez]
 +
Obie heads up the Florida-based Rails consultancy, Hashrocket, and was an early adopter of Rails, coming over from the Java camp. He's been a vocal advocate of best practices in Rails for just about as long as Rails has existed, and his book helps to explain not just how to do things in Rails, but why.

Revision as of 11:23, 13 May 2011

This page is a free resource for all learning materials used in LVL1 workshops. Check our Calendar to see what LVL1 workshops are on the horizon! Enjoy!

How to Solder

Solder Your Own Freeduino

Freeduino Spring Training

http://wiki.lvl1.org/Freediuino_Spring_Training

Below are the lessons for the Freeduino Spring Training. They are Creative Commons licensed, so share and use. Pass them along. If there are issues (bugs) with the instruction, code or circuits, then email me brian_at_lvl1.org. The breadboard and schematic pictures are drawn using the Fritzing Program. Try Fritzing out - it is really cool!

February Freeduino Frenzy

February Freeduino Frenzy


Learn To Solder with Mitch Altman and Jimmie Rodgers

Intermediate Microcontroller Workshop, "Beyond Arduino"

TV-B-Gone Workshop

Minti Boost Workshop

MintiBoost Workshop Information for 12/6/10 and 12/18/10

Android Game Workshop

  • [1] Android Slides PDF
  • [2] Android Sample App

Ruby on Rails Workshop

Source Code & Notes

References

This book is both very readable (a rarity in tech books) and a fantastic introduction to Ruby for someone familiar with the GoF design pattern implementations in other languages. It has a quick Ruby syntax primer in the beginning, then jumps straight into the patterns.

This is the latest edition of the book commonly known as "The Pickaxe" in the Ruby community -- in its first edition, it was the first comprehensive English-language reference for Ruby, and was therefore indispensable to someone just getting started with the language. The latest edition is still a great reference book to have around.

Agile Web Development was co-authored by David Heinemeier Hansson, the creator of Rails, and was the closest thing that the Rails community had to "The Pickaxe" for Ruby, in its first edition. The authors have done a great job of cleaning it up and keeping it relevant, and the latest version covers Rails 3.

Obie heads up the Florida-based Rails consultancy, Hashrocket, and was an early adopter of Rails, coming over from the Java camp. He's been a vocal advocate of best practices in Rails for just about as long as Rails has existed, and his book helps to explain not just how to do things in Rails, but why.