Exercises to practice building web applications with Sinatra.
Here at CodeUnion we believe that one of the best ways to develop skills as a programmer is to write code and get feedback on your code in the form of a code review from a more experienced programmer.
We wrote these exercises with the intent to give you the opportunity to solve some fun programming challenges.
If you are a CodeUnion student, you can then submit your code and receive feedback on them using the CodeUnion command-line tool. Preview an example code review.
All of the core exercises can be found in the exercises directory. Each exercises is a folder with some starter code already written. Read the README in each exercise for instructions.
- Fork and clone this repository
- Write code to solve individual exercises
- Make small, frequent commits
- Push your commits to your fork on GitHub
Once your code is on the GitHub, you can (and should) request feedback with the CodeUnion command-line tool.
You will need a working copy of Ruby and the Sinatra gem to complete these exercises.
If you don't have or don't know how to use Ruby and Git development tools to accomplish any of the above steps, read our guide on setting up your development environment.