An open API service indexing awesome lists of open source software.

https://github.com/oybekkayumov/learnrubythehardway

Learn Ruby The Hard Way. A simple and idiomatic introduction to the imaginative world of Computational Thinking with code.
https://github.com/oybekkayumov/learnrubythehardway

ruby ruby-on-rails

Last synced: about 1 year ago
JSON representation

Learn Ruby The Hard Way. A simple and idiomatic introduction to the imaginative world of Computational Thinking with code.

Awesome Lists containing this project

README

          

# LearnRubyTheHardWay
```sh
cd 3d-edition/projects/gothonweb/
ruby bin/app.rb

rerun 'ruby bin/app.rb'
```

## pry practice

## rspec practice commands
- gem install rspec
- rspec --init
- rspec .\spec\file_name.rb

## regex

## classes

## hashes

## iterators

## strings

# Books:

* https://learnrubythehardway.org/book/
* https://livebook.manning.com/book/the-well-grounded-rubyist-third-edition
* https://poignant.guide/book/

# _2023_