A really awesome project i am working on has a Ruby on Rails backend and uses AngularJS on the frontend. I have been on it for around 1 month now and have spent a ton of my free time learning angular and wanted to document my journey.
My journey to angular through javascript frameworks have been a little rocky and I was bearish about them until this experience. I have tried several others including backbone and ember, which resulted in me dropping back down to just using javascript and jquery.
I am really liking it so far. My biggest positive is that it has a noticeably smoother frontend experience. Biggest downside, when you introduce angular into a project you dramatically increase the surface area of your project’s skillset needs. Not only will you need a backend programmer, designer and product manager, you will now need someone who knows angular, it’s testing frameworks and javascript compilation. You also have to deal with browser incompatibilities.
As far as learning goes, the biggest aha moment was similar to one i experienced a few years ago with rails when i realized it was just well thought out ruby code. So, AngularJS is just well thought out javascript. All it does it handles data, presenting it and updating it when it is changed. I am currently bullish about AngularJS and will update this from time to time with additional resources.
Resources.
First Step: Davetron5000’s Angular Rails Guide
Great book going over basics of how to setup angular with rails.
Second Step: Amazing Intro On Youtube
Watch this at 1.5 or 2x speed. It is phenomenal and was the best at ramping up on fundamentals.
Third Step: Code School
Watch the angular videos several times.
Forth Step (i am here 1 month in): Udemy Course
I am halfway through this and it is filling in the gaps.
Right now i’m capable of writing basic angular and reading intermediate angular. I’ll keep this posted as i advance and find more reasources.