Live data from Hacker News

AngularJS Learning Resources

github.com

1–10 of 44 posts

Re: AngularJS Learning Resources

#3
post #2

Odd the book isn't on the list, perhaps because it's not quite finished: http://www.packtpub.com/angularjs-web-application-developmen...

I thought I did link to that book. I'll check again after lunch. I am reading that book now and it is excellent so far.

Edit: The link to that book is there :)

Re: AngularJS Learning Resources

#4
I've been working on a screencast series that should get you up to speed on AngularJS pretty quickly; I've got 3 parts so far:

* Part 1: Intro to Angular JS (50 minutes) [1]

* Part 2: End to End with Angular JS (52 minutes) [2]

* Part 3: Security with Angular JS (30 minutes) [3]

[1] - http://www.youtube.com/watch?v=8ILQOFAgaXE

[2] - http://www.youtube.com/watch?v=hqAyiqUs93c

[3] - http://www.youtube.com/watch?v=18ifoT-Id54

Re: AngularJS Learning Resources

#5
post #4

I've been working on a screencast series that should get you up to speed on AngularJS pretty quickly; I've got 3 parts so far: * Part 1: Intro to Angular JS (50 minutes) [1] * Part 2: End to End with Angular JS (52 minutes) [2] * Part 3: Security with Angular JS (30 minutes) [3] [1] - http://www.youtube.com/watch?v=8ILQOFAgaXE [2] - http://www.youtube.com/watch?v=hqAyiqUs93c [3] - http://www.youtube.com/watch?v=18ifo…

I'll add those later today. Thanks!

Re: AngularJS Learning Resources

#6
post #4

I've been working on a screencast series that should get you up to speed on AngularJS pretty quickly; I've got 3 parts so far: * Part 1: Intro to Angular JS (50 minutes) [1] * Part 2: End to End with Angular JS (52 minutes) [2] * Part 3: Security with Angular JS (30 minutes) [3] [1] - http://www.youtube.com/watch?v=8ILQOFAgaXE [2] - http://www.youtube.com/watch?v=hqAyiqUs93c [3] - http://www.youtube.com/watch?v=18ifo…

Thanks a lot for sharing this! Is there a way I can subscribe to updates about new episodes?

Re: AngularJS Learning Resources

#8
This is a really helpful and comprehensive list. Thank you! I've used knockout (and knockback) in the past to refactor a realtime backbone app, but I'm definitely going to give angular's tyres a kick for my next app.

Re: AngularJS Learning Resources

#10
post #4

I've been working on a screencast series that should get you up to speed on AngularJS pretty quickly; I've got 3 parts so far: * Part 1: Intro to Angular JS (50 minutes) [1] * Part 2: End to End with Angular JS (52 minutes) [2] * Part 3: Security with Angular JS (30 minutes) [3] [1] - http://www.youtube.com/watch?v=8ILQOFAgaXE [2] - http://www.youtube.com/watch?v=hqAyiqUs93c [3] - http://www.youtube.com/watch?v=18ifo…

End-to-end sounds interesting! Thanks for creating this. I'll watch these tonight!

I've been playing with Angular for a lil bit. The things that frustrate me as a learner are:

1) Lack of good end-to-end examples.

2) Situations where things just don't work, and give no feedback as to what went wrong. Am I just using Angular JS incorrectly or does this happen to everyone?

Post reply on HN