GithubHelp home page GithubHelp logo

ruby-9's Introduction

ruby

Purpose

The purpose of this project is to provide information and educational exercises for anyone that wants to explore the Ruby language. Rather than overwhelm you with text, my goal is to provide lots of code snippets and a minimum working knowledge for a given skill level. If you need to dive deeper into the details of Ruby, there are plenty of books and other resources freely available online.

How to Use This

If you're already an experienced programmer in at least one language, I recommend that you just scan over the materials in the repository and tinker around in your own development environment. On the other hand, if this is your first rodeo and you want my help, I recommend doing the following:

  1. Fork the repository.
  2. Clone your forked repository to your computer.
  3. Modify the assignment files included in each module and commit the changees when finished.
  4. Push the changes to your forked repo.
  5. Issue a pull request so that I can quickly see your solution.

How to Sync Updates

Since you're going to be forking this repository, you'll need to synchronize your repo with mine as I continue to add new content.

  1. Configuring a remote for a fork
  2. Syncing a fork

Read the above two links if you need more information. If not, please do the following commands:

git remote add upstream https://github.com/training-mode/ruby.git
git fetch upstream
git checkout master
git merge upstream/master

If you can figure out how to do all those things, you'll have a better grasp on how to use Github and how to work on a group project.

ruby-9's People

Contributors

matthewmpalen avatar sks147 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.