mehrotra-prateek / ruby-bootcamp-fil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby Bootcamp

Introduction

Welcome to the Ruby Bootcamp. The bootcamp is a conversion course, designed to take programmers who are versed in another language and teach them Ruby.

This material is licenced under the Creative Commons licence CC BY-NC 4.0 licence badge. Please contribute and share.

Things covered in this course include:

  • Debugging
  • Variables
  • Strings
  • Collections
  • Classes
  • Modules
  • Blocks and procs
  • RSpec
  • Rake
  • Cucumber
  • Rack
  • Sinatra
  • Rails
  • Capybara

Getting Started

The course revolves around the course dashboard. This is an interactive presentation that contains the material you will be learning, the exercises to help cement that learning and the suggested workflow to go through the exercises.

This repository contains exercises to compliment the presentation material, which you can work through at your own pace. Once you've completed the presentation and these exercises, you can consider the course completed! If you need more material, check the final project.

Before getting started, you may need to setup your environment.

What's in the Bootcamp?

Dashboard

As mentioned above, the course dashboard contains the outline for the material for the course. It prescribes all of the things to read and do and the order to do them in.

You should use the dashboard to guide you through the course.

Exercises

The exercises for the course can be found in the exercises directory. The course dashboard will take you through the content and tell you which exercise to do when to complement what you are reading/watching.

Workshops

There will be guided workshops throughout the course. These will give you a deeper understanding of how the things you are learning glue together.

Final Project

At the end of the course there is a larger project for you to get your teeth in to once you've completed all exercises.

This will put to use all the things you've learnt throughout the bootcamp. You can read more about it here.

Notes

  • This course is still be actively developed so if something is not clear please check in with your trainers to find out what's next
  • This course assumes that you don't know Ruby but have are experienced in another object oriented programming language, know TDD and at least one testing framework
  • Missing one of these things? Although it's not the core remit of the course to teach OO or TDD you will be doing lots of it and will have real opportunity to get stuck even more new things

About

License:Other


Languages

Language:Ruby 80.7%Language:HTML 11.6%Language:CSS 3.1%Language:Shell 2.7%Language:JavaScript 1.1%Language:Gherkin 0.5%Language:CoffeeScript 0.4%