I started out as a junior rails developer a month ago .I like to ask senior devs what tips you like to give to beginner . What things should I learn which will help me in future ?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Aside from practice that will come by building stuff I'm not sure there's some secret sauce about Rails. Go through the official Rails guides and the Rails tutorial and you'll learn most everything there is. There's no need to rush on learning all gems and libraries until you need them but get familiar with what the gems that your app is using do...
The rest is web development in general. A few concepts you might want to get familiar with:
I think this is already a lot of stuff to get started, there's more obviously but I believe that learning these fundamentals and going through Rails docs (which will expose you to other concepts like testing, auth, and so on) is going to be helpful.
Enjoy and try not to get overwhelmed (said the person who just dumped on you a lot of things to learn :D)