BC Blog

Chase Excellence, Success will Follow

0%

Rails Learning Path

Since I first started learning Rails on March, 2013, I kind of got it now how all those neat little stuff work. MVC architecture is something hard to pick up at first because I have to run into different files to modify my pages and settings. I wonder why I couldn’t just write codes in straight ways like in PHP (maybe I’m just not good enough in PHP to learn MVC at first), but few weeks later, I came to realize by keeping those codes in MVC structure could actually make the overall application organized in a very decent way.

Rails Tutorial is the top free resource for learning rails recommended by many StackOverflow users. Of course, I took the recommendation respectfully, so I undoubtfully picked up the book from Amazon. This is a great book, but it kind of forces you to learn everything at once that one has to develop in Rails. I would suggest people reading this book twice because there are still many tips to pick up even though I could still make a web app without implementing those in my codes. However, those tips might include extra security features and nice coding techniques that most developers wouldn’t want to miss out. While those may be quite confusing at first, tips are actually like subjects for intermediate Rails developer. As I progress through the chapters, I become more confident to understand those advanced topics. Therefore, reading it twice really makes me more comfortable at building Rails apps.

There are still lots to learn in Rails. Testing, MVC, Git and Ruby are still new to me. I believe no one could just learn everything in a month or two (Even I know how they works, I can’t remember them all. After all, I need to remember those main features and type codes at ease like a pro), so I just have to keep on practicing. Look for more resources like Rails Casts and Ruby Programming Language from various authors.

Welcome to my other publishing channels