From 6606f774ca3750529424a8ffb3ada54b85cad232 Mon Sep 17 00:00:00 2001 From: Joe Lee Date: Sat, 30 Mar 2024 13:26:52 -0500 Subject: [PATCH] Add to ruby resources and my name to contributors --- CONTRIBUTORS.md | 1 + RubyResources.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4b1e2171..dedb0a7b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -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) \ No newline at end of file diff --git a/RubyResources.md b/RubyResources.md index 6b1e368a..74433631 100644 --- a/RubyResources.md +++ b/RubyResources.md @@ -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) \ No newline at end of file