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.
- Host: GitHub
- URL: https://github.com/oybekkayumov/learnrubythehardway
- Owner: OybekKayumov
- Created: 2021-10-10T12:51:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T06:44:04.000Z (over 2 years ago)
- Last Synced: 2025-03-30T03:22:49.545Z (about 1 year ago)
- Topics: ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 201 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_