Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to ruby resources and my name to contributors #978

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,4 @@ This is a list showing the GitHub usernames of all who have contributed to this
- [@serhatbek](https://github.com/serhatbek)
- [@ChrRepou](https://github.com/ChrRepou)
- [@web-roberto](https://github.com/web-roberto)
- [@Bandit-Army](https://github.com/Bandit-Army)
1 change: 1 addition & 0 deletions RubyResources.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
- [MetaProgramming in Ruby](https://thoughtbot.com/upcase/videos/metaprogramming-in-ruby) - Learn MetaProgramming in Ruby.(Intermediate)
- [Ruby Best Practices](https://www.oreilly.com/library/view/ruby-best-practices/9780596157487/) - An O'Reilly book that focuses on best practices used while programming Ruby.(Advanced)
- [Ruby Under A Microscope](https://www.oreilly.com/library/view/ruby-under-a/9781457185243/) - An O'Reilly book - Ruby Under a Microscope gives developers an inside, hands-on look at Ruby's core, using simple diagrams coupled with clear explanations.(Advanced)
- [The Odin Project](https://www.theodinproject.com/) - A free website that started as a complete Ruby tutorial, and has since expanded to include courses on Rails and lots of other languages. (Beginner)