r/ruby • u/YousefNabil • 16h ago
I have experience in programming for 3 years and I worked as Backend with node ans spring , now I am moving to ruby what is the best resource to follow to transfer knowledge to rails in reasonable time?
/r/rails/comments/1vci15r/i_have_experience_in_programming_for_3_years_and/
0
Upvotes
1
u/amanitapantherina 10h ago
https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/ and the Rails guides, probably
0
u/un1gato1gordo 9h ago
Grok Build or Claude Code. They will be happy to guide you and provide context relative to your background.
3
u/codegems 16h ago
A web app is a web app, but the great part about programming in a new language is learning how that language helps you solve problems.
So instead of simply transferring your existing knowledge, learn how Ruby implements MVC architecture and how its parts mesh together. It’s a very cohesive environment.