Giter Club home page Giter Club logo

gitgrub's Introduction

GitHub Technical Exercise

For your technical exercise, you'll be contributing to a Food Truck directory application called GitGrub. There are three exercises, each asking you to build a part of GitGrub's API. You'll be guided through the exercises with a suite of rake tasks, which will present instructions and ensure all tests pass before you move on to the next round.

Get as far as you can, but don't panic if you don't finish all three exercises. It's better to complete one or two of them well than to rush through all three. In the end, you'll push your work up to a branch and open a pull request, which will be reviewed by GitHub engineers. Please reserve some time at the end to write up the pull request.

Prerequisites

Before you begin, ensure Ruby 2.4+ and Bundler are installed.

ruby -v
gem install bundler
bundle install

The final prerequisite is Yarn. There are a few ways to install it; choose the one that works best for your machine.

Once Yarn is installed, you'll need to run:

yarn install 

Getting started

Begin the first exercise with:

bin/rake start

Other tasks to guide you along your way

Check your progress at any time with:

bin/rake check

Move on to the next exercise with:

bin/rake next

Print the instructions for the current exercise at any time with:

bin/rake help

Wrapping Up

Mark all of your work as complete and stop the exercise with:

bin/rake finish

Finally, push your branch up to this repo and open a pull request. Please write the pull request as you would in your normal course of work on a team.

What we're looking for

We want you to submit a solution you're proud of and we want you to be successful so here are some of the things we're looking for in a solution:

  • Satisfy the requirements described in the exercise! :)
  • We're big fans of automated tests to help us build quality software, so write tests for code and edge cases as you would if this was a production application.
  • We like to see solutions that show familiarity with the language used, demonstrating good object oriented (or functional) programming principles without going overboard.
  • Tell us about your solution in your PR write-up. What trade-offs did you make, if any?

gitgrub's People

Contributors

lostintangent avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.