Does anyone have good resources for getting up to speed on Angular JS? I'll be using it more aggressively in the future and there's an exercise here at work to build up our chops.
If people have opinions on it, I'm happy to hear those too, but "it sucks" can't actually help me so "it sucks at this and so do this instead to compensate" will be better.
Watching with interest for the same reasons.
ReplyDeleteI would be happy to answer any angularJS questions. I programmed in it full time for a year and a half. The egghead.io videos are great, and the angular newsletter is, too. And there are huge monthly angular meetups in Boston.
ReplyDeleteThe secret with angular is learning all the gotchas with performance issues - if you do it wrong, it can get slow, but there are lots of things you can do to build optimized performance into your app from the start.
ReplyDeleteOther advice: start with one of the yeoman generators if you are starting a new project so you get all the build tools configured with it.