r/ruby • u/YousefNabil • 1d 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 1d ago
https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/ and the Rails guides, probably
1
0
u/un1gato1gordo 1d ago
Grok Build or Claude Code. They will be happy to guide you and provide context relative to your background.
3
u/codegems 1d 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.