List of resources compiled by the Banana Slugs to help them graduate from Dev Bootcamp.
A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
Using Ruby blocks and running your own iterators Ruby Blocks in depth.
Omniref is a comprehensive Ruby Documentation search engine. You can also access its table of contents.
Ruby Rogues an interesting Ruby Podcast, some great episodes like this one on how we learn or this other one about pair programming.
Everything related to the Banana Slugs: Blogs fom slugs, achievements, nobel prizes won by Slugs, detritus recipes for a perfect Super Bowl party....
Bslugs A page created by @Quentin that plans to compile everything Banana Slug
Git is a distributed version control and source code management system with an emphasis on speed. Basically is what a lot of people use to collaborate on writing code together.
Git - The Simple Guide by Roger Dudler. Great guide to start using Git in 5 minutes. Includes links to more guides and resources
Object-oriented design is the process of planning a system of interacting objects for the purpose of solving a software problem. It is one approach to software design.
How I explained OOD to my wife The basics of OO Design explained in layman's terms, great introduction to the subject.
Uncle Bob's Principles of OOD A little more in-depth explanation of the SOLID principles check the PDFs the author links from the tables.