Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdelalidousbah/ruby
This repository is a curated collection of resources for individuals looking to learn and enhance their skills in the Ruby programming language
https://github.com/abdelalidousbah/ruby
ruby
Last synced: 8 days ago
JSON representation
This repository is a curated collection of resources for individuals looking to learn and enhance their skills in the Ruby programming language
- Host: GitHub
- URL: https://github.com/abdelalidousbah/ruby
- Owner: AbdelaliDousbah
- Created: 2023-08-31T15:50:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T13:19:47.000Z (about 1 year ago)
- Last Synced: 2023-10-11T21:50:50.417Z (about 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruby Programming Repository
Welcome to the Ruby Programming Repository! This repository is a comprehensive collection of Ruby resources organized into three main folders: `ruby_basic_projects`, `ruby_basics`, and `ruby_codewars_exercises`.
## Table of Contents
1. [Overview](#overview)
2. [Ruby Basic Projects](#ruby-basic-projects)
3. [Ruby Basics](#ruby-basics)
4. [Ruby Codewars Exercises](#ruby-codewars-exercises)## Overview
This repository is a valuable resource for Ruby learners and enthusiasts. Here's a brief overview of each folder:
### Ruby Basic Projects
The `ruby_basic_projects` folder contains a set of Ruby projects that are designed to help you apply your Ruby knowledge to real-world scenarios. These projects are ideal for practice and demonstrate the practical use of Ruby programming concepts.
### Ruby Basics
In the `ruby_basics` folder, you'll find a collection of Ruby scripts, each focusing on a specific fundamental topic in Ruby programming. These scripts are great for learning and mastering the basics of Ruby, covering topics like variables, loops, conditionals, and more.
### Ruby Codewars Exercises
The `ruby_codewars_exercises` folder contains a series of Ruby exercises sourced from [Codewars](https://www.codewars.com/), an online platform for honing your coding skills. You can use these exercises to challenge yourself and practice solving coding problems.
## Getting Started
To get started with a specific section, navigate to the respective folder and explore the README.md file within that folder. The README files provide detailed information on how to use the resources available in each folder.
Feel free to use these resources to enhance your Ruby programming skills and tackle coding challenges. Happy coding!